input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "KANARI", "frequency" : 43, "males" : "55.81395348837209 %", "females" : "44.18604651162791 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "1118050004", "district_id" : "1118050", "name" : "COT SEUTUI"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"average_learning_time": {"type": "number"}, "average_test_LL": {"type": "number"}, "folds": {"type": "object", "properties": {"fold_1": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_10": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_2": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_3": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_4": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_5": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_6": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_7": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_8": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_9": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}}, "required": ["fold_1", "fold_10", "fold_2", "fold_3", "fold_4", "fold_5", "fold_6", "fold_7", "fold_8", "fold_9"]}}, "required": ["average_learning_time", "average_test_LL", "folds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_learning_time" : 9.849887768554687, "average_test_LL" : -133.77574024856614, "folds" : {"fold_1" : {"learning_time" : 13613.214111328125, "test_LL" : -109.50884177314502}, "fold_10" : {"learning_time" : 8990.187255859375, "test_LL" : 43.6991245762255}, "fold_2" : {"learning_time" : 8302.945068359375, "test_LL" : -754.7001985782281}, "fold_3" : {"learning_time" : 7957.912353515625, "test_LL" : -94.22470041118113}, "fold_4" : {"learning_time" : 8853.040771484375, "test_LL" : -124.1275185557677}, "fold_5" : {"learning_time" : 10450.415771484375, "test_LL" : -38.891880218110195}, "fold_6" : {"learning_time" : 12700.031005859375, "test_LL" : -49.5167102882892}, "fold_7" : {"learning_time" : 11369.00341796875, "test_LL" : -101.28867211785234}, "fold_8" : {"learning_time" : 9043.1650390625, "test_LL" : -130.53643378739918}, "fold_9" : {"learning_time" : 7218.962890625, "test_LL" : 21.33842866808588}}}
json_instruct
{"type": "object", "properties": {"average_learning_time": {"type": "number"}, "average_test_LL": {"type": "number"}, "folds": {"type": "object", "properties": {"fold_1": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_10": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_2": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_3": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_4": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_5": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_6": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_7": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_8": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}, "fold_9": {"type": "object", "properties": {"learning_time": {"type": "number"}, "test_LL": {"type": "number"}}, "required": ["learning_time", "test_LL"]}}, "required": ["fold_1", "fold_10", "fold_2", "fold_3", "fold_4", "fold_5", "fold_6", "fold_7", "fold_8", "fold_9"]}}, "required": ["average_learning_time", "average_test_LL", "folds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "5a5f1ce64f39f90b401987bc", "ParentId" : "5b5f737886f774093e6cb4fb", "Price" : 17919}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["status", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 400, "message" : "Something went wrong"}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["status", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "friends_count": {"type": "integer"}, "followers_count": {"type": "integer"}, "followers_ids": {"type": "array", "items": {"type": "integer"}}, "id": {"type": "integer"}, "screen_name": {"type": "string"}}, "required": ["name", "friends_count", "followers_count", "followers_ids", "id", "screen_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "J0cl0d0ff", "friends_count" : 256, "followers_count" : 54, "followers_ids" : [2468284117, 4201722688, 4097104007, 3989025921, 108320230, 613241612, 132555372, 3585100697, 3394613577, 632813388, 3176292861, 847286640, 1630548445, 3296152936, 26982595, 20581153, 2701186685, 552412659, 52421188, 3075439447, 16616723, 2859928880, 804747181, 37948589, 2966270015, 306190303, 2937633838, 2943659992, 14919272, 94295805, 279999819, 1224764814, 47959318, 2776447172, 98678311, 596889114, 546901655, 225046537, 1445714550, 854104345, 60916228, 512348685, 157334643, 74480671, 91160980, 358665145, 6520112, 864468230, 296864005, 566235682, 557735813, 299119292, 574039280, 53052398], "id" : 517360320, "screen_name" : "joclodoff"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "friends_count": {"type": "integer"}, "followers_count": {"type": "integer"}, "followers_ids": {"type": "array", "items": {"type": "integer"}}, "id": {"type": "integer"}, "screen_name": {"type": "string"}}, "required": ["name", "friends_count", "followers_count", "followers_ids", "id", "screen_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ENTRY": {"type": "string"}, "NUMBER_OF_CACHE_ENTRIES": {"type": "integer"}, "CBMCFLAGS": {"type": "array", "items": {}}, "OBJS": {"type": "array", "items": {"type": "string"}}, "INSTFLAGS": {"type": "array", "items": {}}, "DEF": {"type": "array", "items": {"type": "string"}}, "INC": {"type": "array", "items": {"type": "string"}}}, "required": ["ENTRY", "NUMBER_OF_CACHE_ENTRIES", "CBMCFLAGS", "OBJS", "INSTFLAGS", "DEF", "INC"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ENTRY" : "ulARPRemoveCacheEntryByMac", "NUMBER_OF_CACHE_ENTRIES" : 6, "CBMCFLAGS" : [], "OBJS" : ["$(ENTRY)_harness.goto", "$(FREERTOS_PLUS_TCP)/source/FreeRTOS_ARP.goto"], "INSTFLAGS" : [], "DEF" : ["ipconfigUSE_ARP_REMOVE_ENTRY=1", "ipconfigARP_CACHE_ENTRIES={NUMBER_OF_CACHE_ENTRIES}"], "INC" : ["$(FREERTOS_PLUS_TCP)/test/cbmc/include"]}
json_instruct
{"type": "object", "properties": {"ENTRY": {"type": "string"}, "NUMBER_OF_CACHE_ENTRIES": {"type": "integer"}, "CBMCFLAGS": {"type": "array", "items": {}}, "OBJS": {"type": "array", "items": {"type": "string"}}, "INSTFLAGS": {"type": "array", "items": {}}, "DEF": {"type": "array", "items": {"type": "string"}}, "INC": {"type": "array", "items": {"type": "string"}}}, "required": ["ENTRY", "NUMBER_OF_CACHE_ENTRIES", "CBMCFLAGS", "OBJS", "INSTFLAGS", "DEF", "INC"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"builtin" : {"__set__" : true, "elements" : ["array", "atexit", "base64", "builtins", "calendar", "codecs", "collections", "colorsys", "contextlib", "copy", "ctypes", "datetime", "distutils", "doctest", "filecmp", "fractions", "functools", "glob", "io", "itertools", "locale", "logging", "math", "mmap", "numbers", "operator", "os", "pathlib", "pickle", "random", "re", "resource", "shlex", "shutil", "struct", "subprocess", "sys", "sysconfig", "tarfile", "tempfile", "time", "tkinter", "urllib", "warnings", "xml", "zipfile", "zlib"]}, "questionable" : {"__set__" : true, "elements" : ["PyQt5", "PySide2", "cffi", "numpy", "pillow", "test_image_results"]}, "relative" : {"__set__" : true, "elements" : ["JpegPresets", "MpoImagePlugin", "PcxImagePlugin", "TiffImagePlugin", "TiffTags", "_binary", "_util", "features", "helper", "test_file_libtiff", "test_imageqt"]}, "required" : {"__set__" : true, "elements" : ["olefile", "pillow", "pytest", "setuptools", "sphinx_rtd_theme"]}}
json_instruct
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pkg-m": {"type": "string"}, "@pkg-m/m": {"type": "string"}}, "required": ["pkg-m", "@pkg-m/m"]}, "license": {"type": "string"}}, "required": ["name", "version", "dependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "with-css-modules", "version" : "1.0.0", "dependencies" : {"pkg-m" : "^1.2.3", "@pkg-m/m" : "^1.2.3"}, "license" : "Apache-2.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pkg-m": {"type": "string"}, "@pkg-m/m": {"type": "string"}}, "required": ["pkg-m", "@pkg-m/m"]}, "license": {"type": "string"}}, "required": ["name", "version", "dependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " How to Solve a System of Equations Using Elimination\n\n\\begin{array}{r}\\n2 x-y=-4 \\\\\\n-4 x+2 y=6\\n\\end{array}[imath]2 x-y=-4 [/imath] [imath]-4 x+2 y=6[/imath] \n\n\n", "url" : "https://www.youtube.com/watch?v=siYIpiRYScY"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mlNikon's Peach Cobbler a la Mode", "description" : "A delicious peach cobbler just swimming in an ocean of vanilla ice cream. I used cap sugar cookie to give the peach pie and cream some more bakery goodness and I used TFA Nectarine to boost the peachyness of peach pie and cream. This is very simple yet very tasty!", "id" : 174776, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/174776/peach_cobbler.png", "updated_at" : "2020-12-10T14:53:29.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Nectarine", "flavor_id" : "249", "millipercent" : 2000, "vendor" : "TPA"}, {"name" : "Peach Pie & Cream", "flavor_id" : "6058", "millipercent" : 5000, "vendor" : "WF"}, {"name" : "Sugar Cookie", "flavor_id" : "115", "millipercent" : 2000, "vendor" : "CAP"}, {"name" : "Vanilla Bean Ice Cream", "flavor_id" : "186", "millipercent" : 4000, "vendor" : "TPA"}], "author" : "mixinvixens", "views" : "1410", "created_at" : "2019-11-17", "slug" : "mlnikons_peach_cobbler_a_la_mode", "archive_image_url" : "https://allthearchives.com/images/174776.png", "total_flavoring" : "13.0%", "steep_days" : "6", "best_vg" : "0%", "temperature" : "0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Also makes the following changes:\r\n\r\n- [x] Convert from `Package` to `AutotoolsPackage`\r\n- [x] Update the description\r\n- [x] Update the homepage, old one was a 404\r\n- [x] Add a guile variant and dependency\r\n\r\nBuilds fine for me on CentOS 6. Even passes all the tests!", "user" : "adamjstewart", "url" : "https://api.github.com/repos/spack/spack/issues/5013", "updated_at" : "2017-08-07 23:45:10", "created_at" : "2017-08-07 21:53:52", "closed_at" : "2017-08-07 23:45:08", "state" : "closed", "title" : "Add latest version of gmake", "number" : 5013, "milestone" : null, "labels" : ["new-version"], "id" : 248542305, "html_url" : "https://github.com/spack/spack/pull/5013", "assignees" : [], "comments" : 0}
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": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "damageType": {"type": "integer"}, "redacted": {"type": "boolean"}, "isDisplayable": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"icon": {"type": "string"}, "hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["icon", "hasIcon", "description", "name"]}}, "required": ["index", "hash", "blacklisted", "damageType", "redacted", "isDisplayable", "displayProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 707, "hash" : 2726629970, "blacklisted" : false, "damageType" : 0, "redacted" : false, "isDisplayable" : true, "displayProperties" : {"icon" : "/common/destiny2_content/icons/20a98feac60e5acda919781f50ee69f1.png", "hasIcon" : true, "description" : "Melee abilities deal more damage and recharge much faster.", "name" : "Brawler"}}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "damageType": {"type": "integer"}, "redacted": {"type": "boolean"}, "isDisplayable": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"icon": {"type": "string"}, "hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["icon", "hasIcon", "description", "name"]}}, "required": ["index", "hash", "blacklisted", "damageType", "redacted", "isDisplayable", "displayProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station_g" : [{"pref_cd" : 13, "line_cd" : 11311, "line_name" : "JR\u4e2d\u592e\u672c\u7dda(\u6771\u4eac\uff5e\u5869\u5c3b)", "station_cd" : 1131106, "station_name" : "\u56fd\u5206\u5bfa"}, {"pref_cd" : 13, "line_cd" : 11312, "line_name" : "JR\u4e2d\u592e\u7dda(\u5feb\u901f)", "station_cd" : 1131224, "station_name" : "\u56fd\u5206\u5bfa"}, {"pref_cd" : 13, "line_cd" : 11328, "line_name" : "JR\u6210\u7530\u30a8\u30af\u30b9\u30d7\u30ec\u30b9", "station_cd" : 1132818, "station_name" : "\u56fd\u5206\u5bfa"}, {"pref_cd" : 13, "line_cd" : 22010, "line_name" : "\u897f\u6b66\u56fd\u5206\u5bfa\u7dda", "station_cd" : 2201001, "station_name" : "\u56fd\u5206\u5bfa"}, {"pref_cd" : 13, "line_cd" : 22011, "line_name" : "\u897f\u6b66\u591a\u6469\u6e56\u7dda", "station_cd" : 2201101, "station_name" : "\u56fd\u5206\u5bfa"}]}
json_instruct
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["twigs:stripped_bamboo_slab"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"sax": {"type": "string"}, "events": {"type": "string"}, "xvnode": {"type": "string"}}, "required": ["sax", "events", "xvnode"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-es2015-modules-commonjs": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-es2015-modules-commonjs"]}}, "required": ["name", "description", "keywords", "version", "author", "contributors", "main", "files", "directories", "scripts", "repository", "dependencies", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "xvtree", "description" : "Parses XML to VTree", "keywords" : ["xml", "vtree", "vnode", "virtual dom"], "version" : "0.1.3", "author" : "Wouter Hager <[email protected]> (https://lagua.nl)", "contributors" : [], "main" : "./lib/xvtree", "files" : ["lib"], "directories" : {"lib" : "./lib"}, "scripts" : {}, "repository" : {"type" : "git", "url" : "git+https://github.com/wshager/xvtree.git"}, "dependencies" : {"sax" : "^1.2.1", "events" : "^1.1.1", "xvnode" : "*"}, "license" : "BSD-3-Clause", "bugs" : {"url" : "https://github.com/wshager/xvtree/issues"}, "homepage" : "https://github.com/wshager/xvtree#readme", "devDependencies" : {"babel-cli" : "^6.18.0", "babel-plugin-transform-es2015-modules-commonjs" : "^6.18.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"sax": {"type": "string"}, "events": {"type": "string"}, "xvnode": {"type": "string"}}, "required": ["sax", "events", "xvnode"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-es2015-modules-commonjs": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-es2015-modules-commonjs"]}}, "required": ["name", "description", "keywords", "version", "author", "contributors", "main", "files", "directories", "scripts", "repository", "dependencies", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"e_id" : "1789", "title" : "\u4e1c\u5317\u89e3\u653e\u519b\u653b\u514b\u56db\u5e73", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572873\u5e74\u524d\u7684\u4eca\u5929\uff0c1948\u5e742\u67086\u65e5(\u519c\u53861947\u5e7412\u670827\u65e5)\uff0c\u4e1c\u5317\u89e3\u653e\u519b\u653b\u514b\u56db\u5e73\u30021948\u5e742\u67086\u65e5\u4e1c\u5317\u89e3\u653e\u519b\u653b\u514b\u56db\u5e73", "picNo" : "0", "picUrl" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "LL5321", "courseCredit" : "4", "description" : "This course applies economic concepts to the practice of structuring business transactions. The materials consist of case studies of actual transactions. We will use those case studies to analyze the economics challenges that parties to a deal must address, and to analyse the mechanisms the parties use to address those challenges. The case studies will cover a selection from bond financings, acquisitions, movie financings, product licenses, biotech alliances, venture capital financings, cross-border joint ventures, private equity investments, corporate reorganizations, and more.", "faculty" : "Law", "preclusion" : "LL4321V/LL5321V/LL6312V Deals: The Economic Structure of Business Transactions \nLL4267/LL5267/LL6267; LL4267V/LL5267V/LL6267V Architecting Deals: A Framework of Private Orderings", "title" : "Deals: The Economic Structure of Business Transactions"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"tld": {"type": "string"}, "ns": {"type": "array", "items": {"type": "string"}}}, "required": ["tld", "ns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tld" : "warzone.kneate", "ns" : ["ns1.nic.kneate", "ns2.nic.kneate"]}
json_instruct
{"type": "object", "properties": {"tld": {"type": "string"}, "ns": {"type": "array", "items": {"type": "string"}}}, "required": ["tld", "ns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "copy": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean", "copy", "build"]}, "devDependencies": {"type": "object", "properties": {"@babel/types": {"type": "string"}, "@vuepress/client": {"type": "string"}, "@vuepress/core": {"type": "string"}, "@vuepress/utils": {"type": "string"}, "cpx2": {"type": "string"}, "rimraf": {"type": "string"}, "typescript": {"type": "string"}, "vue": {"type": "string"}}, "required": ["@babel/types", "@vuepress/client", "@vuepress/core", "@vuepress/utils", "cpx2", "rimraf", "typescript", "vue"]}}, "required": ["name", "author", "repository", "version", "main", "types", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vuepress-plugin-giscus-comment", "author" : {"name" : "PresentKim", "email" : "[email protected]"}, "repository" : {"type" : "git", "url" : "https://github.com/PresentKim/vuepress-plugin-giscus-comment"}, "version" : "2.0.0", "main" : "lib/node/index.js", "types" : "lib/node/index.d.ts", "license" : "MIT", "scripts" : {"clean" : "rimraf lib *.tsbuildinfo", "copy" : "cpx \"src/**/*.vue\" lib", "build" : "yarn clean && tsc -b tsconfig.build.json && yarn copy"}, "devDependencies" : {"@babel/types" : "^7.17.0", "@vuepress/client" : "^2.0.0-beta.35", "@vuepress/core" : "^2.0.0-beta.36", "@vuepress/utils" : "^2.0.0-beta.35", "cpx2" : "^4.2.0", "rimraf" : "^3.0.2", "typescript" : "^4.7.0-dev.20220317", "vue" : "^3.2.31"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "copy": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean", "copy", "build"]}, "devDependencies": {"type": "object", "properties": {"@babel/types": {"type": "string"}, "@vuepress/client": {"type": "string"}, "@vuepress/core": {"type": "string"}, "@vuepress/utils": {"type": "string"}, "cpx2": {"type": "string"}, "rimraf": {"type": "string"}, "typescript": {"type": "string"}, "vue": {"type": "string"}}, "required": ["@babel/types", "@vuepress/client", "@vuepress/core", "@vuepress/utils", "cpx2", "rimraf", "typescript", "vue"]}}, "required": ["name", "author", "repository", "version", "main", "types", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"time_fct_id" : 54, "time_fct" : "time_39700", "affiliate_fct_id" : 23930, "affiliate_fct" : "private Sammlung (Mainz)", "affiliate_fct_occurrence" : 2, "affiliates" : [{"affiliate_fct_id" : 23930, "affiliate_fct" : "private Sammlung (Mainz)", "affiliate_fct_occurrence" : 2}]}
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "variants": {"type": "object", "properties": {"inventory": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"base": {"type": "string"}, "fluid": {"type": "string"}}, "required": ["base", "fluid"]}, "transform": {"type": "string"}}, "required": ["model", "textures", "transform"]}}, "required": ["inventory"]}}, "required": ["forge_marker", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"forge_marker" : 1, "variants" : {"inventory" : {"model" : "forge:forgebucket", "textures" : {"base" : "extracells:items/fluid.pattern", "fluid" : "extracells:items/fluid.pattern.contents"}, "transform" : "forge:default-item"}}}
json_instruct
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "variants": {"type": "object", "properties": {"inventory": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"base": {"type": "string"}, "fluid": {"type": "string"}}, "required": ["base", "fluid"]}, "transform": {"type": "string"}}, "required": ["model", "textures", "transform"]}}, "required": ["inventory"]}}, "required": ["forge_marker", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}, "serve": {"type": "string"}}, "required": ["bower", "serve"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "serve": {"type": "string"}}, "required": ["postinstall", "serve"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "version", "description", "repository", "license", "devDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angular-seed", "private" : true, "version" : "0.0.0", "description" : "A starter project for AngularJS", "repository" : "https://github.com/angular/angular-seed", "license" : "MIT", "devDependencies" : {"bower" : "^1.3.1", "serve" : "^6.5.2"}, "scripts" : {"postinstall" : "bower install", "serve" : "serve ./app --open"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}, "serve": {"type": "string"}}, "required": ["bower", "serve"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "serve": {"type": "string"}}, "required": ["postinstall", "serve"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "version", "description", "repository", "license", "devDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.27dd871e.chunk.css": {"type": "string"}, "static/js/2.af68dd72.chunk.js": {"type": "string"}, "static/js/2.af68dd72.chunk.js.map": {"type": "string"}, "static/js/3.121fc6eb.chunk.js": {"type": "string"}, "static/js/3.121fc6eb.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.27dd871e.chunk.css.map": {"type": "string"}, "static/css/main.5d7a3be2.chunk.css.map": {"type": "string"}, "static/js/2.af68dd72.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/alber.4cd978f3.jpg": {"type": "string"}, "static/media/sofia.bf514743.jpg": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.27dd871e.chunk.css", "static/js/2.af68dd72.chunk.js", "static/js/2.af68dd72.chunk.js.map", "static/js/3.121fc6eb.chunk.js", "static/js/3.121fc6eb.chunk.js.map", "index.html", "static/css/2.27dd871e.chunk.css.map", "static/css/main.5d7a3be2.chunk.css.map", "static/js/2.af68dd72.chunk.js.LICENSE.txt", "static/media/alber.4cd978f3.jpg", "static/media/sofia.bf514743.jpg"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/math-magicians/static/css/main.5d7a3be2.chunk.css", "main.js" : "/math-magicians/static/js/main.9aad9c31.chunk.js", "main.js.map" : "/math-magicians/static/js/main.9aad9c31.chunk.js.map", "runtime-main.js" : "/math-magicians/static/js/runtime-main.acda56ed.js", "runtime-main.js.map" : "/math-magicians/static/js/runtime-main.acda56ed.js.map", "static/css/2.27dd871e.chunk.css" : "/math-magicians/static/css/2.27dd871e.chunk.css", "static/js/2.af68dd72.chunk.js" : "/math-magicians/static/js/2.af68dd72.chunk.js", "static/js/2.af68dd72.chunk.js.map" : "/math-magicians/static/js/2.af68dd72.chunk.js.map", "static/js/3.121fc6eb.chunk.js" : "/math-magicians/static/js/3.121fc6eb.chunk.js", "static/js/3.121fc6eb.chunk.js.map" : "/math-magicians/static/js/3.121fc6eb.chunk.js.map", "index.html" : "/math-magicians/index.html", "static/css/2.27dd871e.chunk.css.map" : "/math-magicians/static/css/2.27dd871e.chunk.css.map", "static/css/main.5d7a3be2.chunk.css.map" : "/math-magicians/static/css/main.5d7a3be2.chunk.css.map", "static/js/2.af68dd72.chunk.js.LICENSE.txt" : "/math-magicians/static/js/2.af68dd72.chunk.js.LICENSE.txt", "static/media/alber.4cd978f3.jpg" : "/math-magicians/static/media/alber.4cd978f3.jpg", "static/media/sofia.bf514743.jpg" : "/math-magicians/static/media/sofia.bf514743.jpg"}, "entrypoints" : ["static/js/runtime-main.acda56ed.js", "static/css/2.27dd871e.chunk.css", "static/js/2.af68dd72.chunk.js", "static/css/main.5d7a3be2.chunk.css", "static/js/main.9aad9c31.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.27dd871e.chunk.css": {"type": "string"}, "static/js/2.af68dd72.chunk.js": {"type": "string"}, "static/js/2.af68dd72.chunk.js.map": {"type": "string"}, "static/js/3.121fc6eb.chunk.js": {"type": "string"}, "static/js/3.121fc6eb.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.27dd871e.chunk.css.map": {"type": "string"}, "static/css/main.5d7a3be2.chunk.css.map": {"type": "string"}, "static/js/2.af68dd72.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/alber.4cd978f3.jpg": {"type": "string"}, "static/media/sofia.bf514743.jpg": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.27dd871e.chunk.css", "static/js/2.af68dd72.chunk.js", "static/js/2.af68dd72.chunk.js.map", "static/js/3.121fc6eb.chunk.js", "static/js/3.121fc6eb.chunk.js.map", "index.html", "static/css/2.27dd871e.chunk.css.map", "static/css/main.5d7a3be2.chunk.css.map", "static/js/2.af68dd72.chunk.js.LICENSE.txt", "static/media/alber.4cd978f3.jpg", "static/media/sofia.bf514743.jpg"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"w": {"type": "integer"}, "v": {"type": "string"}}, "required": ["w", "v"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"w" : 25, "v" : "{$hair+brown }"}, {"w" : 20, "v" : "{$hair+auburn }"}, {"w" : 12, "v" : "{$hair+blond }"}, {"w" : 14, "v" : "{$hair+red }"}, {"w" : 8, "v" : "{$hair+golden }"}, {"w" : 5, "v" : "{$hair+silver }"}, {"w" : 16, "v" : "{$hair+gray }"}, {"w" : 8, "v" : "{$hair+white }"}, {"w" : 20, "v" : "{$hair+black }"}, {"w" : 5, "v" : "{$hair+dyed black }"}, {"w" : 1, "v" : "{$hair+dyed blue }"}, {"w" : 1, "v" : "{$hair+dyed purple }"}, {"w" : 1, "v" : "{$hair+dyed pink }"}, {"w" : 1, "v" : "{$hair+dyed yellow }"}, {"w" : 1, "v" : "{$hair+dyed red }"}, {"w" : 1, "v" : "{$hair+dyed orange }"}, {"w" : 1, "v" : "{$hair+dyed green }"}, {"w" : 1, "v" : "{$hair+dyed teal }"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"w": {"type": "integer"}, "v": {"type": "string"}}, "required": ["w", "v"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "M": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "T": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["I", "M", "B", "T", "C"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["TBC", "IMI"], "key" : {"I" : {"item" : "rs_ctr2:item_io"}, "M" : {"item" : "rs_ctr2:item_mover"}, "B" : {"item" : "rs_ctr2:and_filter"}, "T" : {"item" : "minecraft:crafting_table"}, "C" : {"item" : "minecraft:chest"}}, "result" : {"item" : "rs_ctr2:autocraft"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "M": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "T": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["I", "M", "B", "T", "C"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"patthana15.23:1.1": {"type": "string"}, "patthana15.23:2.1": {"type": "string"}, "patthana15.23:3.1": {"type": "string"}}, "required": ["patthana15.23:1.1", "patthana15.23:2.1", "patthana15.23:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"patthana15.23:1.1" : "csp2ed40.223, ms40P15_83, msdiv30, sc1", "patthana15.23:2.1" : "ms40P15_84, sc2", "patthana15.23:3.1" : "ms40P15_85, sc3"}
json_instruct
{"type": "object", "properties": {"patthana15.23:1.1": {"type": "string"}, "patthana15.23:2.1": {"type": "string"}, "patthana15.23:3.1": {"type": "string"}}, "required": ["patthana15.23:1.1", "patthana15.23:2.1", "patthana15.23:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 173384, "info" : {"name" : "Clickup - Remove yellow warning", "description" : "Remove the upgrade warning with (UPGRADE) info from Clickup app when you hit storage limit", "additionalInfo" : null, "format" : "uso", "category" : "clickup", "createdAt" : "2019-07-09T17:12:13.000Z", "updatedAt" : "2019-07-10T20:33:22.000Z", "license" : "CC-BY-SA-4.0", "author" : {"id" : 420062, "name" : "Kamperman"}}, "stats" : {"installs" : {"total" : 11, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "173384_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document \r\n url-prefix(\"https://app.clickup.com\"),\r\n domain(\"app.clickup.com\")\r\n{\r\n\t/* GLOBAL */\r\n #manager-header {\r\n top: 0px !important;\r\n }\r\n\r\n .cu-container,cu-banner-popup__container, .cu-banner-popup {\r\n padding-top:18px !important; \r\n }\r\n\t.cu-banner-popup__container, .cu-banner-popup{\r\n\t\tpadding-top: 0px !important; \r\n height: 0px !important;\r\n background-color: inherit !important; \r\n }\r\n\r\n\r\n .modal-open .cu-container, .modal-open .cu-header {\r\n filter: none !important;\r\n }\r\n \r\n}"}}
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": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "homepage", "type", "license", "authors", "support", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nostadt/terminal-helper", "description" : "Helper stuff I like to use when working with a terminal.", "homepage" : "https://github.com/nostadt/terminal-helper", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Alexander Nostadt"}], "support" : {"issues" : "https://github.com/nostadt/terminal-helper/issues", "source" : "https://github.com/nostadt/terminal-helper"}, "require" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "homepage", "type", "license", "authors", "support", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 34200, "cartId" : "29f75709-58cf-4103-a664-f1039830741e", "preferredProducts" : [1952, 2095, 1711, 3446, 1618, 4596, 444], "productReviews" : [{"productId" : 3396, "reviewText" : "heard about this on new jersey hip hop radio, decided to give it a try.", "reviewDate" : "2018-03-05T18:25:10.9196985+02:00"}, {"productId" : 306, "reviewText" : "i use it for 10 weeks when i'm in my jail.", "reviewDate" : "2017-09-10T08:32:57.6235515+03:00"}, {"productId" : 168, "reviewText" : "My neighbor Allean has one of these. She works as a sky diver and she says it looks weedy.", "reviewDate" : "2017-04-10T15:38:46.7683904+03:00"}, {"productId" : 136, "reviewText" : "My co-worker Luka has one of these. He says it looks purple.", "reviewDate" : "2017-11-01T17:45:53.1466644+02:00"}]}
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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"git_hash": {"type": "string"}, "historical_id": {"type": "string"}, "historical_name": {"type": "string"}, "historical_parameters": {"type": "object", "properties": {"title": {"type": "string"}, "interval_date_start": {"type": "string"}, "interval_date_end": {"type": "string"}}, "required": ["title", "interval_date_start", "interval_date_end"]}, "uuid": {"type": "string"}}, "required": ["git_hash", "historical_id", "historical_name", "historical_parameters", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"git_hash" : "", "historical_id" : "V2.0", "historical_name" : "card_reader", "historical_parameters" : {"title" : "card_reader historical analysis", "interval_date_start" : "2021-01-13", "interval_date_end" : "2021-04-13 23:00:00"}, "uuid" : "synthetic_card_reader"}
json_instruct
{"type": "object", "properties": {"git_hash": {"type": "string"}, "historical_id": {"type": "string"}, "historical_name": {"type": "string"}, "historical_parameters": {"type": "object", "properties": {"title": {"type": "string"}, "interval_date_start": {"type": "string"}, "interval_date_end": {"type": "string"}}, "required": ["title", "interval_date_start", "interval_date_end"]}, "uuid": {"type": "string"}}, "required": ["git_hash", "historical_id", "historical_name", "historical_parameters", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["###"], "key" : {"#" : [{"item" : "sand_dust:smooth_light_gray_stained_sandstone"}]}, "result" : {"item" : "sand_dust:smooth_light_gray_stained_sandstone_slab", "count" : 6}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "string"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "released": {"type": "string"}, "characters": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "title_en", "title_jp", "picture", "synopsis", "type", "episodes", "tags", "released", "characters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 25519, "title" : "Yuuki Yuuna wa Yuusha de Aru", "title_en" : "Yuki Yuna is a Hero", "title_jp" : "\u7d50\u57ce\u53cb\u5948\u306f\u52c7\u8005\u3067\u3042\u308b", "picture" : "http://cdn.myanimelist.net/images/anime/8/77057.jpg", "synopsis" : "What does it mean to be a hero? Yuuki Yuuna thinks she knows. As part of the Hero Club in her middle school, Yuuki always does her best, wants to help others, and strives to bring smiles to people's faces, no matter who they are.", "type" : "TV", "episodes" : 12, "tags" : ["drama", "fantasy", "magic", "slice_of_life"], "released" : "2014-10-17T03:00:00.000Z", "characters" : [112073, 112075, 116119, 112207, 112071, 119399]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "string"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "released": {"type": "string"}, "characters": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "title_en", "title_jp", "picture", "synopsis", "type", "episodes", "tags", "released", "characters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Bagnizeau", "circ" : "3\u00e8me circonscription", "dpt" : "Charente-Maritime", "inscrits" : 157, "abs" : 71, "votants" : 86, "blancs" : 14, "nuls" : 1, "exp" : 71, "res" : [{"nuance" : "REM", "nom" : "M. Jean-Philippe ARDOUIN", "voix" : 49}, {"nuance" : "LR", "nom" : "M. Frederic NEVEU", "voix" : 22}]}
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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"user/angle": {"type": "number"}, "cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["user/angle", "cam/image_array", "user/throttle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user/angle" : -0.7935494838690516, "cam/image_array" : "1655_cam-image_array_.jpg", "user/throttle" : 0.9, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"user/angle": {"type": "number"}, "cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["user/angle", "cam/image_array", "user/throttle", "user/mode"], "$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"}, "type": {"type": "string"}, "nodeRestart": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "schedule": {"type": "string"}}, "required": ["enabled", "schedule"]}, "nodes": {"type": "integer"}, "image": {"type": "object", "properties": {"repo": {"type": "string"}, "tag": {"type": "string"}}, "required": ["repo", "tag"]}}, "required": ["name", "type", "nodeRestart", "nodes", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "testnet5", "type" : "local", "nodeRestart" : {"enabled" : true, "schedule" : "50 * * * *"}, "nodes" : 6, "image" : {"repo" : "parity/polkadot", "tag" : "v0.7.20"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "nodeRestart": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "schedule": {"type": "string"}}, "required": ["enabled", "schedule"]}, "nodes": {"type": "integer"}, "image": {"type": "object", "properties": {"repo": {"type": "string"}, "tag": {"type": "string"}}, "required": ["repo", "tag"]}}, "required": ["name", "type", "nodeRestart", "nodes", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "61506831", "name" : "Lower Meadow Court", "nodes" : [{"type" : "node", "id" : 767528024, "lat" : 52.2696113, "lon" : -0.8377089}, {"type" : "node", "id" : 767528025, "lat" : 52.2694734, "lon" : -0.8374407}, {"type" : "node", "id" : 767528026, "lat" : 52.2693093, "lon" : -0.8372154}, {"type" : "node", "id" : 767528027, "lat" : 52.2691517, "lon" : -0.8370974}, {"type" : "node", "id" : 767528028, "lat" : 52.2690007, "lon" : -0.8370223}, {"type" : "node", "id" : 767528029, "lat" : 52.2688431, "lon" : -0.8369686}, {"type" : "node", "id" : 767528030, "lat" : 52.2684932, "lon" : -0.8369679}, {"type" : "node", "id" : 767528031, "lat" : 52.2684855, "lon" : -0.8369227}, {"type" : "node", "id" : 767528032, "lat" : 52.2684687, "lon" : -0.8368846}, {"type" : "node", "id" : 767528033, "lat" : 52.268445, "lon" : -0.8368581}, {"type" : "node", "id" : 767528034, "lat" : 52.2684098, "lon" : -0.8368461}, {"type" : "node", "id" : 767528035, "lat" : 52.2683816, "lon" : -0.8368549}, {"type" : "node", "id" : 767528036, "lat" : 52.268357, "lon" : -0.8368789}, {"type" : "node", "id" : 767528037, "lat" : 52.2683388, "lon" : -0.8369153}, {"type" : "node", "id" : 767528038, "lat" : 52.2683283, "lon" : -0.8369793}, {"type" : "node", "id" : 767528039, "lat" : 52.2683329, "lon" : -0.8370256}, {"type" : "node", "id" : 767528040, "lat" : 52.2683469, "lon" : -0.8370666}, {"type" : "node", "id" : 767528041, "lat" : 52.2683686, "lon" : -0.8370972}, {"type" : "node", "id" : 767528042, "lat" : 52.2683954, "lon" : -0.8371139}, {"type" : "node", "id" : 767528043, "lat" : 52.2684159, "lon" : -0.8371161}, {"type" : "node", "id" : 767528044, "lat" : 52.2684438, "lon" : -0.8371052}, {"type" : "node", "id" : 767528045, "lat" : 52.2684678, "lon" : -0.8370794}, {"type" : "node", "id" : 767528046, "lat" : 52.2684849, "lon" : -0.8370417}, {"type" : "node", "id" : 767528047, "lat" : 52.2684931, "lon" : -0.8369967}], "volunteer_postcode" : "NN3 8UW", "closest_distance" : 144}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}}, "required": ["coffee-script"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "coursera-downloaderm", "dependencies" : {"coffee-script" : ""}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}}, "required": ["coffee-script"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_2razpjnz", "name" : "_PogS_"}, "date" : {"day" : 1591315200, "full" : 1591355753, "month" : 1590969600, "week" : 1590883200}, "id" : "t3_gx2mal", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 256113, "fullUrl" : "https://preview.redd.it/wo1rf8g0s2351.png?auto=webp&s=a97e7fc3bc70fff773ccf5607c45c20b8b0ebf66", "hash" : "6bf027068c", "height" : 248, "lqip" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAGCAYAAADKfB7nAAAACXBIWXMAAAsTAAALEwEAmpwYAAABgUlEQVQYlRXFTS/DYBwA8CcSSxwWMfMaQpBt7TZdn76ss3Xt0z7tbIq9UYshIpElwsmJhC/ATXwHiXARX8HZzdsOjk6iB5Eof/G7/FCpVUXp5ASxFPbclJk7E0ceTJF5stPxF0tm23k+2iZCok3w/9FnTUk+qgX5XiX4bDzQGURKYlIrKHFYKUhQ0VOwoHKwZGBYNgWo6zw4OQ7KGgaXpqFmCJAVWCA6D6X5LDTqxgbKEmGHOjmwCf6cm0l+V3XOX5uT/KaV8tcp55c13l+hgm+IMX8+x/2IXPRn+3T/a/vyGJpHm1dISU06RU2AGlWgnJ+GipYCl2KoEx4qKgcVnQfXkoDmZKjZ6d8MZqHq2uCs2jC7qO0hcyocUPnYlo4jt6YYfaUS825JzEdRSXjFTMIjIuMZEusRBXu76yWgM0mPljJvtpO9WeRjAygfG0J5zKKGnkGoI9g10t8X1KR493h4oCfcHQpFxoZDE6ODvQihwMHO8knL1Q+vL1roX1mOoz8P5Ygm7ThqjQAAAABJRU5ErkJggg==", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/M6dWiOr0K04TXDZB1pVBr24NwFXTlMto-XlHh08cdjo.jpg", "url" : "https://preview.redd.it/wo1rf8g0s2351.png?width=640&crop=smart&auto=webp&s=35c522cc969babb1ede42a701fdffe491030ee3f", "width" : 640}, "score" : {"comments" : 5, "downs" : 0, "isCurated" : true, "ratio" : 0.92, "ups" : 36, "value" : 36}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Vessel"], "title" : "Astrologist Ship Interior", "url" : "https://www.reddit.com/r/dndmaps/comments/gx2mal/astrologist_ship_interior/"}
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"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"benchmark": {"type": "string"}, "chalk": {"type": "string"}, "inquirer": {"type": "string"}, "lodash": {"type": "string"}, "require-dir": {"type": "string"}}, "required": ["benchmark", "chalk", "inquirer", "lodash", "require-dir"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "private", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "what-is-faster", "version" : "0.0.1", "description" : "JS benchmarks", "private" : true, "main" : "index.js", "scripts" : {"start" : "node index", "test" : "jshint ./lib"}, "repository" : {"type" : "git", "url" : "git+https://github.com/AlexanderMac/what-is-faster.git"}, "keywords" : ["benchmark", "benchmarks"], "author" : "Alexander Mac", "license" : "MIT", "bugs" : {"url" : "https://github.com/AlexanderMac/what-is-faster/issues"}, "homepage" : "https://github.com/AlexanderMac/what-is-faster#readme", "dependencies" : {"benchmark" : "^2.1.4", "chalk" : "^1.1.3", "inquirer" : "^3.0.6", "lodash" : "^4.17.4", "require-dir" : "^0.3.1"}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"benchmark": {"type": "string"}, "chalk": {"type": "string"}, "inquirer": {"type": "string"}, "lodash": {"type": "string"}, "require-dir": {"type": "string"}}, "required": ["benchmark", "chalk", "inquirer", "lodash", "require-dir"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "private", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vendor" : "sapmachine", "filename" : "sapmachine-jdk-11.0.13-ea.8_linux-ppc64le_bin.tar.gz", "release_type" : "ea", "version" : "11.0.13-ea.8", "java_version" : "11.0.13-ea.8", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "ppc64le", "file_type" : "tar.gz", "image_type" : "jdk", "features" : [], "url" : "https://github.com/SAP/SapMachine/releases/download/sapmachine-11.0.13+8/sapmachine-jdk-11.0.13-ea.8_linux-ppc64le_bin.tar.gz", "md5" : "ef7ce88e21d5d9453aea31c2417eba19", "md5_file" : "sapmachine-jdk-11.0.13-ea.8_linux-ppc64le_bin.tar.gz.md5", "sha1" : "d63d6e562e433d1a5d50df0fa1c3e75cc8a1f1be", "sha1_file" : "sapmachine-jdk-11.0.13-ea.8_linux-ppc64le_bin.tar.gz.sha1", "sha256" : "9f557ae2454120a030c87ecc31caff125763252547c48ef3175c8247a57c779f", "sha256_file" : "sapmachine-jdk-11.0.13-ea.8_linux-ppc64le_bin.tar.gz.sha256", "sha512" : "e143cd94760bb6c88e4325436bd63b4284f44411703185f9e0f3bbbe23f4a38a7dcf1ceab446f38e9ff648370eb40ff63de0b2d6d0f2cee26c55092e92ea8da6", "sha512_file" : "sapmachine-jdk-11.0.13-ea.8_linux-ppc64le_bin.tar.gz.sha512", "size" : 177630952}
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["1909950"], "\uc81c\uc548\uc77c\uc790" : ["2014-03-31"], "\uc81c\uc548\uc790" : ["\ucd5c\uacbd\ud658\uc758\uc6d0\u318d\uc804\ubcd1\ud5cc\uc758\uc6d0\uc678284\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c19\ub300(2012~2016)\uc81c323\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : ["2014-04-01"], "\uc758\uacb0\uc77c" : ["2014-04-01"], "\ud68c\uc758\uba85" : ["\uc81c323\ud68c\uc81c1\ucc28"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "string"}, "category": {"type": "string"}}, "required": ["name", "abv", "ibu", "srm", "upc", "type", "brewery_id", "updated", "description", "style", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Madrugada Obscura", "abv" : 8.1, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "jolly_pumpkin_artisan_ales", "updated" : "2010-07-22 20:00:20", "description" : "A Belgian inspired stout that is as dark as a moonless midnight, brimming of roasted malts and bitter hops. It will keep you good company in all places, be thay light or dark.", "style" : "American-Style Stout", "category" : "North American Ale"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "string"}, "category": {"type": "string"}}, "required": ["name", "abv", "ibu", "srm", "upc", "type", "brewery_id", "updated", "description", "style", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"id" : 29650, "title" : "Miss P. Farman", "primoId" : "ADLIB110041786", "slug" : "adlib110041786", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525329785738.jpg", "content" : "interiors, portraits, girls", "imageType" : "portrait", "date" : "2018-05-03 06:43:05", "dateText" : "1870-1875", "timestamp" : "", "instagramUsername" : "", "featuredMedia" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525329785738.jpg", "sizes" : {"medium" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525329785738-223x300.jpg", "width" : 223, "height" : 300, "__typename" : "MediaSize"}, "full" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525329785738.jpg", "width" : 782, "height" : 1050, "__typename" : "MediaSize"}, "__typename" : "MediaSizes"}, "__typename" : "Media"}, "__typename" : "NewSelfWalesPortrait"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1948, "sex" : "F", "n" : 5, "prop" : 2.87e-06}, {"year" : 1957, "sex" : "F", "n" : 5, "prop" : 2.38e-06}, {"year" : 1962, "sex" : "F", "n" : 5, "prop" : 2.47e-06}, {"year" : 1981, "sex" : "F", "n" : 7, "prop" : 3.91e-06}, {"year" : 1982, "sex" : "F", "n" : 6, "prop" : 3.31e-06}, {"year" : 1983, "sex" : "F", "n" : 10, "prop" : 5.59e-06}, {"year" : 1984, "sex" : "F", "n" : 5, "prop" : 2.77e-06}, {"year" : 1985, "sex" : "F", "n" : 10, "prop" : 5.42e-06}, {"year" : 1986, "sex" : "F", "n" : 7, "prop" : 3.79e-06}, {"year" : 1987, "sex" : "F", "n" : 8, "prop" : 4.27e-06}, {"year" : 1988, "sex" : "F", "n" : 11, "prop" : 5.72e-06}, {"year" : 1989, "sex" : "F", "n" : 8, "prop" : 4.02e-06}, {"year" : 1990, "sex" : "F", "n" : 8, "prop" : 3.89e-06}, {"year" : 1991, "sex" : "F", "n" : 8, "prop" : 3.93e-06}, {"year" : 1992, "sex" : "F", "n" : 7, "prop" : 3.49e-06}, {"year" : 1993, "sex" : "F", "n" : 5, "prop" : 2.54e-06}, {"year" : 1998, "sex" : "F", "n" : 7, "prop" : 3.61e-06}, {"year" : 2000, "sex" : "F", "n" : 12, "prop" : 6.02e-06}, {"year" : 2001, "sex" : "F", "n" : 7, "prop" : 3.54e-06}, {"year" : 2002, "sex" : "F", "n" : 10, "prop" : 5.07e-06}, {"year" : 2003, "sex" : "F", "n" : 6, "prop" : 2.99e-06}, {"year" : 2004, "sex" : "F", "n" : 12, "prop" : 5.95e-06}, {"year" : 2005, "sex" : "F", "n" : 16, "prop" : 7.89e-06}, {"year" : 2006, "sex" : "F", "n" : 12, "prop" : 5.74e-06}, {"year" : 2007, "sex" : "F", "n" : 13, "prop" : 6.15e-06}, {"year" : 2008, "sex" : "F", "n" : 17, "prop" : 8.17e-06}, {"year" : 2009, "sex" : "F", "n" : 20, "prop" : 9.89e-06}, {"year" : 2010, "sex" : "F", "n" : 5, "prop" : 2.55e-06}, {"year" : 2011, "sex" : "F", "n" : 9, "prop" : 4.65e-06}, {"year" : 2012, "sex" : "F", "n" : 10, "prop" : 5.16e-06}, {"year" : 2013, "sex" : "F", "n" : 7, "prop" : 3.64e-06}, {"year" : 2014, "sex" : "F", "n" : 5, "prop" : 2.56e-06}, {"year" : 2015, "sex" : "F", "n" : 12, "prop" : 6.17e-06}, {"year" : 2016, "sex" : "F", "n" : 8, "prop" : 4.15e-06}, {"year" : 2017, "sex" : "F", "n" : 7, "prop" : 3.73e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"canScale": {"type": "boolean"}, "canPosition": {"type": "boolean"}, "canEditSource": {"type": "boolean"}, "gizmo": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "color": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}, "handles": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "meta": {"type": "object", "properties": {"author": {"type": "string"}, "owner": {"type": "string"}}, "required": ["author", "owner"]}}, "required": ["title", "description", "icon", "color", "groups", "handles", "meta"]}, "settings": {"type": "object", "properties": {"configure": {"type": "array", "items": {"type": "object", "properties": {"property": {"type": "string"}, "description": {"type": "string"}, "inputMethod": {"type": "string"}, "required": {"type": "boolean"}, "icon": {"type": "string"}}, "required": ["property", "description", "inputMethod", "required", "icon"]}}, "advanced": {"type": "array", "items": {}}}, "required": ["configure", "advanced"]}}, "required": ["canScale", "canPosition", "canEditSource", "gizmo", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"canScale" : true, "canPosition" : true, "canEditSource" : true, "gizmo" : {"title" : "Micro copy-heading", "description" : "small call to action / attention that acts as a heading too", "icon" : "icons:android", "color" : "green", "groups" : ["Copy"], "handles" : [{"type" : "todo:read-the-docs-for-usage"}], "meta" : {"author" : "btopro", "owner" : "The Pennsylvania State University"}}, "settings" : {"configure" : [{"property" : "heading", "description" : "", "inputMethod" : "textfield", "required" : false, "icon" : "icons:android"}, {"property" : "endCap", "description" : "", "inputMethod" : "textfield", "required" : false, "icon" : "icons:android"}], "advanced" : []}}
json_instruct
{"type": "object", "properties": {"canScale": {"type": "boolean"}, "canPosition": {"type": "boolean"}, "canEditSource": {"type": "boolean"}, "gizmo": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "color": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}, "handles": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "meta": {"type": "object", "properties": {"author": {"type": "string"}, "owner": {"type": "string"}}, "required": ["author", "owner"]}}, "required": ["title", "description", "icon", "color", "groups", "handles", "meta"]}, "settings": {"type": "object", "properties": {"configure": {"type": "array", "items": {"type": "object", "properties": {"property": {"type": "string"}, "description": {"type": "string"}, "inputMethod": {"type": "string"}, "required": {"type": "boolean"}, "icon": {"type": "string"}}, "required": ["property", "description", "inputMethod", "required", "icon"]}}, "advanced": {"type": "array", "items": {}}}, "required": ["configure", "advanced"]}}, "required": ["canScale", "canPosition", "canEditSource", "gizmo", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "ipfs-http-client": {"type": "string"}, "http-server": {"type": "string"}}, "required": ["browserify", "ipfs-http-client", "http-server"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bundle-browserify", "version" : "1.0.0", "description" : "Bundle js-ipfs-http-client with Browserify", "main" : "index.js", "scripts" : {"start" : "browserify index.js > bundle.js && http-server -a 127.0.0.1 -p 8888"}, "keywords" : [], "author" : "Friedel Ziegelmayer", "license" : "MIT", "devDependencies" : {"browserify" : "^16.2.3", "ipfs-http-client" : "../../", "http-server" : "~0.11.1"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "ipfs-http-client": {"type": "string"}, "http-server": {"type": "string"}}, "required": ["browserify", "ipfs-http-client", "http-server"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"baseObjects" : ["[\" p\",59,\"O\",100]", "[\" p\",59,\"O\",100]", "[\" p\",59,\"O\",100]", "[\" p\",59,\"O\",100]"], "returnObjects" : ["\"Error\"", "\"Error\"", "\" pNaNNaNNaN\"", "\"Error\""], "callbackArgs" : ["{\"0\":\" p\",\"1\":59,\"2\":1,\"3\":[\" p\",59,\"O\",100]}", "{\"0\":\" pNaN\",\"1\":\"O\",\"2\":2,\"3\":[\" p\",59,\"O\",100]}", "{\"0\":\" pNaNNaN\",\"1\":100,\"2\":3,\"3\":[\" p\",59,\"O\",100]}", "{\"0\":null,\"1\":\" p\",\"2\":0,\"3\":[\" p\",59,\"O\",100]}"]}
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "language": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"bsz": {"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"]}, "gtalk": {"type": "object", "properties": {"clientID": {"type": "string"}, "clientSecret": {"type": "string"}, "repo": {"type": "string"}, "owner": {"type": "string"}, "admin": {"type": "array", "items": {"type": "string"}}}, "required": ["clientID", "clientSecret", "repo", "owner", "admin"]}}, "required": ["bsz", "gtalk"]}}, "required": ["title", "description", "author", "language", "plugins", "pluginsConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "SPA \u5bcc\u5e94\u7528\u5f00\u53d1", "description" : "SPA \u5bcc\u5e94\u7528\u5f00\u53d1\u8bfe\u7a0b\u8d44\u6599", "author" : "\u738b\u9876", "language" : "zh-hans", "plugins" : ["-lunr", "-search", "-highlight", "-sharing", "bsz", "gtalk"], "pluginsConfig" : {"bsz" : {"copyright" : "2018&nbsp;-&nbsp;<span class=\"bsz-this-year\"></span>&nbsp;by&nbsp;<a href=\"https://i.wangding.in\">\u738b\u9876</a>.&nbsp;All rights reserved."}, "gtalk" : {"clientID" : "38298dfccbd34894f5af", "clientSecret" : "021ecfcb4802128f421d11acd9e852f2164df232", "repo" : "sample", "owner" : "wangding", "admin" : ["wangding"]}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "language": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"bsz": {"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"]}, "gtalk": {"type": "object", "properties": {"clientID": {"type": "string"}, "clientSecret": {"type": "string"}, "repo": {"type": "string"}, "owner": {"type": "string"}, "admin": {"type": "array", "items": {"type": "string"}}}, "required": ["clientID", "clientSecret", "repo", "owner", "admin"]}}, "required": ["bsz", "gtalk"]}}, "required": ["title", "description", "author", "language", "plugins", "pluginsConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "bin": {"type": "object", "properties": {"git-jc": {"type": "string"}}, "required": ["git-jc"]}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"execa": {"type": "string"}, "git-branch": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["execa", "git-branch", "yargs"]}}, "required": ["name", "version", "bin", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "git-jira-cli", "version" : "0.1.0", "bin" : {"git-jc" : "bin/git-jira"}, "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"execa" : "^0.7.0", "git-branch" : "^1.0.0", "yargs" : "^8.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "bin": {"type": "object", "properties": {"git-jc": {"type": "string"}}, "required": ["git-jc"]}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"execa": {"type": "string"}, "git-branch": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["execa", "git-branch", "yargs"]}}, "required": ["name", "version", "bin", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"COIII": {"type": "string"}, "COXIII": {"type": "string"}, "MTCO3": {"type": "string"}, "Cytochrome c oxidase polypeptide III": {"type": "string"}, "O47709": {"type": "string"}, "COX3_GAZLE": {"type": "string"}, "Cytochrome c oxidase subunit 3": {"type": "string"}, "MT-CO3": {"type": "string"}}, "required": ["COIII", "COXIII", "MTCO3", "Cytochrome c oxidase polypeptide III", "O47709", "COX3_GAZLE", "Cytochrome c oxidase subunit 3", "MT-CO3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"COIII" : "O47709", "COXIII" : "O47709", "MTCO3" : "O47709", "Cytochrome c oxidase polypeptide III" : "O47709", "O47709" : "O47709", "COX3_GAZLE" : "O47709", "Cytochrome c oxidase subunit 3" : "O47709", "MT-CO3" : "O47709"}
json_instruct
{"type": "object", "properties": {"COIII": {"type": "string"}, "COXIII": {"type": "string"}, "MTCO3": {"type": "string"}, "Cytochrome c oxidase polypeptide III": {"type": "string"}, "O47709": {"type": "string"}, "COX3_GAZLE": {"type": "string"}, "Cytochrome c oxidase subunit 3": {"type": "string"}, "MT-CO3": {"type": "string"}}, "required": ["COIII", "COXIII", "MTCO3", "Cytochrome c oxidase polypeptide III", "O47709", "COX3_GAZLE", "Cytochrome c oxidase subunit 3", "MT-CO3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200884883494000, "key" : "/static/817bc40442b38b1928e4c01d97eaf83d/a41d1/charles-deluvio-695732-unsplash.jpg", "val" : "d9021bce871cb5bc8aa53a45dfaf2496"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appid" : 378630, "name" : "Shadows on the Vatican - Act II: Wrath", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490984439}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "360827109001", "text" : "\u79be\u6e90\u5c45\u59d4\u4f1a"}, {"id" : "360827109200", "text" : "\u79be\u6e90\u6751\u59d4\u4f1a"}, {"id" : "360827109201", "text" : "\u5bcc\u6eaa\u6751\u59d4\u4f1a"}, {"id" : "360827109202", "text" : "\u4e09\u6eaa\u6751\u59d4\u4f1a"}, {"id" : "360827109203", "text" : "\u5c0f\u9ec4\u5751\u6751\u59d4\u4f1a"}, {"id" : "360827109204", "text" : "\u6d1e\u6eaa\u6751\u59d4\u4f1a"}, {"id" : "360827109205", "text" : "\u9ec4\u80cc\u6751\u59d4\u4f1a"}, {"id" : "360827109206", "text" : "\u5c71\u5773\u6751\u59d4\u4f1a"}, {"id" : "360827109207", "text" : "\u8c37\u56e2\u6751\u59d4\u4f1a"}, {"id" : "360827109208", "text" : "\u6742\u53e3\u6751\u59d4\u4f1a"}, {"id" : "360827109209", "text" : "\u4e25\u5858\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["#forge:magma", "#tconstruct:blood", "#tconstruct:molten_ender", "#tconstruct:slime"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "docs": {"type": "string"}, "download": {"type": "string"}}, "required": ["name", "title", "description", "version", "keywords", "author", "licenses", "bugs", "homepage", "docs", "download"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fijs", "title" : "Flight Indicators JS", "description" : "This module allows you to display high quality flight indicators using html, css and SVG images.", "version" : "1.0.0", "keywords" : ["flight", "indicator", "artificial", "horizon", "instrument", "gauge", "turn", "altitude", "attitude", "monitoring", "realtime"], "author" : {"name" : "Teocci", "url" : "https://github.com/teocci/js-module-flight-indicators"}, "licenses" : [{"type" : "MIT", "url" : "https://github.com/teocci/js-module-flight-indicators/blob/main/LICENSE"}], "bugs" : "https://github.com/teocci/js-module-flight-indicators/issues", "homepage" : "https://github.com/teocci/js-module-flight-indicators", "docs" : "https://github.com/teocci/js-module-flight-indicators", "download" : "https://github.com/teocci/js-module-flight-indicators"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "docs": {"type": "string"}, "download": {"type": "string"}}, "required": ["name", "title", "description", "version", "keywords", "author", "licenses", "bugs", "homepage", "docs", "download"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-address": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "ownership-status": {"type": "string"}, "site": {"type": "string"}, "planning-permission-status": {"type": "string"}, "planning-permission-date": {"type": "string"}, "deliverable": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "name": {"type": "string"}, "planning-permission-type": {"type": "string"}, "organisation": {"type": "string"}, "point": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["site-address", "site-plan-url", "notes", "maximum-net-dwellings", "hectares", "start-date", "ownership-status", "site", "planning-permission-status", "planning-permission-date", "deliverable", "minimum-net-dwellings", "name", "planning-permission-type", "organisation", "point", "slug", "entity", "entry-date", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.916381, 52.68268]}, "properties" : {"site-address" : "Former Greyhound Public House, Boney Hay Road, Burntwood", "site-plan-url" : "http://lichfielddc.maps.arcgis.com/home/webmap/viewer.html?webmap=f95b5e5ecb4d4a938a89f64a5344eaef", "notes" : "Development complete.", "maximum-net-dwellings" : "27", "hectares" : "0.54", "start-date" : "2017-07-17", "ownership-status" : "not owned by a public authority", "site" : "LDC-BLR-20", "planning-permission-status" : "permissioned", "planning-permission-date" : "2019-04-22", "deliverable" : "yes", "minimum-net-dwellings" : "27", "name" : "LDC-BLR-20", "planning-permission-type" : "full planning permission", "organisation" : "local-authority-eng:LIF", "point" : "POINT(-1.916381 52.68268)", "slug" : "/brownfield-land/local-authority-eng/LIF/LDC-BLR-20", "entity" : 486187, "entry-date" : "2018-09-01", "end-date" : "2018-09-01"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-address": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "ownership-status": {"type": "string"}, "site": {"type": "string"}, "planning-permission-status": {"type": "string"}, "planning-permission-date": {"type": "string"}, "deliverable": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "name": {"type": "string"}, "planning-permission-type": {"type": "string"}, "organisation": {"type": "string"}, "point": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["site-address", "site-plan-url", "notes", "maximum-net-dwellings", "hectares", "start-date", "ownership-status", "site", "planning-permission-status", "planning-permission-date", "deliverable", "minimum-net-dwellings", "name", "planning-permission-type", "organisation", "point", "slug", "entity", "entry-date", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"tab": {"type": "array", "items": {"type": "object", "properties": {"buttons": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "label": {"type": "string"}}, "required": ["action", "label"]}}, "label": {"type": "string"}}, "required": ["buttons", "label"]}}}, "required": ["tab"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tab" : [{"buttons" : [{"action" : "\\n", "label" : "\u6c7a\u5b9a"}, {"action" : "\\t", "label" : "\u30bf\u30d6"}], "label" : "\u30e1\u30a4\u30f3"}, {"buttons" : [{"action" : "/beckon\\n", "label" : "\u624b\u62db\u304d"}, {"action" : "/bow\\n", "label" : "\u304a\u8f9e\u5100"}], "label" : "\u30a8\u30e2\u30fc\u30c8"}]}
json_instruct
{"type": "object", "properties": {"tab": {"type": "array", "items": {"type": "object", "properties": {"buttons": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "label": {"type": "string"}}, "required": ["action", "label"]}}, "label": {"type": "string"}}, "required": ["buttons", "label"]}}}, "required": ["tab"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"prewatch": {"type": "string"}, "watch": {"type": "string"}, "bower": {"type": "string"}, "pulp": {"type": "string"}, "surge": {"type": "string"}, "parcel": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["prewatch", "watch", "bower", "pulp", "surge", "parcel", "test", "test:watch"]}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}, "bs-platform": {"type": "string"}, "bsb-js": {"type": "string"}, "parcel": {"type": "string"}, "pulp": {"type": "string"}, "purescript": {"type": "string"}, "surge": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["bower", "bs-platform", "bsb-js", "parcel", "pulp", "purescript", "surge", "typescript"]}, "dependencies": {"type": "object", "properties": {"xhr2": {"type": "string"}}, "required": ["xhr2"]}}, "required": ["scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scripts" : {"prewatch" : "pulp --watch build &", "watch" : "parcel serve --hmr-port 44332 src/index.html", "bower" : "bower", "pulp" : "pulp", "surge" : "surge", "parcel" : "parcel", "test" : "pulp test", "test:watch" : "pulp --watch test"}, "devDependencies" : {"bower" : "^1.8.8", "bs-platform" : "^4.0.18", "bsb-js" : "^1.1.7", "parcel" : "^1.12.3", "pulp" : "^12.4.2", "purescript" : "^0.12.5", "surge" : "^0.20.4", "typescript" : "^3.1.3"}, "dependencies" : {"xhr2" : "^0.1.4"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"prewatch": {"type": "string"}, "watch": {"type": "string"}, "bower": {"type": "string"}, "pulp": {"type": "string"}, "surge": {"type": "string"}, "parcel": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["prewatch", "watch", "bower", "pulp", "surge", "parcel", "test", "test:watch"]}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}, "bs-platform": {"type": "string"}, "bsb-js": {"type": "string"}, "parcel": {"type": "string"}, "pulp": {"type": "string"}, "purescript": {"type": "string"}, "surge": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["bower", "bs-platform", "bsb-js", "parcel", "pulp", "purescript", "surge", "typescript"]}, "dependencies": {"type": "object", "properties": {"xhr2": {"type": "string"}}, "required": ["xhr2"]}}, "required": ["scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900348498": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348499": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348500": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348501": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348502": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348503": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348504": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348505": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348506": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900348498", "900348499", "900348500", "900348501", "900348502", "900348503", "900348504", "900348505", "900348506"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900348498" : {"nama" : "TPS 1", "dapil" : [3306, 13309, 2330702]}, "900348499" : {"nama" : "TPS 2", "dapil" : [3306, 13309, 2330702]}, "900348500" : {"nama" : "TPS 3", "dapil" : [3306, 13309, 2330702]}, "900348501" : {"nama" : "TPS 4", "dapil" : [3306, 13309, 2330702]}, "900348502" : {"nama" : "TPS 5", "dapil" : [3306, 13309, 2330702]}, "900348503" : {"nama" : "TPS 6", "dapil" : [3306, 13309, 2330702]}, "900348504" : {"nama" : "TPS 7", "dapil" : [3306, 13309, 2330702]}, "900348505" : {"nama" : "TPS 8", "dapil" : [3306, 13309, 2330702]}, "900348506" : {"nama" : "TPS 9", "dapil" : [3306, 13309, 2330702]}}
json_instruct
{"type": "object", "properties": {"900348498": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348499": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348500": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348501": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348502": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348503": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348504": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348505": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900348506": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900348498", "900348499", "900348500", "900348501", "900348502", "900348503", "900348504", "900348505", "900348506"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/4057341521", "properties" : {"amenity" : "vending_machine", "name" : "Wurst- und Hausschlachterei", "vending" : "meat", "id" : "node/4057341521"}, "geometry" : {"type" : "Point", "coordinates" : [9.8078899, 53.1169051]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "titleTemplate": {"type": "string"}, "defaultDescription": {"type": "string"}, "siteUrl": {"type": "string"}, "defaultImage": {"type": "string"}, "instagramUsername": {"type": "string"}}, "required": ["defaultTitle", "titleTemplate", "defaultDescription", "siteUrl", "defaultImage", "instagramUsername"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"site" : {"siteMetadata" : {"defaultTitle" : "\u9e7f\u5150\u5cf6\u30aa\u30fc\u30c0\u30fc\u30b9\u30fc\u30c4", "titleTemplate" : "%s | #IL:MALE", "defaultDescription" : "\u9e7f\u5150\u5cf6\u770c\u9e7f\u5150\u5cf6\u5e02\u306e\u51fa\u5f35\u8a2a\u554f\u3092\u30e1\u30a4\u30f3\u306b\u3057\u305f\u5b89\u3044\u30aa\u30fc\u30c0\u30fc\u30b9\u30fc\u30c4\u5c02\u9580\u5e97#IL:MALE", "siteUrl" : "https://il-male.netlify.app", "defaultImage" : "/yellow-metal-design-decoration.jpg", "instagramUsername" : "@il_mare1021"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "titleTemplate": {"type": "string"}, "defaultDescription": {"type": "string"}, "siteUrl": {"type": "string"}, "defaultImage": {"type": "string"}, "instagramUsername": {"type": "string"}}, "required": ["defaultTitle", "titleTemplate", "defaultDescription", "siteUrl", "defaultImage", "instagramUsername"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-mg2r-4rx2-mxx6", "modified" : "2022-05-02T03:26:37Z", "published" : "2022-05-02T03:26:37Z", "aliases" : ["CVE-2009-1588"], "details" : "Cross-site scripting (XSS) vulnerability in CGI RESCUE MiniBBS 8t before 8.95t, 8 before 8.95, 9 before 9.08, and 10 before 10.32 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-1588"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/50219"}, {"type" : "WEB", "url" : "http://jvn.jp/en/jp/JVN11396739/index.html"}, {"type" : "WEB", "url" : "http://jvndb.jvn.jp/en/contents/2009/JVNDB-2009-000022.html"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/34887"}, {"type" : "WEB", "url" : "http://www.rescue.ne.jp/whatsnew/blog.cgi/permalink/20081213132937"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/34718"}], "database_specific" : {"cwe_ids" : ["CWE-79"], "severity" : "MODERATE", "github_reviewed" : false}}
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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404414693, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c7f3258a413207282d31659d5d7a69d8", "wof:id" : 404414693, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.61514478229419, 43.10043687271987, 0.65377253949093, 43.14793860506313], "geometry" : {"coordinates" : [[[0.62979834091108, 43.10043687271987], [0.61514478229419, 43.13180596324584], [0.6307470795571, 43.13903394108921], [0.63430587150116, 43.14485318821165], [0.6523682761654, 43.14793860506313], [0.65267895141882, 43.14119647764721], [0.64355510007611, 43.14104240987436], [0.64026201416207, 43.13531930378331], [0.64610580699534, 43.11914194879672], [0.65377253949093, 43.11092273271912], [0.65257184985799, 43.10752223217198], [0.63192792505163, 43.10330916621496], [0.62979834091108, 43.10043687271987]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"xFlip": {"type": "boolean"}, "yFlip": {"type": "boolean"}, "zFlip": {"type": "boolean"}}, "required": ["xFlip", "yFlip", "zFlip"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"xFlip" : false, "yFlip" : false, "zFlip" : true}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"xFlip": {"type": "boolean"}, "yFlip": {"type": "boolean"}, "zFlip": {"type": "boolean"}}, "required": ["xFlip", "yFlip", "zFlip"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 7757, "hash" : 2860130270, "artDyeHash" : 2860130270, "redacted" : false, "dyeManifestHash" : 2445324766, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$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": {"test": {"type": "string"}, "lint": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "lint", "coverage"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["babel-eslint", "chai", "eslint", "mocha", "nyc"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "range-converter", "version" : "1.0.2", "description" : "Simple range converter", "main" : "index.js", "scripts" : {"test" : "NODE_ENV=test mocha --exit test/*", "lint" : "eslint --fix --ignore-pattern './node_modules/*' .", "coverage" : "NODE_ENV=test nyc --reporter=text --reporter=html --check-coverage --lines 80 mocha --exit test/*"}, "repository" : {"type" : "git", "url" : "git+https://github.com/EliseevNP/range-converter.git"}, "keywords" : ["node.js", "range", "convert"], "author" : "Nikita Eliseev", "license" : "MIT", "bugs" : {"url" : "https://github.com/EliseevNP/range-converter/issues"}, "homepage" : "https://github.com/EliseevNP/range-converter#readme", "dependencies" : {}, "devDependencies" : {"babel-eslint" : "^10.0.3", "chai" : "^4.2.0", "eslint" : "^6.3.0", "mocha" : "^6.2.0", "nyc" : "^14.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "lint", "coverage"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["babel-eslint", "chai", "eslint", "mocha", "nyc"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "enablePullDownRefresh": {"type": "boolean"}, "backgroundColor": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle", "enablePullDownRefresh", "backgroundColor"]}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "backgroundColor": {"type": "string"}, "borderStyle": {"type": "string"}, "position": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "backgroundColor", "borderStyle", "position", "list"]}, "style": {"type": "string"}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "window", "tabBar", "style", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pages" : ["pages/index/index", "pages/category/category"], "window" : {"backgroundTextStyle" : "dark", "navigationBarBackgroundColor" : "#00ff00", "navigationBarTitleText" : "\u6211\u7684\u5c0f\u7a0b\u5e8f", "navigationBarTextStyle" : "white", "enablePullDownRefresh" : true, "backgroundColor" : "#000000"}, "tabBar" : {"color" : "#181818", "selectedColor" : "#00D0AC", "backgroundColor" : "#fff", "borderStyle" : "white", "position" : "bottom", "list" : [{"pagePath" : "pages/index/index", "text" : "\u9996\u9875", "iconPath" : "/icon/btn_home_nor.png", "selectedIconPath" : "/icon/btn_home.png"}, {"pagePath" : "pages/category/category", "text" : "\u5206\u7c7b", "iconPath" : "/icon/btn_category_nor.png", "selectedIconPath" : "/icon/btn_category.png"}]}, "style" : "v2", "sitemapLocation" : "sitemap.json"}
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "enablePullDownRefresh": {"type": "boolean"}, "backgroundColor": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle", "enablePullDownRefresh", "backgroundColor"]}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "backgroundColor": {"type": "string"}, "borderStyle": {"type": "string"}, "position": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "backgroundColor", "borderStyle", "position", "list"]}, "style": {"type": "string"}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "window", "tabBar", "style", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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://json-schema.org/draft-07/schema#"}
{"contract" : "0xb29aa0a90aad10d8807f76ae83d754a133a20ee0", "tool" : "osiris", "start" : 1564619191.0002775, "end" : 1564619194.027967, "duration" : 3.0276894569396973, "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://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "wikieditor-toolbar-help-heading-description": {"type": "string"}}, "required": ["@metadata", "wikieditor-toolbar-help-heading-description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Amire80"]}, "wikieditor-toolbar-help-heading-description" : "Descreeption"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "wikieditor-toolbar-help-heading-description": {"type": "string"}}, "required": ["@metadata", "wikieditor-toolbar-help-heading-description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "dialect"]}, "staging": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "dialect"]}, "production": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "dialect"]}}, "required": ["development", "staging", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"development" : {"username" : "root", "password" : "", "database" : "adax_db", "host" : "127.0.0.1", "dialect" : "mysql"}, "staging" : {"username" : "admin", "password" : "AyKWf6BPkARjmzUj", "database" : "adax_payment_db", "host" : "payment-gateway-test.cqymopq3dffb.ap-southeast-1.rds.amazonaws.com", "dialect" : "mysql"}, "production" : {"username" : "admin", "password" : "Sdfd9378!12456", "database" : "adax_payment_db", "host" : "xport-production-db.cqymopq3dffb.ap-southeast-1.rds.amazonaws.com", "dialect" : "mysql"}}
json_instruct
{"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "dialect"]}, "staging": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "dialect"]}, "production": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "dialect"]}}, "required": ["development", "staging", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"actors": {"type": "array", "items": {"type": "string"}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actors" : ["Organization of Petroleum Exporting Countries", "Organisation for Economic Co.operation and Development"], "countries" : [], "enb_end_date" : "11-Dec-03", "enb_long_title" : "Ninth Conference of the Parties to the UN Framework Convention on Climate Change", "enb_short_title" : "UNFCCC COP-9", "enb_start_date" : "11-Dec-03", "enb_url" : "http://www.iisd.ca/vol12/enb12229e.html", "id" : "enb12229e_2", "section_title" : "STATEMENTS FROM HEADS OF UN AGENCIES", "sentences" : ["UNEP Executive Director Klaus T\u00f6pfer called for financial and technical support to address this 'ethical challenge,' which affects mostly poor people in developing countries.", "Jos\u00e9 Antonio Ocampo emphasized the role of financial mechanisms and trade in diversifying economies.", "Len Good, CEO and Chair of the GEF, announced that pilot projects on adaptation planning and measures are a new strategic priority for the GEF, and called for clear guidance to mobilize resources for the SCCF. World Bank Vice-President Ian Johnson noted that both public funding and private finance are needed to address climate change.", "IPCC Chair Rajendra Pachauri expressed hope that participants will find the IPCC TAR useful in their work on the UNFCCC.", "Hama Arba Diallo, CCD Executive Secretary, stressed the importance of effective implementation of the UNFCCC and CCD at the local level to avoid duplication of work and maximize resources.", "Alvaro Silva Calderon, OPEC Executive Secretary, said that the concerns of OPEC countries over adverse effects continue to be inadequately addressed.", "Kiyotaka Akasaka, OECD Deputy Secretary-General, said OECD works with its member States to strengthen the use of market- based mechanisms to limit climate change while contributing to sustainable economic development."], "subtype" : "", "topics" : [], "type" : ""}
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {"type": "string"}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "9401032001", "district_id" : "9401032", "name" : "SENEGI"}
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#"}
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" : "SycCategorizeAllUnclassifiedMethodsCommand"}
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": {"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": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [1058.67, 220.597, 1, 1089.95, 241.306, 1, 1080.02, 241.273, 1, 1085.67, 293.249, 1, 289.215, 332.097, 0, 1103.78, 240.261, 1, 1116.02, 293.842, 1, 1101.99, 342.744, 1, 1071.4, 336.62, 1, 1070.61, 400.702, 1, 1073.08, 468.181, 1, 1087.4, 336.967, 1, 1105.49, 401.163, 1, 1147.88, 463.065, 1, 1058.42, 211.496, 1, 1058.42, 211.496, 1, 335.073, 218.408, 0, 1075.41, 210.366, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
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": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "3673010010", "district_id" : "3673010", "name" : "CILAKU"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cdn-server", "vue-sui-demo"]
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": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"videostream": {"type": "string"}}, "required": ["videostream"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-runtime": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "moment": {"type": "string"}, "webtorrent-hybrid": {"type": "string"}, "wrtc": {"type": "string"}}, "required": ["babel", "babel-core", "babel-eslint", "babel-loader", "babel-runtime", "eslint", "eslint-loader", "eslint-plugin-react", "moment", "webtorrent-hybrid", "wrtc"]}, "dependencies": {"type": "object", "properties": {"chokidar": {"type": "string"}, "glob": {"type": "string"}, "pretty-bytes": {"type": "string"}, "prompt": {"type": "string"}, "webtorrent": {"type": "string"}}, "required": ["chokidar", "glob", "pretty-bytes", "prompt", "webtorrent"]}}, "required": ["name", "description", "version", "homepage", "repository", "bin", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "screenChunk", "description" : "Another Webpack/React/Flux starter kit.", "version" : "0.0.7", "homepage" : "https://github.com/darul75/web-react", "repository" : {"type" : "git", "url" : "https://github.com/darul75/web-react.git"}, "bin" : {"videostream" : "./bin/video-streamer.js"}, "scripts" : {"test" : "echo \"npm run exits without cleanup on ctrl+c try running `node bin/video-streamer.js`\" && exit", "start" : "babel video-streamer.js --watch --out-file bin/video-streamer.js"}, "devDependencies" : {"babel" : "^5.5.4", "babel-core" : "^5.5.4", "babel-eslint" : "^3.1.13", "babel-loader" : "^5.1.4", "babel-runtime" : "^5.5.4", "eslint" : "^0.20.0", "eslint-loader" : "^0.11.2", "eslint-plugin-react" : "^2.5.0", "moment" : "^2.10.3", "webtorrent-hybrid" : "^0.38.2", "wrtc" : "^0.0.55"}, "dependencies" : {"chokidar" : "^1.0.3", "glob" : "^5.0.10", "pretty-bytes" : "^2.0.1", "prompt" : "^0.2.14", "webtorrent" : "^0.48.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"videostream": {"type": "string"}}, "required": ["videostream"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-runtime": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "moment": {"type": "string"}, "webtorrent-hybrid": {"type": "string"}, "wrtc": {"type": "string"}}, "required": ["babel", "babel-core", "babel-eslint", "babel-loader", "babel-runtime", "eslint", "eslint-loader", "eslint-plugin-react", "moment", "webtorrent-hybrid", "wrtc"]}, "dependencies": {"type": "object", "properties": {"chokidar": {"type": "string"}, "glob": {"type": "string"}, "pretty-bytes": {"type": "string"}, "prompt": {"type": "string"}, "webtorrent": {"type": "string"}}, "required": ["chokidar", "glob", "pretty-bytes", "prompt", "webtorrent"]}}, "required": ["name", "description", "version", "homepage", "repository", "bin", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "button_next": {"type": "string"}, "button_wikilink": {"type": "string"}, "category_filter_placeholder": {"type": "string"}, "edits": {"type": "string"}, "github_link_title": {"type": "string"}, "in_page": {"type": "string"}, "instructions_details": {"type": "string"}, "instructions_goal": {"type": "string"}, "introduction": {"type": "string"}, "js-article-count": {"type": "string"}, "js-keyboard-shortcut": {"type": "string"}, "lead_section_hint": {"type": "string"}, "page_not_found": {"type": "string"}, "page_not_found_text": {"type": "string"}, "user": {"type": "string"}}, "required": ["@metadata", "button_next", "button_wikilink", "category_filter_placeholder", "edits", "github_link_title", "in_page", "instructions_details", "instructions_goal", "introduction", "js-article-count", "js-keyboard-shortcut", "lead_section_hint", "page_not_found", "page_not_found_text", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Eleassar", "HairyFotr", "Pickle12"]}, "button_next" : "Naprej!", "button_wikilink" : "Razumem!", "category_filter_placeholder" : "Kaj te zanima?", "edits" : "Urejanja", "github_link_title" : "Hej! Moj vir je na GitHub-u!", "in_page" : "Na strani %s:", "instructions_details" : "Kliknite %s, da popravite odstavek, ali %s za prikaz drugega. \u010ce imate \u0161e kak\u0161no vpra\u0161anje, kliknite %s. Sre\u010dno!", "instructions_goal" : "Spodnji odstavek ni podprt z {link_start}zanesljivim virom{link_end}. Ga lahko poi\u0161\u010de\u0161?", "introduction" : "Pomagaj pri iskanju navedkov za Wikipedijine \u010dlanke!", "js-article-count" : "$1 {{PLURAL:$1|\u010dlanek|\u010dlanka|\u010dlanki|\u010dlankov}}", "js-keyboard-shortcut" : "Bli\u017enjica na tipkovnici: %s", "lead_section_hint" : "To besedilo je del uvodnega razdelka \u010dlanka, zato sklicev ne potrebuje nujno. Za ve\u010d o tem kliknite %s.", "page_not_found" : "Strani ni bilo mogo\u010de najti!", "page_not_found_text" : "Stran, ki jo i\u0161\u010dete, ne obstaja ve\u010d. Ali je morda ta navedek \u017ee najden? Preverite na %s!", "user" : "Uporabnik"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "button_next": {"type": "string"}, "button_wikilink": {"type": "string"}, "category_filter_placeholder": {"type": "string"}, "edits": {"type": "string"}, "github_link_title": {"type": "string"}, "in_page": {"type": "string"}, "instructions_details": {"type": "string"}, "instructions_goal": {"type": "string"}, "introduction": {"type": "string"}, "js-article-count": {"type": "string"}, "js-keyboard-shortcut": {"type": "string"}, "lead_section_hint": {"type": "string"}, "page_not_found": {"type": "string"}, "page_not_found_text": {"type": "string"}, "user": {"type": "string"}}, "required": ["@metadata", "button_next", "button_wikilink", "category_filter_placeholder", "edits", "github_link_title", "in_page", "instructions_details", "instructions_goal", "introduction", "js-article-count", "js-keyboard-shortcut", "lead_section_hint", "page_not_found", "page_not_found_text", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"artillery": {"type": "string"}}, "required": ["artillery"]}, "dependencies": {"type": "object", "properties": {"artillery-plugin-expect": {"type": "string"}}, "required": ["artillery-plugin-expect"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "screwdriver-raptor", "version" : "1.0.0", "description" : "Screwdriver load testing library", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/screwdriver-cd/raptor.git"}, "author" : "Pritam Paul <[email protected]>", "license" : "BSD-3-Clause", "bugs" : {"url" : "https://github.com/screwdriver-cd/screwdriver/issues"}, "homepage" : "https://github.com/screwdriver-cd/raptor#readme", "devDependencies" : {"artillery" : "^1.6.1"}, "dependencies" : {"artillery-plugin-expect" : "^1.3.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"artillery": {"type": "string"}}, "required": ["artillery"]}, "dependencies": {"type": "object", "properties": {"artillery-plugin-expect": {"type": "string"}}, "required": ["artillery-plugin-expect"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "string"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 119278, "name" : "fastmail-calendar-squared", "description" : "Move towards a more all-squared calendar like Google Calendar", "user" : {"id" : 300059, "name" : "cwill747", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2015-09-29T19:10:57.000Z", "weekly_install_count" : 0, "total_install_count" : 74, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/119278-after.png?r=1587542683", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : "ccbysa", "created" : "2015-09-29T18:52:13.000Z", "category" : "site", "raw_subcategory" : "fastmail", "subcategory" : "fastmail", "additional_info" : "v0.0.1: Very initial style", "style_tags" : [], "css" : "@-moz-document url-prefix(\"https://www.fastmail.com/calendar\") {\r\n.v-OverviewEvent {\r\n color: #0D47A1 !important;\r\n margin-left: 2px !important;\r\n margin-right: 2px !important;\r\n width: auto !important;\r\n}\r\n.v-OverviewEvent.v-OverviewEvent--allDay.v-OverviewEvent--first {\r\n color: #0D47A1 !important;\r\n background: #E3F2FD !important;\r\n}\r\n.v-OverviewEvent.v-OverviewEvent--allDay.v-OverviewEvent--first.v-OverviewEvent--last {\r\n border-radius: 0 0px 0px 0\r\n}\r\n\r\n.v-CalendarNav-box.v-CalendarNav-month.v-CalendarNav-full {\r\n\tfont-size: 125% !important;\r\n}\r\n\r\n.v-OverviewDay {\r\n border-right: 2px solid #EEEEEE !important;\r\n}\r\n\r\n.v-OverviewDay--odd {\r\n\tbackground: #FAFAFA; \r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/119278/fastmail-calendar-squared.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "string"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "pafakong", "h" : [{"d" : [{"f" : "\u7a2e\u8707\u87f9\u82b1\uff0c\u7a2e\u6587\u6b8a\u862d\u3002", "e" : ["\ufff9`Pa~`fakong~ `to~ `ngangan~ `no~ `omah~.\ufffa\ufffb\u7a2e\u6587\u6b8a\u862d\u6210\u70ba\u5730\u754c\u3002"]}]}], "stem" : "fakong"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "500238210200", "text" : "\u83ca\u82b1\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210201", "text" : "\u9ec4\u6728\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210202", "text" : "\u9ec4\u82b1\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210203", "text" : "\u91d1\u6842\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210204", "text" : "\u576a\u4e49\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210205", "text" : "\u6e05\u660e\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210206", "text" : "\u5b54\u6881\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210207", "text" : "\u6728\u6749\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210208", "text" : "\u798f\u5149\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500238210209", "text" : "\u4e07\u53e4\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "9b6a85300f3090e88fa6", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "simple:block/copper_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"request": {"type": "object", "properties": {"name": {"type": "string"}, "correlationID": {"type": "integer"}, "parameters": {"type": "object", "properties": {"cancelID": {"type": "integer"}, "functionID": {"type": "integer"}}, "required": ["cancelID", "functionID"]}}, "required": ["name", "correlationID", "parameters"]}, "response": {"type": "object", "properties": {"name": {"type": "string"}, "correlationID": {"type": "integer"}}, "required": ["name", "correlationID"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"request" : {"name" : "CancelInteraction", "correlationID" : 554, "parameters" : {"cancelID" : 6052, "functionID" : 12}}, "response" : {"name" : "CancelInteractionResponse", "correlationID" : 554}}
json_instruct
{"type": "object", "properties": {"request": {"type": "object", "properties": {"name": {"type": "string"}, "correlationID": {"type": "integer"}, "parameters": {"type": "object", "properties": {"cancelID": {"type": "integer"}, "functionID": {"type": "integer"}}, "required": ["cancelID", "functionID"]}}, "required": ["name", "correlationID", "parameters"]}, "response": {"type": "object", "properties": {"name": {"type": "string"}, "correlationID": {"type": "integer"}}, "required": ["name", "correlationID"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["feature_engine"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type": "string"}, "operatingsystemrelease": {"type": "array", "items": {"type": "string"}}}, "required": ["operatingsystem", "operatingsystemrelease"]}}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "pdk-version": {"type": "string"}, "template-url": {"type": "string"}, "template-ref": {"type": "string"}}, "required": ["name", "version", "author", "summary", "license", "source", "dependencies", "operatingsystem_support", "requirements", "pdk-version", "template-url", "template-ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gernox-bareos", "version" : "0.1.0", "author" : "gernox", "summary" : "", "license" : "Apache-2.0", "source" : "", "dependencies" : [], "operatingsystem_support" : [{"operatingsystem" : "Debian", "operatingsystemrelease" : ["9"]}, {"operatingsystem" : "Ubuntu", "operatingsystemrelease" : ["18.04"]}], "requirements" : [{"name" : "puppet", "version_requirement" : ">= 4.10.0 < 7.0.0"}], "pdk-version" : "1.17.0", "template-url" : "https://github.com/gernox/pdk-templates#master", "template-ref" : "heads/master-0-gf8bd2de"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type": "string"}, "operatingsystemrelease": {"type": "array", "items": {"type": "string"}}}, "required": ["operatingsystem", "operatingsystemrelease"]}}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "pdk-version": {"type": "string"}, "template-url": {"type": "string"}, "template-ref": {"type": "string"}}, "required": ["name", "version", "author", "summary", "license", "source", "dependencies", "operatingsystem_support", "requirements", "pdk-version", "template-url", "template-ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["oreganized:yellow_crystal_glass_pane"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"videoUploadOnPasses": {"type": "boolean"}, "chromeWebSecurity": {"type": "boolean"}, "testFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["videoUploadOnPasses", "chromeWebSecurity", "testFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"videoUploadOnPasses" : false, "chromeWebSecurity" : false, "testFiles" : ["never.js", "functions.js", "static.js"]}
json_instruct
{"type": "object", "properties": {"videoUploadOnPasses": {"type": "boolean"}, "chromeWebSecurity": {"type": "boolean"}, "testFiles": {"type": "array", "items": {"type": "string"}}}, "required": ["videoUploadOnPasses", "chromeWebSecurity", "testFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "#\u6297\u6218\u88c5\u5907#\u610f\u5927\u5229\u9020MAS431\u578b\u9c7c\u96f7\u5feb\u8247\uff08\u4e0b\uff09\uff1a\u5e7f\u4e1c\u6d77\u519b\u5c062\u8258MAS\u9c7c\u96f7\u8247\u547d\u540d\u4e3a\u201c\u4e09\u53f7\u96f7\u8247\u201d\u548c\u201c\u56db\u53f7\u96f7\u8247\u201d\uff0c\u96c7\u4f632\u540d\u610f\u5927\u5229\u987e\u95ee\u8d1f\u8d23\u6559\u6388\u6307\u5bfc\u3002\u5e7f\u5dde\u6ca6\u9677\u540e\uff0c\u4e24\u8258\u9c7c\u96f7\u8247\u575a\u5b88\u864e\u95e8\uff0c1938\u5e7410\u670823\u65e5\uff0c\u201c\u56db\u53f7\u96f7\u8247\u201d\u88ab\u65e5\u519b\u822a\u6bcd\u8230\u8f7d\u673a\u70b8\u6c89\u3002\u540c\u670825\u65e5\uff0c\u201c\u4e09\u53f7\u96f7\u8247\u201d\u88ab\u65e5\u519b\u8230\u8f7d\u673a\u548c\u70ae\u8247\u8ffd\u51fb\uff0c\u8247\u5458\u5c06\u5176\u70b9\u71c3\u540e\u5f03\u8247\u3002 ", "user_id" : 2896390104, "screen_name" : "\u6297\u6218\u76f4\u64ad", "id" : 4169939303140902, "bid" : "Ftlrkdb5I", "article_url" : "", "pics" : "https://wx4.sinaimg.cn/large/aca367d8ly1fl4o0x6ndcj20cs0hk76o.jpg", "video_url" : "", "location" : "", "created_at" : "2017-11-03", "source" : "\u76ae\u76ae\u65f6\u5149\u673a", "attitudes_count" : 2, "comments_count" : 1, "reposts_count" : 1, "topics" : "\u6297\u6218\u88c5\u5907", "at_users" : "", "history_date" : "1942\u5e7411\u670803\u65e5", "type" : 0}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$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"}, "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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Aubin-des-Pr\u00e9aux", "dpt" : "Manche", "inscrits" : 362, "abs" : 41, "votants" : 321, "blancs" : 6, "nuls" : 4, "exp" : 311, "res" : [{"panneau" : "3", "voix" : 94}, {"panneau" : "11", "voix" : 73}, {"panneau" : "2", "voix" : 52}, {"panneau" : "9", "voix" : 36}, {"panneau" : "4", "voix" : 24}, {"panneau" : "1", "voix" : 18}, {"panneau" : "10", "voix" : 5}, {"panneau" : "5", "voix" : 3}, {"panneau" : "8", "voix" : 3}, {"panneau" : "7", "voix" : 2}, {"panneau" : "6", "voix" : 1}]}
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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"path" : "http://upload.p2pguancha.com/article/2016/03/201603221803252KvPgXdjA7.jpg"}
json_instruct
{"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-10-24T04:00:00Z", "Temp" : 19.6, "RelHum" : 38, "WindSpeed" : 1.7, "WindDir" : 359}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"site_name": {"type": "string"}, "contact_email": {"type": "string"}, "seo_description": {"type": "string"}, "seo_keyword": {"type": "string"}}, "required": ["site_name", "contact_email", "seo_description", "seo_keyword"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"site_name" : "CharkBBS - Powered by LaraBBS", "contact_email" : "[email protected]", "seo_description" : "CharkBBS \u4ea4\u6d41\u8bba\u575b", "seo_keyword" : "\u8bba\u575b,\u793e\u533a,\u5f00\u53d1\u8005"}
json_instruct
{"type": "object", "properties": {"site_name": {"type": "string"}, "contact_email": {"type": "string"}, "seo_description": {"type": "string"}, "seo_keyword": {"type": "string"}}, "required": ["site_name", "contact_email", "seo_description", "seo_keyword"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"411671011": {"type": "string"}, "411671012": {"type": "string"}}, "required": ["411671011", "411671012"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"411671011" : "\u592a\u660a\u8def\u8857\u9053", "411671012" : "\u6dee\u6cb3\u8def\u8857\u9053"}
json_instruct
{"type": "object", "properties": {"411671011": {"type": "string"}, "411671012": {"type": "string"}}, "required": ["411671011", "411671012"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"entities": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "array", "items": {"type": "string"}}, "rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}}, "required": ["class", "rel", "href"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}}, "required": ["rel", "href"]}}}, "required": ["entities", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"entities" : [{"class" : ["enrollment"], "rel" : ["https://api.brightspace.com/rels/user-enrollment"], "href" : "../data/base/enrollment.json"}, {"class" : ["enrollment"], "rel" : ["https://api.brightspace.com/rels/user-enrollment"], "href" : "../data/base/enrollment.json"}], "links" : [{"rel" : ["self"], "href" : "../data/base/enrollmentCollection2json"}]}
json_instruct
{"type": "object", "properties": {"entities": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "array", "items": {"type": "string"}}, "rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}}, "required": ["class", "rel", "href"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}}, "required": ["rel", "href"]}}}, "required": ["entities", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1003", "provinceId" : "74", "regencyId" : "02", "districtId" : "21", "name" : "Laosu"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "state": {"type": "string"}, "version": {"type": "string"}, "organization": {"type": "string"}, "clientOrganizations": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "path", "state", "version", "organization", "clientOrganizations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Samples OrgsAndApps AllOrgs", "path" : "/samples/orgsAndApps/AllOrgs/v1/api", "state" : "published", "version" : "1.0.0", "organization" : "API Development", "clientOrganizations" : ["ALL"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "state": {"type": "string"}, "version": {"type": "string"}, "organization": {"type": "string"}, "clientOrganizations": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "path", "state", "version", "organization", "clientOrganizations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404369803, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "fdafecb804b498898267ea528dd9030f", "wof:id" : 404369803, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.22719456249772, 43.40107871309571, 5.27493520975186, 43.42308599959287], "geometry" : {"coordinates" : [[[5.26508520836791, 43.40107871309571], [5.26391228546208, 43.40201225200257], [5.25446868152389, 43.40923835248427], [5.22930271161328, 43.4160684139248], [5.22719456249772, 43.41901880589125], [5.23019346762786, 43.42153111106112], [5.2390207141026, 43.42308599959287], [5.26002588264464, 43.41997666170484], [5.26715499400369, 43.41633558456284], [5.27493520975186, 43.41888148149962], [5.27215867200396, 43.40547554012855], [5.26508520836791, 43.40107871309571]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}