input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"}, "issues": {"type": "string"}}, "required": ["source", "issues"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"yiisoft/yii2": {"type": "string"}, "ckeditor/ckeditor": {"type": "string"}}, "required": ["yiisoft/yii2", "ckeditor/ckeditor"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"himiklab\\ckeditor\\": {"type": "string"}}, "required": ["himiklab\\ckeditor\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "type", "license", "support", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "himiklab/yii2-ckeditor-widget", "description" : "WYSIWYG editor widget for Yii2", "keywords" : ["yii2", "ckeditor", "WYSIWYG", "widget"], "type" : "yii2-extension", "license" : "MIT", "support" : {"source" : "https://github.com/himiklab/yii2-ckeditor-widget", "issues" : "https://github.com/himiklab/yii2-ckeditor-widget/issues"}, "authors" : [{"name" : "HimikLab", "homepage" : "https://github.com/himiklab/"}], "require" : {"yiisoft/yii2" : "*", "ckeditor/ckeditor" : "4.4.6"}, "autoload" : {"psr-4" : {"himiklab\\ckeditor\\" : ""}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"}, "issues": {"type": "string"}}, "required": ["source", "issues"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"yiisoft/yii2": {"type": "string"}, "ckeditor/ckeditor": {"type": "string"}}, "required": ["yiisoft/yii2", "ckeditor/ckeditor"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"himiklab\\ckeditor\\": {"type": "string"}}, "required": ["himiklab\\ckeditor\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "type", "license", "support", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"lis": {"type": "string"}}, "required": ["lis"]}, "Kestrel": {"type": "object", "properties": {"EndPoints": {"type": "object", "properties": {"Http": {"type": "object", "properties": {"Url": {"type": "string"}}, "required": ["Url"]}}, "required": ["Http"]}}, "required": ["EndPoints"]}, "Scripts": {"type": "object", "properties": {"common": {"type": "string"}, "scrape": {"type": "string"}, "translate": {"type": "string"}, "translate1": {"type": "string"}, "notfound_mail": {"type": "string"}, "sign_udp": {"type": "string"}, "sentence_xml": {"type": "string"}, "sentence_udp": {"type": "string"}, "sentence_zip": {"type": "string"}}, "required": ["common", "scrape", "translate", "translate1", "notfound_mail", "sign_udp", "sentence_xml", "sentence_udp", "sentence_zip"]}, "Paths": {"type": "object", "properties": {"scripts": {"type": "string"}, "save_sentence": {"type": "string"}, "save_zip": {"type": "string"}, "save_video": {"type": "string"}, "video_rel": {"type": "string"}, "video_dir": {"type": "string"}, "video_abs": {"type": "string"}, "video_abs_iis": {"type": "string"}}, "required": ["scripts", "save_sentence", "save_zip", "save_video", "video_rel", "video_dir", "video_abs", "video_abs_iis"]}, "Urls": {"type": "object", "properties": {"video_url": {"type": "string"}}, "required": ["video_url"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["ConnectionStrings", "Kestrel", "Scripts", "Paths", "Urls", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ConnectionStrings" : {"lis" : "server=localhost;port=3306;database=lis2;user=root;pwd=root_lis2020!;SslMode=Required"}, "Kestrel" : {"EndPoints" : {"Http" : {"Url" : "http://localhost:5000"}}}, "Scripts" : {"common" : "C:\\Users\\railis\\Documents\\VirtualLIS\\common.ps1", "scrape" : "C:\\Users\\railis\\Documents\\VirtualLIS\\scrape.ps1", "translate" : "C:\\Users\\railis\\Documents\\VirtualLIS\\translate.ps1", "translate1" : "C:\\Users\\railis\\Documents\\VirtualLIS\\dotNetify-react-template\\ReactTemplate\\content\bin\\Release\\netcoreapp2.1\\win-x64\\publish\\server\\Scripts\\translate.ps1", "notfound_mail" : "C:\\Users\\railis\\Documents\\VirtualLIS\\notfound_mail.ps1", "sign_udp" : "C:\\Users\\railis\\Documents\\VirtualLIS\\sign_udp.ps1", "sentence_xml" : "C:\\Users\\railis\\Documents\\VirtualLIS\\sentence_xml.ps1", "sentence_udp" : "C:\\Users\\railis\\Documents\\VirtualLIS\\sentence_udp.ps1", "sentence_zip" : "C:\\Users\\railis\\Documents\\VirtualLIS\\sentence_zip.ps1"}, "Paths" : {"scripts" : "C:\\Users\\railis\\Documents\\VirtualLIS\\dotNetify-react-template\\ReactTemplate\\content\bin\\Release\\netcoreapp2.1\\win-x64\\publish\\server\\Scripts", "save_sentence" : "C:\\Users\\railis\\Documents\\VirtualLIS\\Recordings", "save_zip" : "C:\\Users\\railis\\Documents\\VirtualLIS\\Recordings", "save_video" : "C:\\Users\\railis\\Documents\\VirtualLIS\\Recordings", "video_rel" : "..\\..\\..\\..\\..\\..\\..\\..\\", "video_dir" : "Recordings", "video_abs" : "C:\\Users\\railis\\Documents\\VirtualLIS", "video_abs_iis" : "C:\\inetpub\\lis\\Recordings"}, "Urls" : {"video_url" : "/video_gen/mp4"}, "Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"lis": {"type": "string"}}, "required": ["lis"]}, "Kestrel": {"type": "object", "properties": {"EndPoints": {"type": "object", "properties": {"Http": {"type": "object", "properties": {"Url": {"type": "string"}}, "required": ["Url"]}}, "required": ["Http"]}}, "required": ["EndPoints"]}, "Scripts": {"type": "object", "properties": {"common": {"type": "string"}, "scrape": {"type": "string"}, "translate": {"type": "string"}, "translate1": {"type": "string"}, "notfound_mail": {"type": "string"}, "sign_udp": {"type": "string"}, "sentence_xml": {"type": "string"}, "sentence_udp": {"type": "string"}, "sentence_zip": {"type": "string"}}, "required": ["common", "scrape", "translate", "translate1", "notfound_mail", "sign_udp", "sentence_xml", "sentence_udp", "sentence_zip"]}, "Paths": {"type": "object", "properties": {"scripts": {"type": "string"}, "save_sentence": {"type": "string"}, "save_zip": {"type": "string"}, "save_video": {"type": "string"}, "video_rel": {"type": "string"}, "video_dir": {"type": "string"}, "video_abs": {"type": "string"}, "video_abs_iis": {"type": "string"}}, "required": ["scripts", "save_sentence", "save_zip", "save_video", "video_rel", "video_dir", "video_abs", "video_abs_iis"]}, "Urls": {"type": "object", "properties": {"video_url": {"type": "string"}}, "required": ["video_url"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["ConnectionStrings", "Kestrel", "Scripts", "Paths", "Urls", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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": {}}, "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" : "", "user" : "timrlaw", "url" : "https://api.github.com/repos/spack/spack/issues/8694", "updated_at" : "2018-07-12 12:37:43", "created_at" : "2018-07-12 11:09:45", "closed_at" : "2018-07-12 12:37:43", "state" : "closed", "title" : "Add Git development versions for Typhon and BookLeaf_Cpp.", "number" : 8694, "milestone" : null, "labels" : [], "id" : 340592649, "html_url" : "https://github.com/spack/spack/pull/8694", "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": {}}, "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01027530": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01027530"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01027530" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00140115", "LAD11CD" : "E06000048"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00140117", "LAD11CD" : "E06000048"}, "arcs" : [[5, 6, -2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00140118", "LAD11CD" : "E06000048"}, "arcs" : [[7, 8, -6, -1, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00140119", "LAD11CD" : "E06000048"}, "arcs" : [[-3, -7, -9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00140121", "LAD11CD" : "E06000048"}, "arcs" : [[-10, -5, 11]]}]}}, "arcs" : [[[4976, 5238], [272, 134], [266, -125], [277, 144], [-78, 201]], [[5713, 5592], [353, 148], [225, -348], [529, 6], [211, 277], [437, 66], [-43, 628], [-727, 396]], [[6698, 6765], [632, 135], [72, -306], [406, -89]], [[7808, 6505], [52, -1593]], [[7860, 4912], [-1084, -711], [-260, 642], [199, 315], [-1739, 80]], [[5713, 5592], [-367, -37], [-134, 202], [1139, 466], [-382, 185], [92, 255]], [[6061, 6663], [637, 102]], [[4514, 5283], [-1105, 170]], [[3409, 5453], [835, 65], [102, 670], [217, 124], [373, -197], [560, 413], [565, 135]], [[4976, 5238], [-462, 45]], [[3409, 5453], [-548, -152], [-2403, 593], [-5, 2793], [1956, 1312], [625, -229], [88, -321], [-520, -387], [-1308, -365], [-250, -836], [380, -677], [1455, -566], [1528, 125], [1864, 556], [2801, 1249], [743, 691], [184, -278], [-725, -485], [-1529, -1757], [63, -214]], [[7860, 4912], [196, -130], [-256, -297], [1118, -727], [-644, -406], [-1532, -159], [-876, -372], [-329, 1219], [268, 501], [-247, -2], [-268, -413], [81, -1862], [-750, -435], [-481, -1127], [-1325, 126], [-2815, -828], [600, 2521], [3987, 1900], [207, 293], [-280, 569]]], "transform" : {"scale" : [2.032719796435151e-06, 1.640607506046463e-06], "translate" : [-1.619245681323779, 55.150764099865555]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01027530": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01027530"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"van-cell": {"type": "string"}, "van-cell-group": {"type": "string"}, "van-icon": {"type": "string"}, "van-panel": {"type": "string"}, "van-row": {"type": "string"}, "van-col": {"type": "string"}}, "required": ["van-cell", "van-cell-group", "van-icon", "van-panel", "van-row", "van-col"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navigationBarTitleText" : "\u7528\u6237\u4e2d\u5fc3", "usingComponents" : {"van-cell" : "/static/vant/cell/index", "van-cell-group" : "/static/vant/cell-group/index", "van-icon" : "/static/vant/icon/index", "van-panel" : "/static/vant/panel/index", "van-row" : "/static/vant/row/index", "van-col" : "/static/vant/col/index"}}
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"van-cell": {"type": "string"}, "van-cell-group": {"type": "string"}, "van-icon": {"type": "string"}, "van-panel": {"type": "string"}, "van-row": {"type": "string"}, "van-col": {"type": "string"}}, "required": ["van-cell", "van-cell-group", "van-icon", "van-panel", "van-row", "van-col"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : 1979, "sex" : "F", "n" : 7, "prop" : 4.06e-06}, {"year" : 1979, "sex" : "M", "n" : 6, "prop" : 3.35e-06}, {"year" : 1980, "sex" : "F", "n" : 6, "prop" : 3.37e-06}, {"year" : 1980, "sex" : "M", "n" : 7, "prop" : 3.77e-06}, {"year" : 1981, "sex" : "F", "n" : 8, "prop" : 4.47e-06}, {"year" : 1981, "sex" : "M", "n" : 11, "prop" : 5.91e-06}, {"year" : 1982, "sex" : "F", "n" : 10, "prop" : 5.51e-06}, {"year" : 1982, "sex" : "M", "n" : 17, "prop" : 9.01e-06}, {"year" : 1983, "sex" : "F", "n" : 7, "prop" : 3.91e-06}, {"year" : 1983, "sex" : "M", "n" : 6, "prop" : 3.22e-06}, {"year" : 1984, "sex" : "M", "n" : 9, "prop" : 4.8e-06}, {"year" : 1985, "sex" : "M", "n" : 5, "prop" : 2.6e-06}, {"year" : 1988, "sex" : "F", "n" : 6, "prop" : 3.12e-06}, {"year" : 1992, "sex" : "M", "n" : 7, "prop" : 3.34e-06}, {"year" : 1993, "sex" : "M", "n" : 5, "prop" : 2.42e-06}, {"year" : 1995, "sex" : "M", "n" : 5, "prop" : 2.49e-06}, {"year" : 1999, "sex" : "M", "n" : 6, "prop" : 2.94e-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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 250 degrees F (120 degrees C).", "In a 2 to 3 quart casserole dish, combine the stew meat, potatoes, carrots, mushroom soup, French onion soup and water. Mix together well.", "Bake, uncovered, for 4 to 5 hours, stirring occasionally. Mix in the peas 15 minutes before serving."], "ingredients" : ["1 pound beef stew meat, cut into 1 inch cubes", "2 cups cubed potatoes", "2 cups chopped carrots", "1 (10.75 ounce) can condensed cream of mushroom soup", "1 (10.5 ounce) can condensed French onion soup", "1 3/4 cups water", "1 cup frozen green peas"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Oven Beef Stew", "url" : "http://allrecipes.com/recipe/16379/oven-beef-stew/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "subset": {"type": "string"}}, "required": ["name", "subset"]}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}}, "required": ["id", "category", "help", "img"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1585, "category" : {"name" : "Items", "subset" : "Items"}, "help" : {"de" : "Einen Padjal-Langbogen erhalten.", "en" : "Obtain a Padjali longbow.", "fr" : "Obtenir un arc long padjal.", "jp" : "\u30d1\u30b8\u30e3\u30eb\u30ed\u30f3\u30b0\u30dc\u30a6\u3092\u5165\u624b\u3059\u308b"}, "img" : "032000/032311.png"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "subset": {"type": "string"}}, "required": ["name", "subset"]}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}}, "required": ["id", "category", "help", "img"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-csso": {"type": "string"}, "gulp-filter": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-newer": {"type": "string"}, "gulp-order": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-watch": {"type": "string"}, "imagemin-pngquant": {"type": "string"}, "main-bower-files": {"type": "string"}, "rimraf": {"type": "string"}, "run-sequence": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-autoprefixer", "gulp-concat", "gulp-csso", "gulp-filter", "gulp-imagemin", "gulp-less", "gulp-load-plugins", "gulp-newer", "gulp-order", "gulp-plumber", "gulp-rename", "gulp-sourcemaps", "gulp-uglify", "gulp-util", "gulp-watch", "imagemin-pngquant", "main-bower-files", "rimraf", "run-sequence"]}}, "required": ["name", "version", "description", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "one-hour-escape", "version" : "1.0.0", "description" : "one hour escape site markup", "author" : "hotsanchous@gmail.com", "license" : "MIT", "dependencies" : {"browser-sync" : "^2.16.0", "gulp" : "^3.9.1", "gulp-autoprefixer" : "^3.1.1", "gulp-concat" : "^2.6.0", "gulp-csso" : "^2.0.0", "gulp-filter" : "^4.0.0", "gulp-imagemin" : "^3.0.3", "gulp-less" : "^3.1.0", "gulp-load-plugins" : "^1.3.0", "gulp-newer" : "^1.2.0", "gulp-order" : "^1.1.1", "gulp-plumber" : "^1.1.0", "gulp-rename" : "^1.2.2", "gulp-sourcemaps" : "^1.6.0", "gulp-uglify" : "^2.0.0", "gulp-util" : "^3.0.7", "gulp-watch" : "^4.3.10", "imagemin-pngquant" : "^5.0.0", "main-bower-files" : "^2.13.1", "rimraf" : "^2.5.4", "run-sequence" : "^1.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-csso": {"type": "string"}, "gulp-filter": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-newer": {"type": "string"}, "gulp-order": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-watch": {"type": "string"}, "imagemin-pngquant": {"type": "string"}, "main-bower-files": {"type": "string"}, "rimraf": {"type": "string"}, "run-sequence": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-autoprefixer", "gulp-concat", "gulp-csso", "gulp-filter", "gulp-imagemin", "gulp-less", "gulp-load-plugins", "gulp-newer", "gulp-order", "gulp-plumber", "gulp-rename", "gulp-sourcemaps", "gulp-uglify", "gulp-util", "gulp-watch", "imagemin-pngquant", "main-bower-files", "rimraf", "run-sequence"]}}, "required": ["name", "version", "description", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VALUE" : 1, "P75_VALUE" : 1, "P90_VALUE" : 1, "MAX_VALUE" : 29}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [1, 2], "P10_VALUE" : [1, 2], "P25_VALUE" : [6, 5], "MEDIAN_VALUE" : [7, 12], "P75_VALUE" : [15, 36], "P90_VALUE" : [23, 45], "MAX_VALUE" : [23, 45]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ID": {"type": "string"}, "TAG": {"type": "string"}, "DISCORDUSERNAME": {"type": "string"}, "DISCORDAVATARURL": {"type": "string"}, "HUNTERSCORE": {"type": "string"}, "THCAVATAR": {"type": "string"}, "ROLE": {"type": "string"}, "COR": {"type": "string"}, "NROLE": {"type": "string"}, "NICKNAME": {"type": "string"}, "LASTUP": {"type": "string"}}, "required": ["ID", "TAG", "DISCORDUSERNAME", "DISCORDAVATARURL", "HUNTERSCORE", "THCAVATAR", "ROLE", "COR", "NROLE", "NICKNAME", "LASTUP"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ID" : "406556240525787137", "TAG" : "Not Found#3153", "DISCORDUSERNAME" : "Not Found", "DISCORDAVATARURL" : "https://cdn.discordapp.com/avatars/406556240525787137/d90e6e5ca6148523f33b271a674b5acb.png?size=2048", "HUNTERSCORE" : "352", "THCAVATAR" : "https://avatar.thehunter.com/256/1001000.png", "ROLE" : "<@&596104510078844938>", "COR" : "#2DCC70", "NROLE" : "2", "NICKNAME" : "zFlashz", "LASTUP" : "13"}
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "TAG": {"type": "string"}, "DISCORDUSERNAME": {"type": "string"}, "DISCORDAVATARURL": {"type": "string"}, "HUNTERSCORE": {"type": "string"}, "THCAVATAR": {"type": "string"}, "ROLE": {"type": "string"}, "COR": {"type": "string"}, "NROLE": {"type": "string"}, "NICKNAME": {"type": "string"}, "LASTUP": {"type": "string"}}, "required": ["ID", "TAG", "DISCORDUSERNAME", "DISCORDAVATARURL", "HUNTERSCORE", "THCAVATAR", "ROLE", "COR", "NROLE", "NICKNAME", "LASTUP"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accountLinkingWhitelistedDomains" : null, "asin" : "B01MFDSZ7R", "averageRating" : 4, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Love corporate BS. This is the skill for you! An almost unending number of stupid corporate quotes ala Dilbert. It never gets old!\n\nSource for this skill and lamdba available at:\nhttp://github.com/scottwasserman", "enablement" : null, "exampleInteractions" : ["Alexa ask corporate b.s. generator to give me a quote", "Alexa tell corporate b.s. generator to give me some b.s.", "Alexa ask corporate b.s. generator to make up a quote"], "firstReleaseDate" : 1478243582.132, "homepageLinkText" : null, "homepageLinkUrl" : null, "id" : "amzn1.ask.skill.7a645bd7-f7ce-4676-90fe-f551e5d3fc1d", "imageAltText" : "Corporate B.S. Generator icon", "imageUrl" : "https://github.com/dale3h/alexa-skills-list/raw/master/skills/B01MFDSZ7R/skill_icon", "inAppPurchasingSupported" : false, "launchPhrase" : "corporate b. s. generator", "name" : "Corporate B.S. Generator", "numberOfReviews" : 2, "pamsPartnerId" : null, "permissions" : null, "privacyPolicyUrl" : null, "shortDescription" : "Create an awesome corporate catch phrase!", "skillTypes" : null, "stage" : "live", "termsOfUseUrl" : null, "vendorId" : "M2HOWHD8Z0RT49", "vendorName" : "Scott Wasserman"}
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bike-dashboard", "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Hakon Hanesand": {"type": "string"}, "Nikolai Heum": {"type": "string"}}, "required": ["Hakon Hanesand", "Nikolai Heum"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"IssueReporterResources": {"type": "array", "items": {"type": "string"}}}, "required": ["IssueReporterResources"]}, "public_header_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resource_bundles", "public_header_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "IssueReporter", "version" : "1.1.2", "summary" : "Shake your phone to submit issues to your GitHub repository!", "description" : "Presents a modal view controller when the phone is shaken that allows the user to report an issue in the app. A screen shot of the window the user was on is taken, and the user also has the option to upload his or her own images.", "homepage" : "https://github.com/abellono/IssueReporter", "license" : "MIT", "authors" : {"Hakon Hanesand" : "hakon@hanesand.no", "Nikolai Heum" : "nikolaiheum@gmail.com"}, "source" : {"git" : "https://github.com/abellono/IssueReporter.git", "tag" : "1.1.2"}, "platforms" : {"ios" : "8.0"}, "requires_arc" : true, "source_files" : "Pod/Classes/**/*", "resource_bundles" : {"IssueReporterResources" : ["Pod/Assets/*.{png,strings,storyboard}"]}, "public_header_files" : "Pod/Classes/**/*.h"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Hakon Hanesand": {"type": "string"}, "Nikolai Heum": {"type": "string"}}, "required": ["Hakon Hanesand", "Nikolai Heum"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"IssueReporterResources": {"type": "array", "items": {"type": "string"}}}, "required": ["IssueReporterResources"]}, "public_header_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resource_bundles", "public_header_files"], "$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"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"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": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "S. Callisto", "id" : "423038", "bbox" : [12.510677, 41.858916, 12.510677, 41.858916], "description" : "A large catacomb on the Via Appia south of Rome notable especially for its so-called 'Crypt of the Popes'. The catacomb covers approximately 15 hectares.", "connectsWith" : ["356966898", "423025"], "names" : ["Catacomb of Callixtus"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.510677, 41.858916]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [12.510677, 41.858916]}, "id" : "dare-location", "type" : "Feature", "properties" : {"description" : "Representative point location, site precision", "location_precision" : "precise", "title" : "DARE Location", "link" : "http://pleiades.stoa.org/places/423038/dare-location"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"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": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "telephone": {"type": "string"}, "grant_date": {"type": "string"}, "activities": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "url", "slug", "name", "address", "telephone", "grant_date", "activities"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "M1917A+P8930A", "url" : "http://www.fsis.usda.gov/inspection/fsis-inspected-establishments/jtm-provisions-company", "slug" : "jtm-provisions-company", "name" : "J.T.M. Provisions Company", "address" : "200 Industrial Drive \n Harrison, OH 45030", "telephone" : "(513) 367-4900", "grant_date" : "2018-07-02", "activities" : ["Meat Processing", "Poultry Processing"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "telephone": {"type": "string"}, "grant_date": {"type": "string"}, "activities": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "url", "slug", "name", "address", "telephone", "grant_date", "activities"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "logIndex": {"type": "integer"}, "removed": {"type": "boolean"}, "transactionHash": {"type": "string"}, "transactionIndex": {"type": "integer"}, "id": {"type": "string"}, "returnValues": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "from": {"type": "string"}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}}, "required": ["0", "1", "2", "from", "to", "value"]}, "event": {"type": "string"}, "signature": {"type": "string"}, "raw": {"type": "object", "properties": {"data": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "topics"]}}, "required": ["address", "blockHash", "blockNumber", "logIndex", "removed", "transactionHash", "transactionIndex", "id", "returnValues", "event", "signature", "raw"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"address" : "0x897Abf83f0C44b86cb67ec56c006c00d56659517", "blockHash" : "0xd9b549115deb8f2aadf786655ab78b45e5521c58ebfa6a346da438b12db9bbac", "blockNumber" : 13056388, "logIndex" : 622, "removed" : false, "transactionHash" : "0x534ce2c6eae0b375cb94114f6ca6bbfc2ff1c3f38325ce507428d237e77a6f42", "transactionIndex" : 358, "id" : "log_0xf271c363f846a50322df136e14a5d7b25546221decfd00a6601710b256f58617", "returnValues" : {"0" : "0x0000000000000000000000000000000000000000", "1" : "0x35f642457dD36f255df093c5C6BE6b3b672Bd6A2", "2" : {"_hex" : "0x6f0addbb446badeea0"}, "from" : "0x0000000000000000000000000000000000000000", "to" : "0x35f642457dD36f255df093c5C6BE6b3b672Bd6A2", "value" : {"_hex" : "0x6f0addbb446badeea0"}}, "event" : "Transfer", "signature" : "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", "raw" : {"data" : "0x00000000000000000000000000000000000000000000006f0addbb446badeea0", "topics" : ["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", "0x0000000000000000000000000000000000000000000000000000000000000000", "0x00000000000000000000000035f642457dd36f255df093c5c6be6b3b672bd6a2"]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "logIndex": {"type": "integer"}, "removed": {"type": "boolean"}, "transactionHash": {"type": "string"}, "transactionIndex": {"type": "integer"}, "id": {"type": "string"}, "returnValues": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "from": {"type": "string"}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}}, "required": ["0", "1", "2", "from", "to", "value"]}, "event": {"type": "string"}, "signature": {"type": "string"}, "raw": {"type": "object", "properties": {"data": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}}, "required": ["data", "topics"]}}, "required": ["address", "blockHash", "blockNumber", "logIndex", "removed", "transactionHash", "transactionIndex", "id", "returnValues", "event", "signature", "raw"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "SUBASINY", "frequency" : 3, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/other/goldarmor/goldarmor.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/other/goldarmor/goldarmor.head": {"type": "array", "items": {"type": "string"}}, "items/armors/other/goldarmor/goldarmor.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/other/goldarmor/goldarmor.chest", "items/armors/other/goldarmor/goldarmor.head", "items/armors/other/goldarmor/goldarmor.legs"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/armors/other/goldarmor/goldarmor.chest" : ["/description"], "items/armors/other/goldarmor/goldarmor.head" : ["/description"], "items/armors/other/goldarmor/goldarmor.legs" : ["/description"]}, "Texts" : {"Chs" : "^orange;\u5957\u88c5\u5956\u52b1^reset;:\n^yellow;\ue024^reset; \u6253\u51fb\u8005: +^green;5^reset;% \u66b4\u51fb\u51e0\u7387\n^yellow;\ue024^reset; ^green;30^reset;% \u51fb\u9000\u6297\u6027\n^yellow;\ue024^reset; +^green;15^reset;% \u9b45\u529b", "Eng" : "^orange;Set Bonuses^reset;:\n^yellow;\ue024^reset; Striker: +^green;5^reset;% Crit\n^yellow;\ue024^reset; ^green;30^reset;% Knockback Resist\n^yellow;\ue024^reset; +^green;15^reset;% Charisma"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/other/goldarmor/goldarmor.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/other/goldarmor/goldarmor.head": {"type": "array", "items": {"type": "string"}}, "items/armors/other/goldarmor/goldarmor.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/other/goldarmor/goldarmor.chest", "items/armors/other/goldarmor/goldarmor.head", "items/armors/other/goldarmor/goldarmor.legs"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.1.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.1.0", "1.1.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["1.1.2"], "meta" : {"description" : "boois_search_str_parser", "homepage" : "http://www.boois.cn/", "license" : "MIT"}, "versions" : {"1.1.0" : {"sha256" : "bd00de6dd22d046f0a7288d0e790bcb7c33f802d848e1cc1f3c411bee69a12b4", "url" : "https://files.pythonhosted.org/packages/5b/c2/17cf9cf708859daf89dd8526e85d7067beb603c731a12dc3e57499773751/boois_search_str_parser-1.1.0.tar.gz"}, "1.1.2" : {"sha256" : "58b61b31872d7d805df80a58c58a5164ed43cf75adb38029c26ed1ffbbb6ebe6", "url" : "https://files.pythonhosted.org/packages/96/8f/83c81e313da4173f0658bc3f84e03223d79881b4c345233b7a6ebeb13c15/boois_search_str_parser-1.1.2.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.1.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.1.0", "1.1.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "ngPackage": {"type": "object", "properties": {"dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "styleIncludePaths": {"type": "array", "items": {"type": "string"}}}, "required": ["entryFile", "styleIncludePaths"]}}, "required": ["dest", "lib"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["$schema", "name", "version", "license", "keywords", "author", "peerDependencies", "ngPackage", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "./node_modules/ng-packagr/package.schema.json", "name" : "@ng4746/notice", "version" : "0.0.3", "license" : "MIT", "keywords" : ["angular 7", "Notification", "Toast"], "author" : {"name" : "Vadim"}, "peerDependencies" : {"@angular/common" : "^7.1.0", "@angular/core" : "^7.1.0"}, "ngPackage" : {"dest" : "../../dist/notice", "lib" : {"entryFile" : "src/public_api.ts", "styleIncludePaths" : ["styles"]}}, "engines" : {"node" : ">=8.0.0"}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "ngPackage": {"type": "object", "properties": {"dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "styleIncludePaths": {"type": "array", "items": {"type": "string"}}}, "required": ["entryFile", "styleIncludePaths"]}}, "required": ["dest", "lib"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["$schema", "name", "version", "license", "keywords", "author", "peerDependencies", "ngPackage", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "INeedAName", "author" : "hectorlab", "count" : 2}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"bonuses": {"type": "array", "items": {"type": "object", "properties": {"bonus": {"type": "string"}, "problem": {"type": "integer"}, "position": {"type": "array", "items": {"type": "integer"}}}, "required": ["bonus", "problem", "position"]}}, "hole": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "epsilon": {"type": "integer"}, "figure": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["edges", "vertices"]}}, "required": ["bonuses", "hole", "epsilon", "figure"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bonuses" : [{"bonus" : "GLOBALIST", "problem" : 35, "position" : [62, 46]}, {"bonus" : "WALLHACK", "problem" : 50, "position" : [77, 68]}, {"bonus" : "BREAK_A_LEG", "problem" : 38, "position" : [23, 68]}], "hole" : [[45, 80], [35, 95], [5, 95], [35, 50], [5, 5], [35, 5], [95, 95], [65, 95], [55, 80]], "epsilon" : 150000, "figure" : {"edges" : [[2, 5], [5, 4], [4, 1], [1, 0], [0, 8], [8, 3], [3, 7], [7, 11], [11, 13], [13, 12], [12, 18], [18, 19], [19, 14], [14, 15], [15, 17], [17, 16], [16, 10], [10, 6], [6, 2], [8, 12], [7, 9], [9, 3], [8, 9], [9, 12], [13, 9], [9, 11], [4, 8], [12, 14], [5, 10], [10, 15]], "vertices" : [[20, 30], [20, 40], [30, 95], [40, 15], [40, 35], [40, 65], [40, 95], [45, 5], [45, 25], [50, 15], [50, 70], [55, 5], [55, 25], [60, 15], [60, 35], [60, 65], [60, 95], [70, 95], [80, 30], [80, 40]]}}
json_instruct
{"type": "object", "properties": {"bonuses": {"type": "array", "items": {"type": "object", "properties": {"bonus": {"type": "string"}, "problem": {"type": "integer"}, "position": {"type": "array", "items": {"type": "integer"}}}, "required": ["bonus", "problem", "position"]}}, "hole": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "epsilon": {"type": "integer"}, "figure": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["edges", "vertices"]}}, "required": ["bonuses", "hole", "epsilon", "figure"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"WCT": {"type": "number"}}, "required": ["WCT"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WCT" : 27.732966661453247}
json_instruct
{"type": "object", "properties": {"WCT": {"type": "number"}}, "required": ["WCT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}, "no_homes": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth", "no_homes", "unknown"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"password": {"type": "string"}, "username": {"type": "string"}}, "required": ["password", "username"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["user"]}}, "required": ["abort", "error", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"fallback": {"type": "string"}}, "required": ["fallback"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"abort" : {"already_configured" : "Apparat ass scho konfigur\u00e9iert"}, "error" : {"cannot_connect" : "Feeler beim verbannen, prob\u00e9ier w.e.g. nach emol.", "invalid_auth" : "Ong\u00eblteg Authentifikatioun", "no_homes" : "Keng Immobilien mat d\u00ebsem Tado Kont verbonnen.", "unknown" : "Onerwaarte Feeler"}, "step" : {"user" : {"data" : {"password" : "Passwuert", "username" : "Benotzernumm"}, "title" : "Verbann dech mat dengem Tado Kont."}}}, "options" : {"step" : {"init" : {"data" : {"fallback" : "Fallback Modus aktiv\u00e9ieren"}, "description" : "Fallback Modus wiesselt op Smarte Z\u00e4itplang beim n\u00e4chsten ausf\u00e9ieren nodeems eng Zon ausgewielt gouf.", "title" : "Tado Optiounen \u00e4nneren"}}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}, "no_homes": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth", "no_homes", "unknown"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"password": {"type": "string"}, "username": {"type": "string"}}, "required": ["password", "username"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["user"]}}, "required": ["abort", "error", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"fallback": {"type": "string"}}, "required": ["fallback"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$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"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18", "provinceId" : "91", "regencyId" : "25", "name" : "Ilaga Utara"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3402140, "parent" : 3402, "name" : "SEWON", "latitude" : "-7.8559452529359", "longitude" : "110.3520562066", "postal" : [55797, 55185, 55188], "children" : [3402140001, 3402140002, 3402140003, 3402140004]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"logBucket": {"type": "string"}, "logObjectPrefix": {"type": "string"}}, "required": ["logBucket", "logObjectPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"logBucket" : "k8s-infra-artifacts-gcslogs", "logObjectPrefix" : "us.artifacts.k8s-gcr-audit-test-prod.appspot.com"}
json_instruct
{"type": "object", "properties": {"logBucket": {"type": "string"}, "logObjectPrefix": {"type": "string"}}, "required": ["logBucket", "logObjectPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1160820, "stations" : ["1160820"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"published" : "2015-09-03T06:43:03Z", "media-type" : "Blog", "title" : "Stephanie Linus Announced as Ambassador for \u2018Stop Violence against Women in Elections\u2019 Campaign", "id" : "4bf7dd60-a4c4-416c-8a98-b2161ce6ee56", "content" : "NDI & USAID have announced Stephanie Linus as Ambassador for the \u2018Stop Violence Against Women In Elections\u2019 Campaign.\nThe announcement was made yesterday at the Transcorp Hilton Hotel in Abuja.\nStop-VAWIE\u00a0(Violence Against Women In Elections) Campaign is a project that seeks to create public awareness on various forms of violence against women before, during and after elections in Nigeria, which often militates their active participation in the electoral process.\nStephanie, who is very passionate about the cause and happy to be an ambassador, pledged her full support to the campaign.\nShe said,\u00a0\u201cI pledge my full support, my voice and everything within my capacity to make sure that these issues are brought to light and to help educate people about this violence and see ways we can put an end to it so that we can have a better society for ourselves and the future generation.\u201d\nSee photos from the event.\nAbout Adesola Ade-Unuigbe\nI \u2665 BN!", "source" : "BellaNaija"}
json_instruct
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type": "string"}, "copyright": {"type": "string"}, "copyrightlink": {"type": "string"}, "title": {"type": "string"}, "quiz": {"type": "string"}, "wp": {"type": "boolean"}, "hsh": {"type": "string"}, "drk": {"type": "integer"}, "top": {"type": "integer"}, "bot": {"type": "integer"}, "hs": {"type": "array", "items": {}}}, "required": ["startdate", "fullstartdate", "enddate", "url", "urlbase", "copyright", "copyrightlink", "title", "quiz", "wp", "hsh", "drk", "top", "bot", "hs"]}}, "tooltips": {"type": "object", "properties": {"loading": {"type": "string"}, "previous": {"type": "string"}, "next": {"type": "string"}, "walle": {"type": "string"}, "walls": {"type": "string"}}, "required": ["loading", "previous", "next", "walle", "walls"]}}, "required": ["images", "tooltips"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"images" : [{"startdate" : "20200911", "fullstartdate" : "202009110700", "enddate" : "20200912", "url" : "/th?id=OHR.FreedomTower_EN-US1578681459_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp", "urlbase" : "/th?id=OHR.FreedomTower_EN-US1578681459", "copyright" : "One World Trade Center and lower Manhattan, seen from the Empty Sky memorial in Jersey City, New Jersey (\u00a9 Maurizio Rellini/Offset by Shutterstock)", "copyrightlink" : "https://www.bing.com/search?q=september+11+patriot+day&form=hpcapt&filters=HpDate%3a%2220200911_0700%22", "title" : "In honor of those we've lost", "quiz" : "/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20200911_FreedomTower%22&FORM=HPQUIZ", "wp" : false, "hsh" : "084b7797445056325590e30fe50d335b", "drk" : 1, "top" : 1, "bot" : 1, "hs" : []}], "tooltips" : {"loading" : "Loading...", "previous" : "Previous image", "next" : "Next image", "walle" : "This image is not available to download as wallpaper.", "walls" : "Download this image. Use of this image is restricted to wallpaper only."}}
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type": "string"}, "copyright": {"type": "string"}, "copyrightlink": {"type": "string"}, "title": {"type": "string"}, "quiz": {"type": "string"}, "wp": {"type": "boolean"}, "hsh": {"type": "string"}, "drk": {"type": "integer"}, "top": {"type": "integer"}, "bot": {"type": "integer"}, "hs": {"type": "array", "items": {}}}, "required": ["startdate", "fullstartdate", "enddate", "url", "urlbase", "copyright", "copyrightlink", "title", "quiz", "wp", "hsh", "drk", "top", "bot", "hs"]}}, "tooltips": {"type": "object", "properties": {"loading": {"type": "string"}, "previous": {"type": "string"}, "next": {"type": "string"}, "walle": {"type": "string"}, "walls": {"type": "string"}}, "required": ["loading", "previous", "next", "walle", "walls"]}}, "required": ["images", "tooltips"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}, "ssl-verify": {"type": "boolean"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception", "ssl-verify"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "0.618", "endpoint-url" : "https://docs.tmbc.gov.uk/docs/s106/developer-agreement_20211201.csv", "entry-date" : "2022-01-08T01:06:36.798438", "exception" : "ConnectionError", "ssl-verify" : true}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}, "ssl-verify": {"type": "boolean"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception", "ssl-verify"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "", "code" : "", "ldc" : [], "metodos" : [{"nombre" : "configuration", "description" : ""}, {"nombre" : "equals", "description" : "", "parametros" : [{"nombre" : "Object ob", "description" : ""}]}, {"nombre" : "hashCode", "description" : ""}, {"nombre" : "name", "description" : ""}, {"nombre" : "reads", "description" : ""}, {"nombre" : "reference", "description" : ""}, {"nombre" : "toString", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"larrs56": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["larrs56"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"larrs56" : {"title" : "LARRs56", "channel_id" : 96048016, "link" : "http://twitch.tv/larrs56", "desc" : null, "plans" : {"$4.99" : "160457", "$9.99" : "160460", "$24.99" : "160461"}, "id" : "larrs56", "first_seen" : "2017-07-04 01:25:05", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 160457, "emotes" : [{"code" : "larrs5LIT", "image_id" : 260914, "set" : 160457}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"larrs56": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["larrs56"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "categoryCode": {"type": "string"}, "regulated_description": {"type": "string"}, "image": {"type": "object", "properties": {"original": {"type": "string"}}, "required": ["original"]}, "co2": {"type": "number"}, "price": {"type": "number"}, "kcal": {"type": "integer"}, "co2Score": {"type": "number"}, "kcalScore": {"type": "integer"}, "priceScore": {"type": "integer"}, "totalScore": {"type": "integer"}}, "required": ["id", "name", "categoryCode", "regulated_description", "image", "co2", "price", "kcal", "co2Score", "kcalScore", "priceScore", "totalScore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "263500513200", "name" : "Zitrone", "categoryCode" : "BeSS_0101190104", "regulated_description" : "Zitronen", "image" : {"original" : "https://image.migros.ch/original/d99de3f536cd725cb54788de92d480416a586fce/zitrone.jpg"}, "co2" : 6608.287123646384, "price" : 0.55, "kcal" : 24, "co2Score" : 0.5777309019952956, "kcalScore" : 1, "priceScore" : 1, "totalScore" : 1}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "categoryCode": {"type": "string"}, "regulated_description": {"type": "string"}, "image": {"type": "object", "properties": {"original": {"type": "string"}}, "required": ["original"]}, "co2": {"type": "number"}, "price": {"type": "number"}, "kcal": {"type": "integer"}, "co2Score": {"type": "number"}, "kcalScore": {"type": "integer"}, "priceScore": {"type": "integer"}, "totalScore": {"type": "integer"}}, "required": ["id", "name", "categoryCode", "regulated_description", "image", "co2", "price", "kcal", "co2Score", "kcalScore", "priceScore", "totalScore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-pages-about-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-pages-now-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-templates-all-tag-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-templates-blog-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-templates-post-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-templates-tag-tsx": {"type": "array", "items": {"type": "string"}}}, "required": ["polyfill", "app", "component---node-modules-gatsby-plugin-offline-app-shell-js", "component---src-pages-404-tsx", "component---src-pages-about-tsx", "component---src-pages-index-tsx", "component---src-pages-now-tsx", "component---src-templates-all-tag-tsx", "component---src-templates-blog-tsx", "component---src-templates-post-tsx", "component---src-templates-tag-tsx"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"polyfill" : ["/polyfill-2297ee5be43fd5eb1286.js"], "app" : ["/app-f8fd8dc92836b9c3a057.js"], "component---node-modules-gatsby-plugin-offline-app-shell-js" : ["/component---node-modules-gatsby-plugin-offline-app-shell-js-36dc033f967ae9fe9cda.js"], "component---src-pages-404-tsx" : ["/component---src-pages-404-tsx-d9ab2af5c27fd7a5fd2d.js"], "component---src-pages-about-tsx" : ["/component---src-pages-about-tsx-b7b6ad3c5a360bbca320.js"], "component---src-pages-index-tsx" : ["/component---src-pages-index-tsx-5f7bbdbfe96fcee336ea.js"], "component---src-pages-now-tsx" : ["/component---src-pages-now-tsx-c0720f3ed297713848ef.js"], "component---src-templates-all-tag-tsx" : ["/component---src-templates-all-tag-tsx-1feb941e039298715c2a.js"], "component---src-templates-blog-tsx" : ["/component---src-templates-blog-tsx-09e989348f1456957b84.js"], "component---src-templates-post-tsx" : ["/component---src-templates-post-tsx-d3b3b36c7ce92797c901.js"], "component---src-templates-tag-tsx" : ["/component---src-templates-tag-tsx-065baefe03712bf9a7d1.js"]}
json_instruct
{"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-pages-about-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-pages-now-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-templates-all-tag-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-templates-blog-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-templates-post-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-templates-tag-tsx": {"type": "array", "items": {"type": "string"}}}, "required": ["polyfill", "app", "component---node-modules-gatsby-plugin-offline-app-shell-js", "component---src-pages-404-tsx", "component---src-pages-about-tsx", "component---src-pages-index-tsx", "component---src-pages-now-tsx", "component---src-templates-all-tag-tsx", "component---src-templates-blog-tsx", "component---src-templates-post-tsx", "component---src-templates-tag-tsx"], "$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"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wpninjas/ninja-forms-multi-part"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "bagels_baking:cup"}, {"item" : "bagels_baking:sweet_berry_jam"}, {"item" : "bagels_baking:milk_cup"}], "result" : {"item" : "bagels_baking:sweet_berry_swirl_cream", "count" : 1}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"pavlovec": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["pavlovec"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"pavlovec" : {"title" : "PavLoveC", "channel_id" : 65347213, "link" : "http://twitch.tv/pavlovec", "desc" : null, "plans" : {"$4.99" : "153652", "$9.99" : "153653", "$24.99" : "153654"}, "id" : "pavlovec", "first_seen" : "2017-07-02 17:30:04", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 153652, "emotes" : [{"code" : "pavlovChamp", "image_id" : 233462, "set" : 153652}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"pavlovec": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["pavlovec"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1995-05-16": {"type": "string"}, "1995-05-31": {"type": "string"}, "1995-11-09": {"type": "string"}}, "required": ["1995-05-16", "1995-05-31", "1995-11-09"]}, "lyID": {"type": "string"}, "PCode": {"type": "string"}}, "required": ["name", "history", "lyID", "PCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : [{"name" : "\u6f22\u7fd4\u822a\u7a7a\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u8a2d\u7f6e\u689d\u4f8b", "start_date" : "1995-05-16"}], "history" : {"1995-05-16" : "\u5236\u5b9a11\u689d", "1995-05-31" : "\u516c\u5e03", "1995-11-09" : "\u65bd\u884c"}, "lyID" : "01447", "PCode" : "K0000050"}
json_instruct
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1995-05-16": {"type": "string"}, "1995-05-31": {"type": "string"}, "1995-11-09": {"type": "string"}}, "required": ["1995-05-16", "1995-05-31", "1995-11-09"]}, "lyID": {"type": "string"}, "PCode": {"type": "string"}}, "required": ["name", "history", "lyID", "PCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"900659481": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659482": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659483": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659484": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659485": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659486": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900659481", "900659482", "900659483", "900659484", "900659485", "900659486"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900659481" : {"nama" : "TPS 1", "dapil" : [6101, 16103, 2610701]}, "900659482" : {"nama" : "TPS 2", "dapil" : [6101, 16103, 2610701]}, "900659483" : {"nama" : "TPS 3", "dapil" : [6101, 16103, 2610701]}, "900659484" : {"nama" : "TPS 4", "dapil" : [6101, 16103, 2610701]}, "900659485" : {"nama" : "TPS 5", "dapil" : [6101, 16103, 2610701]}, "900659486" : {"nama" : "TPS 6", "dapil" : [6101, 16103, 2610701]}}
json_instruct
{"type": "object", "properties": {"900659481": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659482": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659483": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659484": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659485": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900659486": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900659481", "900659482", "900659483", "900659484", "900659485", "900659486"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"live-server": {"type": "string"}}, "required": ["live-server"]}, "devDependencies": {"type": "object", "properties": {"kind-of": {"type": "string"}, "mixin-deep": {"type": "string"}, "set-value": {"type": "string"}, "websocket-extensions": {"type": "string"}}, "required": ["kind-of", "mixin-deep", "set-value", "websocket-extensions"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "curso-entendendo-typescript", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "live-server"}, "keywords" : [], "author" : "Alex Gomes", "license" : "ISC", "dependencies" : {"live-server" : "^1.2.1"}, "devDependencies" : {"kind-of" : "^6.0.3", "mixin-deep" : "^2.0.1", "set-value" : "^3.0.2", "websocket-extensions" : "^0.1.4"}}
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"}, "dependencies": {"type": "object", "properties": {"live-server": {"type": "string"}}, "required": ["live-server"]}, "devDependencies": {"type": "object", "properties": {"kind-of": {"type": "string"}, "mixin-deep": {"type": "string"}, "set-value": {"type": "string"}, "websocket-extensions": {"type": "string"}}, "required": ["kind-of", "mixin-deep", "set-value", "websocket-extensions"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"4529": {"type": "string"}}, "required": ["4529"]}, "timeto": {"type": "object", "properties": {"4529": {"type": "number"}}, "required": ["4529"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 4530, "title" : ["[ArmorWorks - Brigandine]"], "description" : ["Wide bands of light-colored stone provide eye-catching contrast against the more prominent dull grey stone walls in this area. Pebbles of various sizes are strewn about most of the floor, making it a bit of a challenge to walk about."], "paths" : ["Obvious exits: west"], "wayto" : {"4529" : "west"}, "timeto" : {"4529" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"4529": {"type": "string"}}, "required": ["4529"]}, "timeto": {"type": "object", "properties": {"4529": {"type": "number"}}, "required": ["4529"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cards": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "img": {"type": "string"}, "side": {"type": "string"}}, "required": ["title", "text", "img", "side"]}}}, "required": ["cards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cards" : [{"title" : "Design System", "text" : "10 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/course-1.png?raw=true", "side" : "1 Jan"}, {"title" : "React for Designers", "text" : "12 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/course-2.jpeg?raw=true", "side" : "13 Jan"}, {"title" : "Sound and Design", "text" : "5 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/course-3.jpg?raw=true", "side" : "3 Feb"}, {"title" : "Vector art", "text" : "3 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/course-4.jpg?raw=true", "side" : "7 Mar"}, {"title" : "PSD to HTML", "text" : "8 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/course-5.jpg?raw=true", "side" : "11 Mar"}, {"title" : "Vue.Js", "text" : "12 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/course-6.jpg?raw=true", "side" : "20 Mar"}, {"title" : "Angular", "text" : "4 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/angular.png?raw=true", "side" : "2 Apr"}, {"title" : "Bootstrap", "text" : "2 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/bootstrap.png?raw=true", "side" : "11 Apr"}, {"title" : "React Native", "text" : "12 sections", "img" : "https://github.com/Ceci007/image-repository/blob/master/react-native.png?raw=true", "side" : "25 Apr"}]}
json_instruct
{"type": "object", "properties": {"cards": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "img": {"type": "string"}, "side": {"type": "string"}}, "required": ["title", "text", "img", "side"]}}}, "required": ["cards"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAME" : "EHR order list entry", "COUNT_VALUE" : 63}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [0, 0], "P10_VALUE" : [0, 0], "P25_VALUE" : [0, 0], "MEDIAN_VALUE" : [1, 0], "P75_VALUE" : [1, 1], "P90_VALUE" : [2, 7], "MAX_VALUE" : [72, 29]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "content": {"type": "string"}, "id": {"type": "string"}}, "required": ["number", "content", "id"]}}, "endingText": {"type": "null"}}, "required": ["title", "id", "paragraphs", "endingText"]}}, "ending": {"type": "string"}}, "required": ["id", "title", "sections", "ending"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "p2_n3_b5_v9", "title" : "\\{p2_n3_b5_v9\\}", "sections" : [{"title" : "\\{p2_n3_b5_v9_s1\\}", "id" : "p2_n3_b5_v9_s1", "paragraphs" : [{"number" : "923-934", "content" : "\\{p2_n3_b5_v9_s1_p1\\}", "id" : "p2_n3_b5_v9_s1_p1"}], "endingText" : null}, {"title" : "\\{p2_n3_b5_v9_s2\\}", "id" : "p2_n3_b5_v9_s2", "paragraphs" : [{"number" : "967-976", "content" : "\\{p2_n3_b5_v9_s2_p1\\}", "id" : "p2_n3_b5_v9_s2_p1"}], "endingText" : null}], "ending" : "\\{p2_n3_b5_v9_e\\}"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "content": {"type": "string"}, "id": {"type": "string"}}, "required": ["number", "content", "id"]}}, "endingText": {"type": "null"}}, "required": ["title", "id", "paragraphs", "endingText"]}}, "ending": {"type": "string"}}, "required": ["id", "title", "sections", "ending"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 149910, "UUID" : "3CF94E12-7F6B-4087-A480-389E6E166282", "DataProviderID" : 1, "DataProvidersReference" : "111", "OperatorID" : 3299, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 150263, "Title" : "IONITY Oskarshamn", "AddressLine1" : "\u00c5sav\u00e4gen 33", "Town" : "Oskarshamn", "Postcode" : "572 36", "CountryID" : 216, "Latitude" : 57.25101, "Longitude" : 16.44609, "DistanceUnit" : 0}, "Connections" : [{"ID" : 208139, "ConnectionTypeID" : 33, "LevelID" : 3, "PowerKW" : 350, "CurrentTypeID" : 30}], "NumberOfPoints" : 4, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-03-09T06:29:00Z", "DataQualityLevel" : 3, "DateCreated" : "2020-03-09T06:29:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"alias": {"type": "string"}}, "required": ["alias"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alias" : "Some alias"}
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}}, "required": ["alias"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {"type": "string"}}, "restrictions": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}, "icon": {"type": "string"}, "details": {"type": "object", "properties": {"type": {"type": "string"}, "infusion_slots": {"type": "array", "items": {}}, "attribute_adjustment": {"type": "number"}, "infix_upgrade": {"type": "object", "properties": {"id": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"attribute": {"type": "string"}, "modifier": {"type": "integer"}}, "required": ["attribute", "modifier"]}}}, "required": ["id", "attributes"]}}, "required": ["type", "infusion_slots", "attribute_adjustment", "infix_upgrade"]}}, "required": ["name", "description", "type", "level", "rarity", "vendor_value", "game_types", "flags", "restrictions", "id", "chat_link", "icon", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Jalis Family Ring", "description" : "<c=@flavor>\"We find a lot of these. I wonder how many family members Jalis had.\" \u2014Rinceword</c>", "type" : "Trinket", "level" : 30, "rarity" : "Masterwork", "vendor_value" : 93, "game_types" : ["Activity", "Wvw", "Dungeon", "Pve"], "flags" : ["HideSuffix", "NoSalvage", "NoSell", "SoulbindOnAcquire", "SoulBindOnUse"], "restrictions" : [], "id" : 23394, "chat_link" : "[&AgFiWwAA]", "icon" : "https://render.guildwars2.com/file/6B5050A3B959FAAF3D0E5E23CA3FAA6DE9E3CB0D/455905.png", "details" : {"type" : "Ring", "infusion_slots" : [], "attribute_adjustment" : 55.59, "infix_upgrade" : {"id" : 150, "attributes" : [{"attribute" : "Power", "modifier" : 19}, {"attribute" : "ConditionDamage", "modifier" : 14}]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {"type": "string"}}, "restrictions": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}, "icon": {"type": "string"}, "details": {"type": "object", "properties": {"type": {"type": "string"}, "infusion_slots": {"type": "array", "items": {}}, "attribute_adjustment": {"type": "number"}, "infix_upgrade": {"type": "object", "properties": {"id": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"attribute": {"type": "string"}, "modifier": {"type": "integer"}}, "required": ["attribute", "modifier"]}}}, "required": ["id", "attributes"]}}, "required": ["type", "infusion_slots", "attribute_adjustment", "infix_upgrade"]}}, "required": ["name", "description", "type", "level", "rarity", "vendor_value", "game_types", "flags", "restrictions", "id", "chat_link", "icon", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nvar _jsxFileName = \"/Users/johaniedamas/weather-react/src/FindDate.js\";\nimport React from \"react\";\nexport default function FindDate(props) {\n let days = [\"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\"];\n let day = days[props.date.getDay()];\n let hours = props.date.getHours();\n let minutes = props.date.getMinutes();\n return /*#__PURE__*/_jsxDEV(\"div\", {\n children: [day, \" \", hours, \" : \", minutes]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 12\n }, this);\n}\n_c = FindDate;\n\nvar _c;\n\n$RefreshReg$(_c, \"FindDate\");", "map" : {"version" : 3, "sources" : ["/Users/johaniedamas/weather-react/src/FindDate.js"], "names" : ["React", "FindDate", "props", "days", "day", "date", "getDay", "hours", "getHours", "minutes", "getMinutes"], "mappings" : ";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AAEA,eAAe,SAASC,QAAT,CAAkBC,KAAlB,EAAyB;AACrC,MAAIC,IAAI,GAAG,CACP,QADO,EAEP,QAFO,EAGN,SAHM,EAIN,WAJM,EAKN,UALM,EAMN,QANM,EAON,UAPM,CAAX;AASC,MAAIC,GAAG,GAAGD,IAAI,CAACD,KAAK,CAACG,IAAN,CAAWC,MAAX,EAAD,CAAd;AACA,MAAIC,KAAK,GAAGL,KAAK,CAACG,IAAN,CAAWG,QAAX,EAAZ;AACA,MAAIC,OAAO,GAAEP,KAAK,CAACG,IAAN,CAAWK,UAAX,EAAb;AACA,sBAAO;AAAA,eAAMN,GAAN,OAAYG,KAAZ,SAAsBE,OAAtB;AAAA;AAAA;AAAA;AAAA;AAAA,UAAP;AACH;KAduBR,Q", "sourcesContent" : ["import React from \"react\";\n\nexport default function FindDate(props) {\n let days = [\n \"Sunday\", \n \"Monday\",\n \"Tuesday\", \n \"Wednesday\", \n \"Thursday\",\n \"Friday\", \n \"Saturday\"\n ];\n let day = days[props.date.getDay()];\n let hours = props.date.getHours();\n let minutes =props.date.getMinutes();\n return <div>{day} {hours} : {minutes}</div>;\n}"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"sn22.40:0.1": {"type": "string"}, "sn22.40:0.2": {"type": "string"}, "sn22.40:0.3": {"type": "string"}, "sn22.40:1.1": {"type": "string"}, "sn22.40:1.2": {"type": "string"}, "sn22.40:1.3": {"type": "string"}}, "required": ["sn22.40:0.1", "sn22.40:0.2", "sn22.40:0.3", "sn22.40:1.1", "sn22.40:1.2", "sn22.40:1.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn22.40:0.1" : "Linked Discourses 22 ", "sn22.40:0.2" : "4. It\u2019s Not Yours ", "sn22.40:0.3" : "40. In Line with the Teachings (2nd) ", "sn22.40:1.1" : "At S\u0101vatth\u012b. ", "sn22.40:1.2" : "\u201cMendicants, when a mendicant is practicing in line with the teachings, this is what\u2019s in line with the teachings. They should live observing impermanence in form, feeling, perception, choices, and consciousness. \u2026 ", "sn22.40:1.3" : "They\u2019re freed from suffering, I say.\u201d "}
json_instruct
{"type": "object", "properties": {"sn22.40:0.1": {"type": "string"}, "sn22.40:0.2": {"type": "string"}, "sn22.40:0.3": {"type": "string"}, "sn22.40:1.1": {"type": "string"}, "sn22.40:1.2": {"type": "string"}, "sn22.40:1.3": {"type": "string"}}, "required": ["sn22.40:0.1", "sn22.40:0.2", "sn22.40:0.3", "sn22.40:1.1", "sn22.40:1.2", "sn22.40:1.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"mean_kernel0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["mean_kernel0"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mean_kernel0" : {"write" : {"device_start" : 1586204040.0578446, "host_queued_start" : 1586204123.21534, "device_queued" : 1586204040.0575917, "device_end" : 1586204040.0579376, "host_queued_end" : 1586204123.215689}, "device" : "gpu", "nd_range" : {"device_start" : 1586204040.0579402, "device_end" : 1586204040.0580604}, "cmdq" : 0, "read" : {"device_start" : 1586204040.0580628, "device_end" : 1586204040.0580647}}}
json_instruct
{"type": "object", "properties": {"mean_kernel0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["mean_kernel0"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ops": {"type": "array", "items": {"type": "object", "properties": {"attrs": {"type": "object", "properties": {"axis": {"type": "integer"}, "num": {"type": "integer"}, "sections": {"type": "array", "items": {}}}, "required": ["axis", "num", "sections"]}, "inputs": {"type": "object", "properties": {"X": {"type": "array", "items": {"type": "string"}}}, "required": ["X"]}, "outputs": {"type": "object", "properties": {"Out": {"type": "array", "items": {"type": "string"}}}, "required": ["Out"]}, "type": {"type": "string"}}, "required": ["attrs", "inputs", "outputs", "type"]}}, "vars": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "integer"}}, "name": {"type": "string"}, "shape": {"type": "array", "items": {"type": "integer"}}}, "required": ["data", "name", "shape"]}}}, "required": ["ops", "vars"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ops" : [{"attrs" : {"axis" : 2, "num" : 2, "sections" : []}, "inputs" : {"X" : ["reshape2_3.tmp_0"]}, "outputs" : {"Out" : ["split_1.tmp_0", "split_1.tmp_1"]}, "type" : "split"}], "vars" : [{"data" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24], "name" : "reshape2_3.tmp_0", "shape" : [2, 2, 2, 3]}, {"data" : [1, 2, 3, 7, 8, 9, 13, 14, 15, 16, 17, 18], "name" : "split_1.tmp_0", "shape" : [2, 2, 1, 3]}, {"data" : [4, 5, 6, 10, 11, 12, 16, 17, 18, 22, 23, 24], "name" : "split_1.tmp_1", "shape" : [2, 2, 1, 3]}]}
json_instruct
{"type": "object", "properties": {"ops": {"type": "array", "items": {"type": "object", "properties": {"attrs": {"type": "object", "properties": {"axis": {"type": "integer"}, "num": {"type": "integer"}, "sections": {"type": "array", "items": {}}}, "required": ["axis", "num", "sections"]}, "inputs": {"type": "object", "properties": {"X": {"type": "array", "items": {"type": "string"}}}, "required": ["X"]}, "outputs": {"type": "object", "properties": {"Out": {"type": "array", "items": {"type": "string"}}}, "required": ["Out"]}, "type": {"type": "string"}}, "required": ["attrs", "inputs", "outputs", "type"]}}, "vars": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "integer"}}, "name": {"type": "string"}, "shape": {"type": "array", "items": {"type": "integer"}}}, "required": ["data", "name", "shape"]}}}, "required": ["ops", "vars"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "1206081017", "district_id" : "1206081", "name" : "DOLOK SARIBU LUMBAN NABOLON"}
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": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "archer", "url" : "./images/archer.jpg"}, {"name" : "bear", "url" : "./images/bear.jpg"}, {"name" : "bravo", "url" : "./images/bravo.jpg"}, {"name" : "homer", "url" : "./images/homer.jpg"}, {"name" : "peter", "url" : "./images/peter.jpg"}, {"name" : "scooby", "url" : "./images/scooby.jpg"}, {"name" : "southpark", "url" : "./images/southpark.jpg"}, {"name" : "spongebob", "url" : "./images/spongebob.jpg"}, {"name" : "stewie", "url" : "./images/stewie.jpg"}, {"name" : "stoner", "url" : "./images/stoner.jpg"}, {"name" : "wiley", "url" : "./images/wiley.jpg"}, {"name" : "simpsons", "url" : "./images/simpsons.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}, "discord": {"type": "string"}}, "required": ["website", "twitter", "discord"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SOL Decoder Token", "symbol" : "DCODE", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/5wUhVhUphHXVz6CKmAF7MUrFSwv95soo3WQz59ynotyM/logo.png", "decimals" : 9, "address" : "5wUhVhUphHXVz6CKmAF7MUrFSwv95soo3WQz59ynotyM", "chainId" : 101, "tags" : ["sol-decoder", "utility-token"], "extensions" : {"website" : "https://soldecoder.app", "twitter" : "https://twitter.com/SOL_Decoder", "discord" : "https://discord.gg/sol-decoder"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}, "discord": {"type": "string"}}, "required": ["website", "twitter", "discord"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "main": {"type": "string"}}, "required": ["private", "name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "name" : "UndrawActiveSupport", "main" : "./UndrawActiveSupport.js"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "main": {"type": "string"}}, "required": ["private", "name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "onejob", "hour" : "01", "avg" : 88.26315789473684}, {"subreddit" : "onejob", "hour" : "02", "avg" : 72.36065573770492}, {"subreddit" : "onejob", "hour" : "03", "avg" : 65.625}, {"subreddit" : "onejob", "hour" : "04", "avg" : 48.90909090909091}, {"subreddit" : "onejob", "hour" : "05", "avg" : 137.92}, {"subreddit" : "onejob", "hour" : "06", "avg" : 153.69230769230768}, {"subreddit" : "onejob", "hour" : "07", "avg" : 189.6153846153846}, {"subreddit" : "onejob", "hour" : "08", "avg" : 142.08333333333334}, {"subreddit" : "onejob", "hour" : "09", "avg" : 79.53846153846153}, {"subreddit" : "onejob", "hour" : "10", "avg" : 152.05263157894737}, {"subreddit" : "onejob", "hour" : "11", "avg" : 150.6060606060606}, {"subreddit" : "onejob", "hour" : "12", "avg" : 227.16666666666666}, {"subreddit" : "onejob", "hour" : "13", "avg" : 133.36363636363637}, {"subreddit" : "onejob", "hour" : "14", "avg" : 179.1}, {"subreddit" : "onejob", "hour" : "15", "avg" : 305.3703703703704}, {"subreddit" : "onejob", "hour" : "16", "avg" : 108.62903225806451}, {"subreddit" : "onejob", "hour" : "17", "avg" : 29.482758620689655}, {"subreddit" : "onejob", "hour" : "18", "avg" : 123.8169014084507}, {"subreddit" : "onejob", "hour" : "19", "avg" : 41.904761904761905}, {"subreddit" : "onejob", "hour" : "20", "avg" : 34.67164179104478}, {"subreddit" : "onejob", "hour" : "21", "avg" : 35.21917808219178}, {"subreddit" : "onejob", "hour" : "22", "avg" : 64.58620689655173}, {"subreddit" : "onejob", "hour" : "23", "avg" : 78.12068965517241}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"subdistrict_id": {"type": "string"}, "province_id": {"type": "string"}, "province": {"type": "string"}, "city_id": {"type": "string"}, "city": {"type": "string"}, "type": {"type": "string"}, "subdistrict_name": {"type": "string"}}, "required": ["subdistrict_id", "province_id", "province", "city_id", "city", "type", "subdistrict_name"]}}}, "required": ["query", "status", "results"]}}, "required": ["rajaongkir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rajaongkir" : {"query" : {"city" : "150"}, "status" : {"code" : 200, "description" : "OK"}, "results" : [{"subdistrict_id" : "2081", "province_id" : "24", "province" : "Papua", "city_id" : "150", "city" : "Intan Jaya", "type" : "Kabupaten", "subdistrict_name" : "Agisiga"}, {"subdistrict_id" : "2082", "province_id" : "24", "province" : "Papua", "city_id" : "150", "city" : "Intan Jaya", "type" : "Kabupaten", "subdistrict_name" : "Biandoga"}, {"subdistrict_id" : "2083", "province_id" : "24", "province" : "Papua", "city_id" : "150", "city" : "Intan Jaya", "type" : "Kabupaten", "subdistrict_name" : "Hitadipa"}, {"subdistrict_id" : "2084", "province_id" : "24", "province" : "Papua", "city_id" : "150", "city" : "Intan Jaya", "type" : "Kabupaten", "subdistrict_name" : "Homeo (Homeyo)"}, {"subdistrict_id" : "2085", "province_id" : "24", "province" : "Papua", "city_id" : "150", "city" : "Intan Jaya", "type" : "Kabupaten", "subdistrict_name" : "Sugapa"}, {"subdistrict_id" : "2086", "province_id" : "24", "province" : "Papua", "city_id" : "150", "city" : "Intan Jaya", "type" : "Kabupaten", "subdistrict_name" : "Wandai"}]}}
json_instruct
{"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"subdistrict_id": {"type": "string"}, "province_id": {"type": "string"}, "province": {"type": "string"}, "city_id": {"type": "string"}, "city": {"type": "string"}, "type": {"type": "string"}, "subdistrict_name": {"type": "string"}}, "required": ["subdistrict_id", "province_id", "province", "city_id", "city", "type", "subdistrict_name"]}}}, "required": ["query", "status", "results"]}}, "required": ["rajaongkir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/etruscan_blue_meander_pattern"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "sync-data": {"type": "string"}}, "required": ["start", "heroku-postbuild", "sync-data"]}, "dependencies": {"type": "object", "properties": {"app-root-path": {"type": "string"}, "axios": {"type": "string"}, "compressed-json": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "csvtojson": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "lodash": {"type": "string"}, "moment": {"type": "string"}, "morgan": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["app-root-path", "axios", "compressed-json", "cookie-parser", "cors", "csvtojson", "debug", "dotenv", "express", "lodash", "moment", "morgan", "node-fetch"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "covid-19-app", "version" : "0.0.2", "private" : true, "scripts" : {"start" : "node ./bin/www", "heroku-postbuild" : "cd client && npm install && npm run build", "sync-data" : "node ./functions/syncData.js"}, "dependencies" : {"app-root-path" : "^3.0.0", "axios" : "^0.19.2", "compressed-json" : "^1.0.15", "cookie-parser" : "~1.4.4", "cors" : "^2.8.5", "csvtojson" : "^2.0.10", "debug" : "~2.6.9", "dotenv" : "^8.2.0", "express" : "~4.16.1", "lodash" : "^4.17.19", "moment" : "^2.24.0", "morgan" : "~1.9.1", "node-fetch" : "^2.6.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "sync-data": {"type": "string"}}, "required": ["start", "heroku-postbuild", "sync-data"]}, "dependencies": {"type": "object", "properties": {"app-root-path": {"type": "string"}, "axios": {"type": "string"}, "compressed-json": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "csvtojson": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "lodash": {"type": "string"}, "moment": {"type": "string"}, "morgan": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["app-root-path", "axios", "compressed-json", "cookie-parser", "cors", "csvtojson", "debug", "dotenv", "express", "lodash", "moment", "morgan", "node-fetch"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "protein", "definition" : "A body now known as alkali albumin, but originally considered to be the basis of all albuminous substances, whence its name. Protein crystal. (Bot.) See Crystalloid, n., 2."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"article_copyright": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["article_copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"article_copyright" : {"text" : "Originally published <a href='#'>June 2016 on MyRecipes</a>. Adapted with permission from Book Title, copyright 2015 by Author, Yumco Publishing Co., Inc."}}
json_instruct
{"type": "object", "properties": {"article_copyright": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["article_copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "orientation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "orientation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"position" : [0.064335009258726, 0.04794040868026043, 0.0325], "orientation" : [0.0, 0.0, 0.37331051261521575, -0.927706452047718]}
json_instruct
{"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "orientation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "orientation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@chakra-ui/react": {"type": "string"}, "@emotion/react": {"type": "string"}, "@emotion/styled": {"type": "string"}, "framer-motion": {"type": "string"}, "next": {"type": "string"}, "next-compose-plugins": {"type": "string"}, "next-images": {"type": "string"}, "next-mdx-enhanced": {"type": "string"}, "react": {"type": "string"}, "react-beautiful-dnd": {"type": "string"}, "react-cookie": {"type": "string"}, "react-dom": {"type": "string"}, "react-icons": {"type": "string"}, "sass": {"type": "string"}}, "required": ["@chakra-ui/react", "@emotion/react", "@emotion/styled", "framer-motion", "next", "next-compose-plugins", "next-images", "next-mdx-enhanced", "react", "react-beautiful-dnd", "react-cookie", "react-dom", "react-icons", "sass"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "title", "description", "version", "dependencies", "keywords", "license", "scripts", "homepage", "repository", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "next-sass-starter", "title" : "The Kitchen", "description" : "A pantry full of web components that can be used for automated testing.", "version" : "0.1.0", "dependencies" : {"@chakra-ui/react" : "^1.3.3", "@emotion/react" : "^11.1.5", "@emotion/styled" : "^11.1.5", "framer-motion" : "^3.6.7", "next" : "10.0.7", "next-compose-plugins" : "^2.2.1", "next-images" : "^1.7.0", "next-mdx-enhanced" : "^5.0.0", "react" : "17.0.1", "react-beautiful-dnd" : "^13.1.0", "react-cookie" : "^4.0.3", "react-dom" : "17.0.1", "react-icons" : "^4.2.0", "sass" : "^1.32.8"}, "keywords" : ["next", "nextjs", "next js", "sass", "scss", "css"], "license" : "MIT", "scripts" : {"dev" : "next dev", "build" : "next build", "start" : "next start"}, "homepage" : "https://kitchen.applitools.com/", "repository" : {"type" : "git", "url" : "https://github.com/applitools/the-kitchen"}, "bugs" : {"url" : "https://github.com/applitools/the-kitchen/issues"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@chakra-ui/react": {"type": "string"}, "@emotion/react": {"type": "string"}, "@emotion/styled": {"type": "string"}, "framer-motion": {"type": "string"}, "next": {"type": "string"}, "next-compose-plugins": {"type": "string"}, "next-images": {"type": "string"}, "next-mdx-enhanced": {"type": "string"}, "react": {"type": "string"}, "react-beautiful-dnd": {"type": "string"}, "react-cookie": {"type": "string"}, "react-dom": {"type": "string"}, "react-icons": {"type": "string"}, "sass": {"type": "string"}}, "required": ["@chakra-ui/react", "@emotion/react", "@emotion/styled", "framer-motion", "next", "next-compose-plugins", "next-images", "next-mdx-enhanced", "react", "react-beautiful-dnd", "react-cookie", "react-dom", "react-icons", "sass"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "title", "description", "version", "dependencies", "keywords", "license", "scripts", "homepage", "repository", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"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" : "1001", "provinceId" : "13", "regencyId" : "74", "districtId" : "01", "name" : "Ganting"}, {"id" : "1002", "provinceId" : "13", "regencyId" : "74", "districtId" : "01", "name" : "Sigando"}, {"id" : "1003", "provinceId" : "13", "regencyId" : "74", "districtId" : "01", "name" : "Ekor Lubuk"}, {"id" : "1004", "provinceId" : "13", "regencyId" : "74", "districtId" : "01", "name" : "Ngalau"}, {"id" : "1005", "provinceId" : "13", "regencyId" : "74", "districtId" : "01", "name" : "Guguk Malintang"}, {"id" : "1006", "provinceId" : "13", "regencyId" : "74", "districtId" : "01", "name" : "Koto Panjang"}, {"id" : "1007", "provinceId" : "13", "regencyId" : "74", "districtId" : "01", "name" : "Koto Katik"}, {"id" : "1008", "provinceId" : "13", "regencyId" : "74", "districtId" : "01", "name" : "Tanah Pak Lambik"}]
json_instruct
{"type": "array", "items": {"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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "babel-core": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-loader": {"type": "string"}, "http-server": {"type": "string"}, "jest": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/register", "babel-core", "babel-jest", "babel-loader", "http-server", "jest", "webpack", "webpack-cli", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {"@babel/polyfill": {"type": "string"}, "svg.js": {"type": "string"}, "transformation-matrix": {"type": "string"}}, "required": ["@babel/polyfill", "svg.js", "transformation-matrix"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}, "server": {"type": "string"}}, "required": ["test", "build", "dev", "server"]}, "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"}}, "required": ["name", "devDependencies", "dependencies", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "matrix_pan_rotate_zoom", "devDependencies" : {"@babel/cli" : "^7.2.3", "@babel/core" : "^7.2.2", "@babel/preset-env" : "^7.2.3", "@babel/register" : "^7.0.0", "babel-core" : "^7.0.0-bridge.0", "babel-jest" : "^24.0.0", "babel-loader" : "^8.0.5", "http-server" : "^0.11.1", "jest" : "^24.0.0", "webpack" : "^4.28.4", "webpack-cli" : "^3.2.1", "webpack-merge" : "^4.2.1"}, "dependencies" : {"@babel/polyfill" : "^7.2.5", "svg.js" : "^2.7.1", "transformation-matrix" : "^1.14.1"}, "version" : "1.0.0", "description" : "A matrix transformation demo.", "main" : "src/index.js", "scripts" : {"test" : "./node_modules/.bin/jest", "build" : "./node_modules/.bin/webpack --config webpack.prod.config.js", "dev" : "./node_modules/.bin/webpack --config webpack.dev.config.js", "server" : "./node_modules/.bin/http-server"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Peregrine42/matrix_pan_rotate_zoom.git"}, "author" : "Duncan Fermor", "license" : "MIT", "bugs" : {"url" : "https://github.com/Peregrine42/matrix_pan_rotate_zoom/issues"}, "homepage" : "https://github.com/Peregrine42/matrix_pan_rotate_zoom#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "babel-core": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-loader": {"type": "string"}, "http-server": {"type": "string"}, "jest": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/register", "babel-core", "babel-jest", "babel-loader", "http-server", "jest", "webpack", "webpack-cli", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {"@babel/polyfill": {"type": "string"}, "svg.js": {"type": "string"}, "transformation-matrix": {"type": "string"}}, "required": ["@babel/polyfill", "svg.js", "transformation-matrix"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}, "server": {"type": "string"}}, "required": ["test", "build", "dev", "server"]}, "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"}}, "required": ["name", "devDependencies", "dependencies", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"freshdesk_webhook": {"type": "object", "properties": {"triggered_event": {"type": "string"}, "ticket_id": {"type": "string"}, "ticket_url": {"type": "string"}, "ticket_type": {"type": "string"}, "ticket_subject": {"type": "string"}, "ticket_description": {"type": "string"}, "ticket_status": {"type": "string"}, "ticket_priority": {"type": "string"}, "requester_name": {"type": "string"}, "requester_email": {"type": "string"}}, "required": ["triggered_event", "ticket_id", "ticket_url", "ticket_type", "ticket_subject", "ticket_description", "ticket_status", "ticket_priority", "requester_name", "requester_email"]}}, "required": ["freshdesk_webhook"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"freshdesk_webhook" : {"triggered_event" : "{ticket_action:created}", "ticket_id" : "11", "ticket_url" : "http://test1234zzz.freshdesk.com/helpdesk/tickets/11", "ticket_type" : "Incident", "ticket_subject" : "Test ticket subject \u2603", "ticket_description" : "<div>Test ticket description \u2603.</div>", "ticket_status" : "Pending", "ticket_priority" : "High", "requester_name" : "Requester \u2603 Bob", "requester_email" : "requester-bob@example.com"}}
json_instruct
{"type": "object", "properties": {"freshdesk_webhook": {"type": "object", "properties": {"triggered_event": {"type": "string"}, "ticket_id": {"type": "string"}, "ticket_url": {"type": "string"}, "ticket_type": {"type": "string"}, "ticket_subject": {"type": "string"}, "ticket_description": {"type": "string"}, "ticket_status": {"type": "string"}, "ticket_priority": {"type": "string"}, "requester_name": {"type": "string"}, "requester_email": {"type": "string"}}, "required": ["triggered_event", "ticket_id", "ticket_url", "ticket_type", "ticket_subject", "ticket_description", "ticket_status", "ticket_priority", "requester_name", "requester_email"]}}, "required": ["freshdesk_webhook"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}, "jquery": {"type": "string"}, "jquery-validation": {"type": "string"}, "jquery-validation-unobtrusive": {"type": "string"}, "bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "bootswatch": {"type": "string"}, "angular": {"type": "string"}, "angular-route": {"type": "string"}}, "required": ["underscore", "jquery", "jquery-validation", "jquery-validation-unobtrusive", "bootstrap", "font-awesome", "bootswatch", "angular", "angular-route"]}}, "required": ["name", "authors", "description", "main", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "postfix", "authors" : ["Darin Boesch <darinboesch@me.com>"], "description" : "Postfix Processor", "main" : "", "license" : "MIT", "homepage" : "", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"underscore" : "~1.8.3", "jquery" : "~2.1.4", "jquery-validation" : "~1.15.0", "jquery-validation-unobtrusive" : "~3.2.6", "bootstrap" : "~3.3.5", "font-awesome" : "~4.4.0", "bootswatch" : "3.3.5+2", "angular" : "1.5.7", "angular-route" : "1.5.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}, "jquery": {"type": "string"}, "jquery-validation": {"type": "string"}, "jquery-validation-unobtrusive": {"type": "string"}, "bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "bootswatch": {"type": "string"}, "angular": {"type": "string"}, "angular-route": {"type": "string"}}, "required": ["underscore", "jquery", "jquery-validation", "jquery-validation-unobtrusive", "bootstrap", "font-awesome", "bootswatch", "angular", "angular-route"]}}, "required": ["name", "authors", "description", "main", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"tagClassName": {"type": "string"}, "checked": {"type": "boolean"}, "label": {"type": "string"}, "value": {"type": "string"}}, "required": ["tagClassName", "checked", "label", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"tagClassName" : "selected-item", "checked" : false, "label" : "Historical", "value" : "historical"}, {"tagClassName" : "selected-item", "checked" : false, "label" : "Future", "value" : "future"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"tagClassName": {"type": "string"}, "checked": {"type": "boolean"}, "label": {"type": "string"}, "value": {"type": "string"}}, "required": ["tagClassName", "checked", "label", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "promerops", "definition" : "Any one of several species of very brilliant birds belonging to Promerops, Epimarchus, and allied genera, closely related to the paradise birds, and mostly native of New Guinea. They have a long curved beak and a long graduated tail."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}, "release:major": {"type": "string"}, "release:minor": {"type": "string"}, "release:patch": {"type": "string"}, "test": {"type": "string"}}, "required": ["publish", "release:major", "release:minor", "release:patch", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"can": {"type": "string"}, "steal-css": {"type": "string"}, "steal-qunit": {"type": "string"}}, "required": ["can", "steal-css", "steal-qunit"]}, "steal": {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "steal"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "can-todomvc-test", "version" : "6.1.0", "description" : "Tests and assets for the todomvc-steal guide", "main" : "can-todomvc-test.js", "scripts" : {"publish" : "git push origin --tags && git push origin", "release:major" : "npm version major && npm publish", "release:minor" : "npm version minor && npm publish", "release:patch" : "npm version patch && npm publish", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "MIT", "dependencies" : {"can" : "^6.0.0-pre.8", "steal-css" : "^1.2.1", "steal-qunit" : "^2.0.0"}, "steal" : {"plugins" : ["steal-css"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}, "release:major": {"type": "string"}, "release:minor": {"type": "string"}, "release:patch": {"type": "string"}, "test": {"type": "string"}}, "required": ["publish", "release:major", "release:minor", "release:patch", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"can": {"type": "string"}, "steal-css": {"type": "string"}, "steal-qunit": {"type": "string"}}, "required": ["can", "steal-css", "steal-qunit"]}, "steal": {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "steal"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "string"}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}}}, "required": ["root", "extends", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"root" : true, "extends" : "./.eslintrc-node.json", "overrides" : [{"files" : ["src/**/*.js"]}]}
json_instruct
{"type": "object", "properties": {"root": {"type": "boolean"}, "extends": {"type": "string"}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}}}, "required": ["root", "extends", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "public": {"type": "boolean"}, "requirements": {"type": "array", "items": {}}}, "required": ["name", "description", "author", "public", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "metadata-env", "description" : "Read metadata values and place into environment", "author" : "@ACloudGuru", "public" : true, "requirements" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "public": {"type": "boolean"}, "requirements": {"type": "array", "items": {}}}, "required": ["name", "description", "author", "public", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"sha": {"type": "string"}, "url": {"type": "string"}, "tagger": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "object": {"type": "object", "properties": {"sha": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha", "type", "url"]}, "tag": {"type": "string"}, "message": {"type": "string"}}, "required": ["sha", "url", "tagger", "object", "tag", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sha" : "bae1b678917375fcd201a3f26633e4d93fee5561", "url" : "https://api.github.com/repos/saucelabs/ci-sauce/git/tags/bae1b678917375fcd201a3f26633e4d93fee5561", "tagger" : {"name" : "Gavin Mogan", "email" : "gavin@saucelabs.com", "date" : "2016-05-20T00:44:32Z"}, "object" : {"sha" : "f28424dc59beebf0a397e6f00aed8473e3de979b", "type" : "commit", "url" : "https://api.github.com/repos/saucelabs/ci-sauce/git/commits/f28424dc59beebf0a397e6f00aed8473e3de979b"}, "tag" : "ci-sauce-1.114", "message" : "[maven-release-plugin] copy for tag ci-sauce-1.114\n"}
json_instruct
{"type": "object", "properties": {"sha": {"type": "string"}, "url": {"type": "string"}, "tagger": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "object": {"type": "object", "properties": {"sha": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha", "type", "url"]}, "tag": {"type": "string"}, "message": {"type": "string"}}, "required": ["sha", "url", "tagger", "object", "tag", "message"], "$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"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"obsession": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["obsession"]}}, "required": ["name", "description", "author", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "auto-obsession", "description" : "Auto-load tpope's |obsession|", "author" : "Hugo Haas <hugoh@hugoh.net>", "repository" : {"type" : "git", "url" : "git://gitlab.com/hugoh/vim-auto-obsession"}, "dependencies" : {"obsession" : {"type" : "git", "url" : "git://github.com/tpope/vim-obsession"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"obsession": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["obsession"]}}, "required": ["name", "description", "author", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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" : "141002202200", "text" : "\u8d3a\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "141002202201", "text" : "\u4e1c\u4e0b\u5e84\u6751\u59d4\u4f1a"}, {"id" : "141002202202", "text" : "\u674e\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "141002202203", "text" : "\u6e05\u4e50\u9662\u6751\u59d4\u4f1a"}, {"id" : "141002202204", "text" : "\u755b\u5317\u89d2\u6751\u59d4\u4f1a"}, {"id" : "141002202205", "text" : "\u82cf\u5be8\u6751\u59d4\u4f1a"}, {"id" : "141002202206", "text" : "\u8d75\u5357\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "141002202207", "text" : "\u8d75\u5317\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "141002202208", "text" : "\u4e1c\u5761\u6751\u59d4\u4f1a"}, {"id" : "141002202209", "text" : "\u53e3\u5b50\u91cc\u6751\u59d4\u4f1a"}, {"id" : "141002202210", "text" : "\u51e4\u51f0\u5cad\u6751\u59d4\u4f1a"}, {"id" : "141002202211", "text" : "\u9178\u67a3\u51f9\u6751\u59d4\u4f1a"}, {"id" : "141002202212", "text" : "\u6d6e\u5cea\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "141002202213", "text" : "\u4e0a\u5434\u5e84\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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "The Rest on the Flight into Egypt, with Dancing Angels", "creation_date" : "1509", "creation_date_earliest" : "1508-12-22", "creation_date_latest" : "1508-12-22", "medium" : "woodcut on paper", "accession_number" : "57.28.3", "id" : "cmoa:things/d4ea2284-05a7-48d3-b240-b63ae65ce195", "credit_line" : "Leisser Art Fund", "date_acquired" : "1957-10-24", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 16.0, "item_height" : 22.0, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=1010452", "provenance_text" : "R. M. Light and Company, Cambridge, Mass", "classification" : "prints", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=102570&size=Medium"}], "creator" : [{"artist_id" : "cmoa:parties/bd2d8381-e736-49d1-8c19-e8ad55fbcb6f", "party_type" : "Person", "full_name" : "Lucas Cranach the Elder", "cited_name" : "Cranach, Lucas, the elder", "role" : null, "nationality" : "German", "birth_date" : "1472-01-01", "death_date" : "1553-01-01", "birth_place" : "Kronach (Oberfranken, Bavaria, Germany)", "death_place" : "Weimar (Erfurt district, Thuringia, Germany)"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "dojoVersion": {"type": "string"}, "difficulty": {"type": "string"}, "namespaces": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "sponsor": {"type": "string"}, "available": {"type": "boolean"}}, "required": ["title", "author", "dojoVersion", "difficulty", "namespaces", "categories", "sponsor", "available"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Application Controller", "author" : "sam_foster", "dojoVersion" : "1.7", "difficulty" : "Intermediate", "namespaces" : ["dojo", "dijit", "dojox"], "categories" : ["Ajax", "Events"], "sponsor" : "sitepen", "available" : true}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "dojoVersion": {"type": "string"}, "difficulty": {"type": "string"}, "namespaces": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "sponsor": {"type": "string"}, "available": {"type": "boolean"}}, "required": ["title", "author", "dojoVersion", "difficulty", "namespaces", "categories", "sponsor", "available"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"propsSchema": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"list": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"a": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "required": ["a"]}}, "required": ["type", "properties"]}, "ui:options": {"type": "object", "properties": {"pageSize": {"type": "integer"}}, "required": ["pageSize"]}}, "required": ["title", "description", "type", "items", "ui:options"]}}, "required": ["list"]}}, "required": ["type", "properties"]}, "formData": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "integer"}}, "required": ["a"]}}}, "required": ["list"]}}, "required": ["propsSchema", "formData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"propsSchema" : {"type" : "object", "properties" : {"list" : {"title" : "\u5bf9\u8c61\u6570\u7ec4", "description" : "\u5bf9\u8c61\u6570\u7ec4\u5d4c\u5957\u529f\u80fd", "type" : "array", "items" : {"type" : "object", "properties" : {"a" : {"title" : "\u7b80\u5355\u8f93\u5165\u6846", "type" : "string"}}}, "ui:options" : {"pageSize" : 5}}}}, "formData" : {"list" : [{"a" : 1}, {"a" : 2}, {"a" : 3}, {"a" : 4}, {"a" : 5}, {"a" : 6}, {"a" : 7}, {"a" : 8}, {"a" : 9}, {"a" : 10}, {"a" : 11}, {"a" : 12}, {"a" : 13}, {"a" : 14}, {"a" : 15}, {"a" : 16}, {"a" : 17}, {"a" : 18}, {"a" : 19}, {"a" : 20}, {"a" : 21}, {"a" : 22}, {"a" : 23}, {"a" : 24}, {"a" : 25}, {"a" : 26}]}}
json_instruct
{"type": "object", "properties": {"propsSchema": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"list": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"a": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "required": ["a"]}}, "required": ["type", "properties"]}, "ui:options": {"type": "object", "properties": {"pageSize": {"type": "integer"}}, "required": ["pageSize"]}}, "required": ["title", "description", "type", "items", "ui:options"]}}, "required": ["list"]}}, "required": ["type", "properties"]}, "formData": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "integer"}}, "required": ["a"]}}}, "required": ["list"]}}, "required": ["propsSchema", "formData"], "$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" : "3508061005", "district_id" : "3508061", "name" : "MOJOSARI"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"dist": {"type": "integer"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "city": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["dist", "lat", "lng", "city", "name", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"dist" : 522292, "lat" : 41.9028509, "lng" : 12.4964703, "city" : "Roma", "name" : "Test", "id" : "d38ef81d0ec8e5047b4d20c6bcc95c93df7d1cfe31775ab6917db80c3a14ac0c"}, {"dist" : 597540, "lat" : 41.467568, "lng" : 12.9036671, "city" : "Latina", "name" : "Test1", "id" : "0286e306745cd167f8550b0d6d4decac487f2d0af1ccd506b12c4001648107ea"}, {"dist" : 702109, "lat" : 40.8517763, "lng" : 14.2681383, "city" : "Napoli", "name" : "Test2", "id" : "b2e6b4f4d1ea5b7df4f59f50a6eb406501c5e5b5b584e852c3d7a0cabac0f27f"}, {"dist" : 293934, "lat" : 45.4654122, "lng" : 9.185965999999999, "city" : "Milano", "name" : "Test3", "id" : "a0a5c271c94a7d39f7aa9b8bcae5aa1bf9e96c2a43e76273163da48165262630"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"dist": {"type": "integer"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "city": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["dist", "lat", "lng", "city", "name", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "IC 2574: Coddington's Nebula", "explanation" : "Grand spiral galaxies often seem to get all the glory, flaunting their young, bright, blue star clusters in beautiful, symmetric spiral arms. But small, irregular galaxies form stars too. In fact dwarf galaxy IC 2574 shows clear evidence of intense star forming activity in its telltale pinkish regions of glowing hydrogen gas. Just as in spiral galaxies, the turbulent star-forming regions in IC 2574 are churned by stellar winds and supernova explosions spewing material into the galaxy's interstellar medium and triggering further star formation. A mere 12 million light-years distant, IC 2574 is part of the M81 group of galaxies, seen toward the northern constellation Ursa Major. Also known as Coddington's Nebula, the lovely island universe is about 50,000 light-years across, discovered by American astronomer Edwin Coddington in 1898.", "date" : "2012-06-22", "hdurl" : "https://apod.nasa.gov/apod/image/1206/IC2574_LHaRGBLeshin.jpg", "service_version" : "v1", "copyright" : "Stephen Leshin", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/1206/IC2574_LHaRGBLeshin900c.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"bug_id": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}, "tool": {"type": "string"}, "correctness": {"type": "string"}, "project": {"type": "string"}, "ID": {"type": "string"}}, "required": ["bug_id", "target", "tool", "correctness", "project", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bug_id" : "7", "target" : ["org/joda/time/format/DateTimeFormatter.java:710"], "tool" : "TBar", "correctness" : "Correct", "project" : "Time", "ID" : "338_PFL_TBar_Patch_167_35"}
json_instruct
{"type": "object", "properties": {"bug_id": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}, "tool": {"type": "string"}, "correctness": {"type": "string"}, "project": {"type": "string"}, "ID": {"type": "string"}}, "required": ["bug_id", "target", "tool", "correctness", "project", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "gitbook": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"outro": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "default", "description"]}}, "required": ["outro"]}}, "required": ["properties"]}, "dependencies": {"type": "object", "properties": {"html-minifier": {"type": "string"}}, "required": ["html-minifier"]}, "engines": {"type": "object", "properties": {"gitbook": {"type": "string"}}, "required": ["gitbook"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "repository", "keywords", "gitbook", "dependencies", "engines", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gitbook-plugin-html-worker", "version" : "0.0.2", "description" : "This is a HTML worker for gitbook generator.", "main" : "index.js", "author" : "allex <allex.wxn@gmail.com>", "repository" : {"type" : "git", "url" : "git+https://github.com/allex/gitbook-plugin-html-worker"}, "keywords" : ["html", "worker", "minify", "minifier", "gitbook", "plugin"], "gitbook" : {"properties" : {"outro" : {"type" : "string", "default" : "outro.inc", "description" : "Include file to inject to layout index.html"}}}, "dependencies" : {"html-minifier" : "^3.5.15"}, "engines" : {"gitbook" : ">1.x.x"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "gitbook": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"outro": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "default", "description"]}}, "required": ["outro"]}}, "required": ["properties"]}, "dependencies": {"type": "object", "properties": {"html-minifier": {"type": "string"}}, "required": ["html-minifier"]}, "engines": {"type": "object", "properties": {"gitbook": {"type": "string"}}, "required": ["gitbook"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "repository", "keywords", "gitbook", "dependencies", "engines", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"noelimAlreadyVoted": {"type": "string"}, "noelimSuccess": {"type": "string"}, "noelimResult": {"type": "string"}, "unvoteFail": {"type": "string"}, "voteDeadPlayer": {"type": "string"}, "voteSelf": {"type": "string"}, "voteAlreadyVoted": {"type": "string"}, "voteProtected": {"type": "string"}, "voteSuccess": {"type": "string"}}, "required": ["noelimAlreadyVoted", "noelimSuccess", "noelimResult", "unvoteFail", "voteDeadPlayer", "voteSelf", "voteAlreadyVoted", "voteProtected", "voteSuccess"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"noelimAlreadyVoted" : "Ya has votado para no eliminar.", "noelimSuccess" : "Has votado para no eliminar.", "noelimResult" : "Nadie fue eliminado!", "unvoteFail" : "\u00a1No hay votos para eliminar!", "voteDeadPlayer" : "No puedes votar a un jugador muerto.", "voteSelf" : "El autovoto no est\u00e1 permitido.", "voteAlreadyVoted" : "Ya has votado a {{target}}", "voteProtected" : "No puedes votar a objetivos protegidos por un \u00c1ngel Guardi\u00e1n", "voteSuccess" : "Has votado a {{target}}."}
json_instruct
{"type": "object", "properties": {"noelimAlreadyVoted": {"type": "string"}, "noelimSuccess": {"type": "string"}, "noelimResult": {"type": "string"}, "unvoteFail": {"type": "string"}, "voteDeadPlayer": {"type": "string"}, "voteSelf": {"type": "string"}, "voteAlreadyVoted": {"type": "string"}, "voteProtected": {"type": "string"}, "voteSuccess": {"type": "string"}}, "required": ["noelimAlreadyVoted", "noelimSuccess", "noelimResult", "unvoteFail", "voteDeadPlayer", "voteSelf", "voteAlreadyVoted", "voteProtected", "voteSuccess"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["cfp_end", "code_of_conduct", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cfp_end" : "", "code_of_conduct" : "", "event_end" : "2009-10-04", "event_start" : "2009-10-03", "facebook" : "https://www.facebook.com/tdosenl", "languages" : ["English"], "location" : {"city" : "Eindhoven", "country" : "The Netherlands", "state" : ""}, "name" : "T-DOSE", "tags" : ["opensource"], "twitter" : "TDOSE", "website" : "http://www.t-dose.org/2009/schedule", "youtube" : "PLBZBIkixHEidOL0BaiuTZDx19TsAlbD4F"}
json_instruct
{"type": "object", "properties": {"cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["cfp_end", "code_of_conduct", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "SHIBBOO", "name" : "Shibboo Inu", "decimals" : 9, "address" : "0x2e1368fe7b9cbb3f777c2d85e9e804f8f67d7074"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Sophie Scholl Gesamtschule\nKooperative Gesamtschule Wennigsen", "id" : "NI-84475-1", "address" : "B\u00fcrgermeister-Klages-Platz 16, 30974\u00a0Wennigsen", "school_type" : "KGS - Realschule -", "phone" : "05103 9288-0", "full_time_school" : true, "email" : "KGS.Wennigsen@htp-tel.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.572439, "lat" : 52.269373}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xywh" : "878,5334,3933,487"}
json_instruct
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"height" : 300, "width" : 500}
json_instruct
{"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"RobotDog": {"type": "array", "items": {"type": "string"}}}, "required": ["RobotDog"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"RobotDog" : ["Robot", "CoolToy", "RobotBuddy", "CanineCompanion", "CuteMachines", "FunSize", "PreciousPuppy", "CutenessProximity", "AngryGuardDog", "HellHound", "KillerRobot", "WeCanRebuildHim", "TearJerker", "TransformingMecha", "VocalDissonance", "AttackAnimal", "Expy", "FrickinLaserBeams", "Munchkin", "Expy", "BrainUploading", "ABoyAndHisX", "HeelFaceTurn", "FridgeHorror", "TheNamesake", "Portmanteau", "CorruptCorporateExecutive", "TheNthDoctor", "TheNthDoctor", "BFG", "PoweredArmor", "DoAnythingRobot", "TheDitz", "PlayedForLaughs", "KillerRobot", "NonIndicativeName", "AluminumChristmasTrees", "UncannyValley", "RidiculouslyHumanRobots", "ProductPlacement", "StartOfDarkness", "CorruptCorporateExecutive", "HeelFaceTurn", "RecycledInSpace", "ExactlyWhatItSaysOnTheTin", "MyLittlePanzer", "SuperPersistentPredator", "AttackAttackAttack", "RuleOfThree", "RuleOfThree", "RuleOfThree", "SuperPersistentPredator", "AttackAttackAttack", "RuleOfThree", "RuleOfThree", "RuleOfThree", "CuteKitten", "ItemCrafting", "NinjaPirateZombieRobot", "EvilKnockoff", "SavageWolves", "HellHound", "NinjaPirateZombieRobot", "EvilKnockoff", "SavageWolves", "HellHound", "UglyCute", "MascotMook", "TractorBeam", "KillerRobot", "LimitBreak", "SeriesMascot", "MegaCorp", "KingMook", "DubNameChange", "NonHumanSidekick", "RealityWarper", "Cyborg", "OpeningShoutOut", "KickTheDog", "AnimatedAdaptation", "PartiallyCivilizedAnimal", "ShapeshifterBaggage", "MechanicalLifeform", "PunnyName", "BackStory", "HeroicSacrifice", "Cyborg", "MadScientist", "PunnyName", "OlderThanTelevision", "CanineCompanion", "NightmareFuel"]}
json_instruct
{"type": "object", "properties": {"RobotDog": {"type": "array", "items": {"type": "string"}}}, "required": ["RobotDog"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "logging": {"type": "boolean"}, "freezeTableName": {"type": "boolean"}, "operatorsAliases": {"type": "boolean"}, "port": {"type": "integer"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "logging", "freezeTableName", "operatorsAliases", "port", "dialect"]}, "test": {"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", "test", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"development" : {"username" : "postgres", "password" : "123456789ww", "database" : "autoCoin", "host" : "autocoin.cscjrof24gyr.us-east-1.rds.amazonaws.com", "logging" : false, "freezeTableName" : true, "operatorsAliases" : false, "port" : 5432, "dialect" : "postgres"}, "test" : {"username" : "postgres", "password" : "123456789ww", "database" : "autoCoin", "host" : "autocoin.cscjrof24gyr.us-east-1.rds.amazonaws.com", "dialect" : "postgres"}, "production" : {"username" : "postgres", "password" : "123456789ww", "database" : "autoCoin", "host" : "autocoin.cscjrof24gyr.us-east-1.rds.amazonaws.com", "dialect" : "postgres"}}
json_instruct
{"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "logging": {"type": "boolean"}, "freezeTableName": {"type": "boolean"}, "operatorsAliases": {"type": "boolean"}, "port": {"type": "integer"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "logging", "freezeTableName", "operatorsAliases", "port", "dialect"]}, "test": {"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", "test", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.797314, 40.70927], [-73.792029, 40.711069], [-73.78975, 40.707171], [-73.794895, 40.705461], [-73.797314, 40.70927]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 42922}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": {"documentation-url": {"type": "string"}, "listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "start-date": {"type": "string"}, "listed-building": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["documentation-url", "listed-building-grade", "name", "point", "start-date", "listed-building", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.158066, 51.506246]}, "properties" : {"documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1022328", "listed-building-grade" : "II", "name" : "MOORSHALL FARMHOUSE", "point" : "POINT (-2.158066 51.506246)", "start-date" : "1988-02-29", "listed-building" : "1022328", "slug" : "/listed-building/1022328", "entry-date" : "2021-05-28"}}
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": {"documentation-url": {"type": "string"}, "listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "start-date": {"type": "string"}, "listed-building": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["documentation-url", "listed-building-grade", "name", "point", "start-date", "listed-building", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"947324798813": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947324799387": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947324799389": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947324806578": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947324798813", "947324799387", "947324799389", "947324806578"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"947324798813" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NC0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9UM19Xcml0ZXNlbnRfUDJBLUVRX1QzX1dyaXRlc2VudF9QMkEuaHRtbC1hbmFseXRpY3MtOTQ3MzI0Nzk4NzU0.json"}, "947324799387" : {"type" : "st"}, "947324799389" : {"type" : "ss"}, "947324806578" : {"type" : "bc"}}
json_instruct
{"type": "object", "properties": {"947324798813": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947324799387": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947324799389": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947324806578": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947324798813", "947324799387", "947324799389", "947324806578"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "bin": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"tijsverkoyen/css-to-inline-styles": {"type": "string"}}, "required": ["tijsverkoyen/css-to-inline-styles"]}}, "required": ["name", "description", "type", "homepage", "license", "authors", "bin", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "turanct/css-inliner", "description" : "Command line tool using tijsverkoyen/css-to-inline-styles for inlining css", "type" : "application", "homepage" : "http://github.com/turanct/css-inliner", "license" : "MIT", "authors" : [{"name" : "Toon Daelman", "email" : "spinnewebber_toon@hotmail.com", "homepage" : "http://turanct.wordpress.com", "role" : "Developer"}], "bin" : ["css-inliner"], "require" : {"tijsverkoyen/css-to-inline-styles" : "1.5.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "bin": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"tijsverkoyen/css-to-inline-styles": {"type": "string"}}, "required": ["tijsverkoyen/css-to-inline-styles"]}}, "required": ["name", "description", "type", "homepage", "license", "authors", "bin", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "Database": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}, "ResponseTime": {"type": "object", "properties": {"Enabled": {"type": "boolean"}, "MilisecondsElapsedToNotify": {"type": "integer"}}, "required": ["Enabled", "MilisecondsElapsedToNotify"]}}, "required": ["Logging", "AllowedHosts", "Database", "ResponseTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*", "Database" : {"ConnectionString" : "Server=; Database=; User Id=; Password="}, "ResponseTime" : {"Enabled" : true, "MilisecondsElapsedToNotify" : 5000}}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "Database": {"type": "object", "properties": {"ConnectionString": {"type": "string"}}, "required": ["ConnectionString"]}, "ResponseTime": {"type": "object", "properties": {"Enabled": {"type": "boolean"}, "MilisecondsElapsedToNotify": {"type": "integer"}}, "required": ["Enabled", "MilisecondsElapsedToNotify"]}}, "required": ["Logging", "AllowedHosts", "Database", "ResponseTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"350410": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["350410"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"350410" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"350410": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["350410"], "$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"}, "desc": {"type": "string"}, "palettes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "colors": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}}}, "required": ["name", "colors"]}}}, "required": ["name", "desc", "palettes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Color wheels", "desc" : "A color wheel is an illustrative organization of colors around a circle, showing the relationships between primary colors, secondary colors, and tertiary colors.", "palettes" : [{"name" : "The RGB Color Wheel", "colors" : [{"color" : "#ff0000"}, {"color" : "#ff8000"}, {"color" : "#ffff00"}, {"color" : "#80ff00"}, {"color" : "#00ff00"}, {"color" : "#00ff80"}, {"color" : "#00ffff"}, {"color" : "#0080ff"}, {"color" : "#0000ff"}, {"color" : "#8000ff"}, {"color" : "#ff00ff"}, {"color" : "#ff0080"}]}, {"name" : "The CMY(K) Color Wheel", "colors" : [{"color" : "#00ffff"}, {"color" : "#0080ff"}, {"color" : "#0000ff"}, {"color" : "#8000ff"}, {"color" : "#ff00ff"}, {"color" : "#ff0080"}, {"color" : "#ff0000"}, {"color" : "#ff8000"}, {"color" : "#ffff00"}, {"color" : "#80ff00"}, {"color" : "#00ff00"}, {"color" : "#00ff80"}]}, {"name" : "The RYB Color Wheel", "colors" : [{"color" : "#fe2712"}, {"color" : "#fc600a"}, {"color" : "#fb9902"}, {"color" : "#fccc1a"}, {"color" : "#fefe33"}, {"color" : "#b2d732"}, {"color" : "#66b032"}, {"color" : "#347c98"}, {"color" : "#0247fe"}, {"color" : "#4424d6"}, {"color" : "#8601af"}, {"color" : "#c21460"}]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "palettes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "colors": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}}}, "required": ["name", "colors"]}}}, "required": ["name", "desc", "palettes"], "$schema": "http://json-schema.org/draft-07/schema#"}