input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "photo": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "name", "photo", "url"]}, "url": {"type": "string"}, "published": {"type": "null"}, "wm-received": {"type": "string"}, "wm-id": {"type": "integer"}, "wm-source": {"type": "string"}, "wm-target": {"type": "string"}, "like-of": {"type": "string"}, "wm-property": {"type": "string"}, "wm-private": {"type": "boolean"}}, "required": ["type", "author", "url", "published", "wm-received", "wm-id", "wm-source", "wm-target", "like-of", "wm-property", "wm-private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "entry", "author" : {"type" : "card", "name" : "Rick 'Tricky' Harrison", "photo" : "https://webmention.io/avatar/pbs.twimg.com/fc6601d147c616435bc78c83a2827c7a74a5160052b1e741a87bcb3c53a175d1.jpg", "url" : "https://twitter.com/sovietuk"}, "url" : "https://twitter.com/vincentlistens/status/1124898340641103872#favorited-by-707963", "published" : null, "wm-received" : "2019-05-07T23:25:18Z", "wm-id" : 612536, "wm-source" : "https://brid-gy.appspot.com/like/twitter/vincentlistens/1124898340641103872/707963", "wm-target" : "https://vincentp.me/articles/2019/05/05/16-20/", "like-of" : "https://vincentp.me/articles/2019/05/05/16-20/", "wm-property" : "like-of", "wm-private" : false}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "photo": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "name", "photo", "url"]}, "url": {"type": "string"}, "published": {"type": "null"}, "wm-received": {"type": "string"}, "wm-id": {"type": "integer"}, "wm-source": {"type": "string"}, "wm-target": {"type": "string"}, "like-of": {"type": "string"}, "wm-property": {"type": "string"}, "wm-private": {"type": "boolean"}}, "required": ["type", "author", "url", "published", "wm-received", "wm-id", "wm-source", "wm-target", "like-of", "wm-property", "wm-private"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_train": {"type": "number"}, "crps_test": {"type": "number"}, "picp_train": {"type": "number"}, "picp_test": {"type": "number"}, "mpiw_train": {"type": "number"}, "mpiw_test": {"type": "number"}}, "required": ["model", "dataset", "rmse_train", "rmse_test", "log_score_train", "log_score_test", "crps_train", "crps_test", "picp_train", "picp_test", "mpiw_train", "mpiw_test"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model" : "MC dropout", "dataset" : "wine", "rmse_train" : 0.5617581221106909, "rmse_test" : 0.8339311735930902, "log_score_train" : -0.7710027754227862, "log_score_test" : -1.2816245761622447, "crps_train" : 0.30641412436914434, "crps_test" : 0.4759779330790496, "picp_train" : 0.9774647887323944, "picp_test" : 0.9812734082397003, "mpiw_train" : 2.424507918475421, "mpiw_test" : 4.59318329809489}
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_train": {"type": "number"}, "crps_test": {"type": "number"}, "picp_train": {"type": "number"}, "picp_test": {"type": "number"}, "mpiw_train": {"type": "number"}, "mpiw_test": {"type": "number"}}, "required": ["model", "dataset", "rmse_train", "rmse_test", "log_score_train", "log_score_test", "crps_train", "crps_test", "picp_train", "picp_test", "mpiw_train", "mpiw_test"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "1011", "provinceId" : "32", "regencyId" : "78", "districtId" : "06", "name" : "Ciherang"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"tha-ap296:1.2": {"type": "string"}, "tha-ap296:2.1": {"type": "string"}}, "required": ["tha-ap296:1.2", "tha-ap296:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tha-ap296:1.2" : "pan\u0101do \u2192 pas\u0101do (sya1ed, sya2ed, pts-vp-pli1)", "tha-ap296:2.1" : "Ghosamassosaha\u1e41 \u2192 sadda (bj, sya1ed, sya2ed, pts-vp-pli1)"}
json_instruct
{"type": "object", "properties": {"tha-ap296:1.2": {"type": "string"}, "tha-ap296:2.1": {"type": "string"}}, "required": ["tha-ap296:1.2", "tha-ap296:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xf4988362b291724d5084049686d96bac3f1efb10", "tool" : "securify", "start" : 1563642498.773913, "end" : 1563642502.7408235, "duration" : 3.9669106006622314, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1471010007", "district_id" : "1471010", "name" : "TUAH KARYA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"private": {"type": "object", "properties": {"SINCH_SECRET": {"type": "string"}}, "required": ["SINCH_SECRET"]}, "public": {"type": "object", "properties": {"SINCH_KEY": {"type": "string"}}, "required": ["SINCH_KEY"]}}, "required": ["private", "public"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : {"SINCH_SECRET" : "be true to your self"}, "public" : {"SINCH_KEY" : "call your mother"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "object", "properties": {"SINCH_SECRET": {"type": "string"}}, "required": ["SINCH_SECRET"]}, "public": {"type": "object", "properties": {"SINCH_KEY": {"type": "string"}}, "required": ["SINCH_KEY"]}}, "required": ["private", "public"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"LiteratureOfThe1910s": {"type": "array", "items": {}}}, "required": ["LiteratureOfThe1910s"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LiteratureOfThe1910s" : []}
json_instruct
{"type": "object", "properties": {"LiteratureOfThe1910s": {"type": "array", "items": {}}}, "required": ["LiteratureOfThe1910s"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "06", "provinceId" : "36", "regencyId" : "71", "name" : "Ciledug"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404382151, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "45479408d0242fb24e0929e16567af82", "wof:id" : 404382151, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.54047247300308, 49.0694580593186, 3.57926352045469, 49.11024653671164], "geometry" : {"coordinates" : [[[3.55908202929057, 49.0694580593186], [3.5527960483297, 49.08187754443596], [3.54047247300308, 49.08674403799404], [3.54623223683924, 49.09550264889116], [3.55671452492863, 49.10771879153435], [3.57179344546041, 49.11024653671164], [3.57926352045469, 49.08012544218092], [3.55908202929057, 49.0694580593186]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1339671079, "name" : "FOR YOU", "dt" : 350003, "ar" : {"id" : 12226099, "name" : "\u80d6\u5927\u6d77\u4e50\u961f"}, "al" : {"id" : 75147571, "name" : "\u82f1\u683c\u4e34\u5c4e", "picUrl" : "https://p2.music.126.net/RzpaQUOyGPrdt5B457hVBA==/109951163793790413.jpg"}}, {"id" : 1389535206, "name" : "\u83ab\u59ae\u5361", "dt" : 283200, "ar" : {"id" : 12226099, "name" : "\u80d6\u5927\u6d77\u4e50\u961f"}, "al" : {"id" : 81185149, "name" : "\u68a6\u60f3\u662f\u82b1\u56ed", "picUrl" : "https://p2.music.126.net/QfLsoAUJJ7_FQYtR4wvX2w==/109951164350498805.jpg"}}, {"id" : 1321695450, "name" : "\u59d1\u5a18", "dt" : 266999, "ar" : {"id" : 12226099, "name" : "\u80d6\u5927\u6d77\u4e50\u961f"}, "al" : {"id" : 74172620, "name" : "\u59d1\u5a18", "picUrl" : "https://p1.music.126.net/YFx0ekdN4CPpYC4YQPkliw==/109951163636325041.jpg"}}, {"id" : 1422400884, "name" : "\u6cb9\u809a\u4e4b\u6b4c", "dt" : 82491, "ar" : {"id" : 12226099, "name" : "\u80d6\u5927\u6d77\u4e50\u961f"}, "al" : {"id" : 85615903, "name" : "\u6cb9\u809a\u6b4c", "picUrl" : "https://p1.music.126.net/08WY1J1teZIpD3-xQcpRdg==/109951164695951201.jpg"}}, {"id" : 1892984520, "name" : "\u5f69\u8679\u8239", "dt" : 165285, "ar" : {"id" : 12226099, "name" : "\u80d6\u5927\u6d77\u4e50\u961f"}, "al" : {"id" : 81185149, "name" : "\u68a6\u60f3\u662f\u82b1\u56ed", "picUrl" : "https://p2.music.126.net/QfLsoAUJJ7_FQYtR4wvX2w==/109951164350498805.jpg"}}, {"id" : 1326019668, "name" : "\u4eca\u90fd\u4e0d\u591c\u57ce", "dt" : 377936, "ar" : {"id" : 12226099, "name" : "\u80d6\u5927\u6d77\u4e50\u961f"}, "al" : {"id" : 74392428, "name" : "\u5e03\u9c81\u514b \u4e34", "picUrl" : "https://p2.music.126.net/MGSIyj_nLUgetXlN_VNIlw==/109951163670139493.jpg"}}, {"id" : 1367925785, "name" : "\u4e34\u6ca7\u5e05\u54e5", "dt" : 104873, "ar" : {"id" : 12226099, "name" : "\u80d6\u5927\u6d77\u4e50\u961f"}, "al" : {"id" : 79402812, "name" : "\u4e34\u6ca7\u5e05\u54e5", "picUrl" : "https://p2.music.126.net/9n_i_W1rW9j545MXxIGQDA==/109951164102904981.jpg"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1364430", "name" : "no name", "font_family" : "iconfont", "css_prefix_text" : "el-icon-", "description" : "", "glyphs" : [{"icon_id" : "17093563", "name" : "pause", "font_class" : "pause", "unicode" : "e608", "unicode_decimal" : 58888}, {"icon_id" : "17093564", "name" : "start", "font_class" : "start", "unicode" : "e609", "unicode_decimal" : 58889}, {"icon_id" : "17091691", "name" : "\u6837\u5f0f", "font_class" : "style", "unicode" : "e603", "unicode_decimal" : 58883}, {"icon_id" : "16741617", "name" : "windows", "font_class" : "windows", "unicode" : "e602", "unicode_decimal" : 58882}, {"icon_id" : "9934384", "name" : "\u952e\u76d8", "font_class" : "jianpan", "unicode" : "e647", "unicode_decimal" : 58951}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$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"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}}, "required": ["php", "yiisoft/yii2"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"burn\\dbArchiver\\": {"type": "string"}}, "required": ["burn\\dbArchiver\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "burn/yii2-db-archiver", "description" : "DbArchiver archive and restore old data from DB to file by Yii2 ActiveRecord models. For big tables allow direct file export from MySQL database(fast archiving, but file save only on MySQL server drive)", "type" : "yii2-extension", "keywords" : ["yii2", "extension", "archive", "archiver", "db", "mysql", "dump"], "license" : "BSD-4-Clause", "authors" : [{"name" : "Petrov Aleksandr", "email" : "[email protected]"}], "require" : {"php" : ">=5.4.0", "yiisoft/yii2" : "*"}, "autoload" : {"psr-4" : {"burn\\dbArchiver\\" : "src"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}}, "required": ["php", "yiisoft/yii2"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"burn\\dbArchiver\\": {"type": "string"}}, "required": ["burn\\dbArchiver\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "010200040301", "variable1" : 0.4918, "variable2" : 0.4686, "variable3" : "A"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 25576, "cartId" : "2e0ef2d9-e07f-4cc6-b326-5c0cef211fdc", "preferredProducts" : [4733, 4947, 3116, 4051, 1817, 4130, 615, 3877], "productReviews" : [{"productId" : 2694, "reviewText" : "My bass loves to play with it.", "reviewDate" : "2016-08-04T08:30:13.9690471+03:00"}, {"productId" : 1344, "reviewText" : "My penguin loves to play with it.", "reviewDate" : "2019-11-03T04:56:49.8644133+02:00"}, {"productId" : 2630, "reviewText" : "This Locks works outstandingly well. It grudgingly improves my baseball by a lot.", "reviewDate" : "2017-04-20T16:15:58.0294145+03:00"}, {"productId" : 4510, "reviewText" : "heard about this on hip-hop music radio, decided to give it a try.", "reviewDate" : "2016-10-29T21:00:59.4580512+03:00"}, {"productId" : 3021, "reviewText" : "heard about this on songo radio, decided to give it a try.", "reviewDate" : "2019-01-21T11:00:25.5369493+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"angular-google-maps.js": {"type": "string"}, "angular-google-maps.min.js": {"type": "string"}}, "required": ["angular-google-maps.js", "angular-google-maps.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-google-maps.js" : "sha256-gg+o6dXZ1uzungjScJGfif62CjIJCL0VEhZYniRVGUE=", "angular-google-maps.min.js" : "sha256-H4pbroVfIcJnhqpc+nV3c5sN/G5Z8d6iOSJa95byC+4="}
json_instruct
{"type": "object", "properties": {"angular-google-maps.js": {"type": "string"}, "angular-google-maps.min.js": {"type": "string"}}, "required": ["angular-google-maps.js", "angular-google-maps.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "object", "properties": {"US-en": {"type": "string"}, "EU-en": {"type": "string"}, "EU-de": {"type": "string"}, "EU-es": {"type": "string"}, "US-es": {"type": "string"}, "EU-fr": {"type": "string"}, "US-fr": {"type": "string"}, "EU-it": {"type": "string"}, "EU-nl": {"type": "string"}, "CN-zh": {"type": "string"}, "TW-zh": {"type": "string"}, "JP-ja": {"type": "string"}, "KR-ko": {"type": "string"}, "EU-ru": {"type": "string"}}, "required": ["US-en", "EU-en", "EU-de", "EU-es", "US-es", "EU-fr", "US-fr", "EU-it", "EU-nl", "CN-zh", "TW-zh", "JP-ja", "KR-ko", "EU-ru"]}, "personality": {"type": "string"}, "birthday": {"type": "string"}, "birthdate": {"type": "string"}, "species": {"type": "string"}, "gender": {"type": "string"}, "subtype": {"type": "string"}, "hobby": {"type": "string"}, "icon": {"type": "string"}, "image": {"type": "string"}, "bubbleColor": {"type": "string"}, "textColor": {"type": "string"}, "saying": {"type": "string"}, "catchPhrase": {"type": "object", "properties": {"US-en": {"type": "string"}, "EU-en": {"type": "string"}, "EU-de": {"type": "string"}, "EU-es": {"type": "string"}, "US-es": {"type": "string"}, "EU-fr": {"type": "string"}, "US-fr": {"type": "string"}, "EU-it": {"type": "string"}, "EU-nl": {"type": "string"}, "CN-zh": {"type": "string"}, "TW-zh": {"type": "string"}, "JP-ja": {"type": "string"}, "KR-ko": {"type": "string"}, "EU-ru": {"type": "string"}}, "required": ["US-en", "EU-en", "EU-de", "EU-es", "US-es", "EU-fr", "US-fr", "EU-it", "EU-nl", "CN-zh", "TW-zh", "JP-ja", "KR-ko", "EU-ru"]}, "description": {"type": "string"}}, "required": ["name", "personality", "birthday", "birthdate", "species", "gender", "subtype", "hobby", "icon", "image", "bubbleColor", "textColor", "saying", "catchPhrase", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : {"US-en" : "Norma", "EU-en" : "Norma", "EU-de" : "Nelly", "EU-es" : "Norma", "US-es" : "Norma", "EU-fr" : "Norma", "US-fr" : "Norma", "EU-it" : "Norma", "EU-nl" : "Norma", "CN-zh" : "\u6668\u66e6", "TW-zh" : "\u6668\u66e6", "JP-ja" : "\u3044\u3055\u3053", "KR-ko" : "\ubbf8\uc790", "EU-ru" : "\u041d\u043e\u0440\u043c\u0430"}, "personality" : "Normal", "birthday" : "September 20th", "birthdate" : "20/9", "species" : "Cow", "gender" : "Female", "subtype" : "A", "hobby" : "Nature", "icon" : "https://acnhapi.com/v1/icons/villagers/92", "image" : "https://acnhapi.com/v1/images/villagers/92", "bubbleColor" : "#f2bdc7", "textColor" : "#634b4b", "saying" : "If you want what you have, then you'll have what you want.", "catchPhrase" : {"US-en" : "hoof hoo", "EU-en" : "hoof hoo", "EU-de" : "muuuhi", "EU-es" : "mu-mu", "US-es" : "mu-mu", "EU-fr" : "meuh nan", "US-fr" : "meuh nan", "EU-it" : "mu muuu", "EU-nl" : "boehoe", "CN-zh" : "\u5fae\u7b11", "TW-zh" : "\u5fae\u7b11", "JP-ja" : "\u3046\u3075", "KR-ko" : "\uc5d0\ud5e4", "EU-ru" : "\u0434\u043e-\u0440\u0435-\u043c\u0443"}, "description" : "Norma is a normal, cow villager in the Animal Crossing series. She debuted in Doubutsu no Mori e+, where she was an islander, and after being absent from the Animal Crossing series for over a decade, made a reappearance in Animal Crossing: New Leaf - Welcome amiibo, as the sole normal cow in the game. Her name is a play on \"Normal,\" her personality type."}
json_instruct
{"type": "object", "properties": {"name": {"type": "object", "properties": {"US-en": {"type": "string"}, "EU-en": {"type": "string"}, "EU-de": {"type": "string"}, "EU-es": {"type": "string"}, "US-es": {"type": "string"}, "EU-fr": {"type": "string"}, "US-fr": {"type": "string"}, "EU-it": {"type": "string"}, "EU-nl": {"type": "string"}, "CN-zh": {"type": "string"}, "TW-zh": {"type": "string"}, "JP-ja": {"type": "string"}, "KR-ko": {"type": "string"}, "EU-ru": {"type": "string"}}, "required": ["US-en", "EU-en", "EU-de", "EU-es", "US-es", "EU-fr", "US-fr", "EU-it", "EU-nl", "CN-zh", "TW-zh", "JP-ja", "KR-ko", "EU-ru"]}, "personality": {"type": "string"}, "birthday": {"type": "string"}, "birthdate": {"type": "string"}, "species": {"type": "string"}, "gender": {"type": "string"}, "subtype": {"type": "string"}, "hobby": {"type": "string"}, "icon": {"type": "string"}, "image": {"type": "string"}, "bubbleColor": {"type": "string"}, "textColor": {"type": "string"}, "saying": {"type": "string"}, "catchPhrase": {"type": "object", "properties": {"US-en": {"type": "string"}, "EU-en": {"type": "string"}, "EU-de": {"type": "string"}, "EU-es": {"type": "string"}, "US-es": {"type": "string"}, "EU-fr": {"type": "string"}, "US-fr": {"type": "string"}, "EU-it": {"type": "string"}, "EU-nl": {"type": "string"}, "CN-zh": {"type": "string"}, "TW-zh": {"type": "string"}, "JP-ja": {"type": "string"}, "KR-ko": {"type": "string"}, "EU-ru": {"type": "string"}}, "required": ["US-en", "EU-en", "EU-de", "EU-es", "US-es", "EU-fr", "US-fr", "EU-it", "EU-nl", "CN-zh", "TW-zh", "JP-ja", "KR-ko", "EU-ru"]}, "description": {"type": "string"}}, "required": ["name", "personality", "birthday", "birthdate", "species", "gender", "subtype", "hobby", "icon", "image", "bubbleColor", "textColor", "saying", "catchPhrase", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "is_channel": {"type": "boolean"}, "created": {"type": "integer"}, "creator": {"type": "string"}, "is_archived": {"type": "boolean"}, "is_general": {"type": "boolean"}, "is_member": {"type": "boolean"}, "members": {"type": "array", "items": {"type": "string"}}, "topic": {"type": "object", "properties": {"value": {"type": "string"}, "creator": {"type": "string"}, "last_set": {"type": "integer"}}, "required": ["value", "creator", "last_set"]}, "purpose": {"type": "object", "properties": {"value": {"type": "string"}, "creator": {"type": "string"}, "last_set": {"type": "integer"}}, "required": ["value", "creator", "last_set"]}, "num_members": {"type": "integer"}}, "required": ["id", "name", "is_channel", "created", "creator", "is_archived", "is_general", "is_member", "members", "topic", "purpose", "num_members"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "C0A38K8BB", "name" : "transformers", "is_channel" : true, "created" : 1441251372, "creator" : "U06NT1P2Q", "is_archived" : false, "is_general" : false, "is_member" : false, "members" : ["U039VEH0L", "U04TC4ZG8", "U06L88R26", "U06L9U29E", "U06LB3X3N", "U06LBQ2R5", "U06LGRWEA", "U06LLDW1K", "U06M5FZ8T", "U06MJT9A6", "U06N83UG1", "U06NT1P2Q", "U06NVTFQU", "U06PG3Z25", "U07GQLS72", "U07GRQUQ0", "U086Q5RM2", "U086QLYR3", "U08G6Q281", "U09620LKH", "U09LSGKN3", "U0DBBPU8G", "U0E7HKHD2"], "topic" : {"value" : "", "creator" : "", "last_set" : 0}, "purpose" : {"value" : "Hiten\u2019s efforts on conversion", "creator" : "U06NT1P2Q", "last_set" : 1441251373}, "num_members" : 22}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "is_channel": {"type": "boolean"}, "created": {"type": "integer"}, "creator": {"type": "string"}, "is_archived": {"type": "boolean"}, "is_general": {"type": "boolean"}, "is_member": {"type": "boolean"}, "members": {"type": "array", "items": {"type": "string"}}, "topic": {"type": "object", "properties": {"value": {"type": "string"}, "creator": {"type": "string"}, "last_set": {"type": "integer"}}, "required": ["value", "creator", "last_set"]}, "purpose": {"type": "object", "properties": {"value": {"type": "string"}, "creator": {"type": "string"}, "last_set": {"type": "integer"}}, "required": ["value", "creator", "last_set"]}, "num_members": {"type": "integer"}}, "required": ["id", "name", "is_channel", "created", "creator", "is_archived", "is_general", "is_member", "members", "topic", "purpose", "num_members"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "base_rgb": {"type": "array", "items": {"type": "integer"}}, "cloth": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "leather": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "metal": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "fur": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "item": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "base_rgb", "cloth", "leather", "metal", "fur", "item", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1246, "name" : "Toxin", "base_rgb" : [128, 26, 26], "cloth" : {"brightness" : -3, "contrast" : 1.32812, "hue" : 75, "saturation" : 0.703125, "lightness" : 1.71875, "rgb" : [70, 99, 0]}, "leather" : {"brightness" : -3, "contrast" : 1.48438, "hue" : 70, "saturation" : 0.703125, "lightness" : 1.83594, "rgb" : [62, 84, 0]}, "metal" : {"brightness" : -3, "contrast" : 1.48438, "hue" : 70, "saturation" : 0.703125, "lightness" : 1.83594, "rgb" : [62, 84, 0]}, "fur" : {"brightness" : -3, "contrast" : 1.32812, "hue" : 75, "saturation" : 0.703125, "lightness" : 1.71875, "rgb" : [70, 99, 0]}, "item" : 47903, "categories" : ["Green", "Vibrant", "Exclusive"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "base_rgb": {"type": "array", "items": {"type": "integer"}}, "cloth": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "leather": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "metal": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "fur": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "item": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "base_rgb", "cloth", "leather", "metal", "fur", "item", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"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"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "yiisoft/yii": {"type": "string"}, "digger/cradle": {"type": "string"}}, "required": ["php", "phpunit/phpunit", "yiisoft/yii", "digger/cradle"]}, "config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}, "bin-dir": {"type": "string"}}, "required": ["vendor-dir", "bin-dir"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "authors", "require", "config", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "[title]/[title]", "description" : "[description]", "keywords" : [""], "homepage" : "[author/homepage]", "type" : "library", "license" : "", "authors" : [{"name" : "[author/name]", "email" : "[author/email]", "homepage" : "[author/homepage]", "role" : "[author/role]"}], "require" : {"php" : ">=5.4.0", "phpunit/phpunit" : "*", "yiisoft/yii" : "*", "digger/cradle" : "*"}, "config" : {"vendor-dir" : "vendor", "bin-dir" : "vendor/bin"}, "autoload" : {"classmap" : ["lib"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"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"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "yiisoft/yii": {"type": "string"}, "digger/cradle": {"type": "string"}}, "required": ["php", "phpunit/phpunit", "yiisoft/yii", "digger/cradle"]}, "config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}, "bin-dir": {"type": "string"}}, "required": ["vendor-dir", "bin-dir"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "authors", "require", "config", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"X": {"type": "array", "items": {"type": "integer"}}, "O": {"type": "array", "items": {"type": "integer"}}}, "required": ["X", "O"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"X" : [2, 1, 11, 10, 9, 0, 3, 4, 8, 7, 6, 5], "O" : [0, 10, 9, 8, 4, 7, 11, 2, 6, 5, 3, 1]}
json_instruct
{"type": "object", "properties": {"X": {"type": "array", "items": {"type": "integer"}}, "O": {"type": "array", "items": {"type": "integer"}}}, "required": ["X", "O"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "scope", "aggregationType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 8905, "hash" : 112906803, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "scope", "aggregationType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "KOTA SAMARINDA", "originalFilename" : "foto veridiann huraq wang 4 x 6.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 8065, "noUrut" : 1, "nama" : "VERIDIANA HURAQ WANG, S.Pd.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SAMARINDA", "originalFilename" : "marthinus, ST.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 228578, "noUrut" : 2, "nama" : "MARTHINUS, S.T., M.Si.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SAMARINDA", "originalFilename" : "rusda 1.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 9573, "noUrut" : 3, "nama" : "RUSDA HAMDADI, A.Md.", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[1.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-jest", "eslint-plugin-prettier", "jest", "prettier"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["main", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "./src/index.js", "dependencies" : {}, "devDependencies" : {"eslint" : "^6.8.0", "eslint-config-airbnb-base" : "^14.1.0", "eslint-config-prettier" : "^6.10.1", "eslint-plugin-import" : "^2.20.1", "eslint-plugin-jest" : "^23.8.2", "eslint-plugin-prettier" : "^3.1.2", "jest" : "^25.2.3", "prettier" : "^2.0.2"}, "scripts" : {"test" : "jest"}}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-jest", "eslint-plugin-prettier", "jest", "prettier"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["main", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"goPackagePath": {"type": "string"}, "fetch": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "rev": {"type": "string"}, "sha256": {"type": "string"}}, "required": ["type", "url", "rev", "sha256"]}}, "required": ["goPackagePath", "fetch"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"goPackagePath" : "golang.org/x/tools", "fetch" : {"type" : "git", "url" : "https://go.googlesource.com/tools", "rev" : "9ae4729fba20b3533d829a9c6ba8195b068f2abc", "sha256" : "1j51aaskfqc953p5s9naqimr04hzfijm4yczdsiway1xnnvvpfr1"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"goPackagePath": {"type": "string"}, "fetch": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "rev": {"type": "string"}, "sha256": {"type": "string"}}, "required": ["type", "url", "rev", "sha256"]}}, "required": ["goPackagePath", "fetch"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 1190219, "stationGroupId" : 1190219, "name" : "\u8d64\u9593", "lineId" : 11902, "zipCode" : "811-4183", "pref" : "\u798f\u5ca1\u770c", "city" : "\u5b97\u50cf\u5e02", "town" : "\u571f\u7a74", "longitude" : 130.569477, "latitude" : 33.808237, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "sixty", "long" : "<i>Meaning:</i> \"sixty\".<br/><i>Usage:</i> sixty, three score.<br/><i>Source:</i> multiple of \"H8337\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/cors": {"type": "string"}}, "required": ["@types/cors"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"@types/cors" : "^2.8.8"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/cors": {"type": "string"}}, "required": ["@types/cors"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "env": {"type": "object", "properties": {"PRIVATE_KEY": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "CONTRACT_SCRIPTHASH": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "BNC_TICKER": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["PRIVATE_KEY", "CONTRACT_SCRIPTHASH", "BNC_TICKER"]}}, "required": ["name", "description", "repository", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "NEO Oracle", "description" : "Price oracle for NEO smart contracts", "repository" : "https://github.com/corollari/neo-oracle", "env" : {"PRIVATE_KEY" : {"description" : "Private key used in the oracle"}, "CONTRACT_SCRIPTHASH" : {"description" : "Scripthash of the deployed contract"}, "BNC_TICKER" : {"description" : "Ticker of the BEP2 token on Binance Chain"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "env": {"type": "object", "properties": {"PRIVATE_KEY": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "CONTRACT_SCRIPTHASH": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "BNC_TICKER": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["PRIVATE_KEY", "CONTRACT_SCRIPTHASH", "BNC_TICKER"]}}, "required": ["name", "description", "repository", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "GeneralComments": {"type": "string"}, "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", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 151460, "UUID" : "3976A49E-5124-44BF-A91B-B3CED1025349", "DataProviderID" : 28, "DataProvidersReference" : "FR*S26*P26198*G", "OperatorID" : 3408, "UsageTypeID" : 5, "AddressInfo" : {"ID" : 151813, "Title" : "MONTELIMAR_Rond-Point Charles Trenet", "AddressLine1" : "Rond-Point Charles Trenet 26200 MONTELIMAR", "CountryID" : 80, "Latitude" : 44.561668, "Longitude" : 4.751107, "AccessComments" : "24/24 7/7 jours", "DistanceUnit" : 0}, "Connections" : [{"ID" : 211534, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 10}, {"ID" : 211535, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}, {"ID" : 242300, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 10}, {"ID" : 242301, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}], "GeneralComments" : "", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-08-27T05:11:00Z", "DataQualityLevel" : 2, "DateCreated" : "2020-03-15T10:53:00Z", "SubmissionStatusTypeID" : 100}
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"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "GeneralComments": {"type": "string"}, "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", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 20374, "cartId" : "52ef37a9-a3b3-47ee-958e-fb81f7191e51", "preferredProducts" : [969, 253, 4875, 2133, 2013], "productReviews" : [{"productId" : 627, "reviewText" : "i use it barely when i'm in my store.", "reviewDate" : "2017-07-21T22:38:56.490145+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "null"}, "fork": {"type": "boolean"}, "url": {"type": "string"}, "languages_url": {"type": "string"}, "pulls_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "homepage": {"type": "null"}, "size": {"type": "integer"}, "stargazers_count": {"type": "integer"}, "language": {"type": "string"}, "mirror_url": {"type": "null"}, "archived": {"type": "boolean"}, "license": {"type": "null"}, "default_branch": {"type": "string"}, "contributors": {"type": "object", "properties": {"RobSullivan": {"type": "integer"}, "petr-tik": {"type": "integer"}, "stestagg": {"type": "integer"}, "sparkiegeek": {"type": "integer"}}, "required": ["RobSullivan", "petr-tik", "stestagg", "sparkiegeek"]}, "pulls_authors": {"type": "array", "items": {}}, "languages": {"type": "object", "properties": {"Python": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}}, "required": ["Python"]}, "fetched_at": {"type": "string"}}, "required": ["_comment", "name", "full_name", "owner", "private", "html_url", "description", "fork", "url", "languages_url", "pulls_url", "created_at", "updated_at", "pushed_at", "homepage", "size", "stargazers_count", "language", "mirror_url", "archived", "license", "default_branch", "contributors", "pulls_authors", "languages", "fetched_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_comment" : "DO NOT EDIT MANUALLY - See ../../../README.md", "name" : "hackthewiki", "full_name" : "stestagg/hackthewiki", "owner" : "stestagg", "private" : false, "html_url" : "https://github.com/stestagg/hackthewiki", "description" : null, "fork" : false, "url" : "https://api.github.com/repos/stestagg/hackthewiki", "languages_url" : "https://api.github.com/repos/stestagg/hackthewiki/languages", "pulls_url" : "https://api.github.com/repos/stestagg/hackthewiki/pulls{/number}", "created_at" : "2016-06-09T19:00:31Z", "updated_at" : "2017-04-19T08:43:15Z", "pushed_at" : "2016-06-10T13:29:45Z", "homepage" : null, "size" : 10, "stargazers_count" : 1, "language" : "Python", "mirror_url" : null, "archived" : false, "license" : null, "default_branch" : "master", "contributors" : {"RobSullivan" : 1, "petr-tik" : 2, "stestagg" : 3, "sparkiegeek" : 9}, "pulls_authors" : [], "languages" : {"Python" : {"bytes" : 3848, "color" : "#3572A5"}}, "fetched_at" : "2018-09-11T17:15:39.395Z"}
json_instruct
{"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "null"}, "fork": {"type": "boolean"}, "url": {"type": "string"}, "languages_url": {"type": "string"}, "pulls_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "homepage": {"type": "null"}, "size": {"type": "integer"}, "stargazers_count": {"type": "integer"}, "language": {"type": "string"}, "mirror_url": {"type": "null"}, "archived": {"type": "boolean"}, "license": {"type": "null"}, "default_branch": {"type": "string"}, "contributors": {"type": "object", "properties": {"RobSullivan": {"type": "integer"}, "petr-tik": {"type": "integer"}, "stestagg": {"type": "integer"}, "sparkiegeek": {"type": "integer"}}, "required": ["RobSullivan", "petr-tik", "stestagg", "sparkiegeek"]}, "pulls_authors": {"type": "array", "items": {}}, "languages": {"type": "object", "properties": {"Python": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}}, "required": ["Python"]}, "fetched_at": {"type": "string"}}, "required": ["_comment", "name", "full_name", "owner", "private", "html_url", "description", "fork", "url", "languages_url", "pulls_url", "created_at", "updated_at", "pushed_at", "homepage", "size", "stargazers_count", "language", "mirror_url", "archived", "license", "default_branch", "contributors", "pulls_authors", "languages", "fetched_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Open Cluster NGC 290: A Stellar Jewel Box", "credit" : "ESA & NASA; Acknowledgement: E. Olszewski (U. Arizona)", "explanation" : "Jewels don't shine this bright -- only stars do. Like gems in a jewel box, though, the stars of open cluster NGC 290 glitter in a beautiful display of brightness and color. The photogenic cluster, pictured above, was captured recently by the orbiting Hubble Space Telescope. Open clusters of stars are younger, contain few stars, and contain a much higher fraction of blue stars than do globular clusters of stars. NGC 290 lies about 200,000 light-years distant in a neighboring galaxy called the Small Cloud of Magellan (SMC). The open cluster contains hundreds of stars and spans about 65 light years across. NGC 290 and other open clusters are good laboratories for studying how stars of different masses evolve, since all the open cluster's stars were born at about the same time.", "date" : "2014-06-08", "hdurl" : "https://apod.nasa.gov/apod/image/1406/ngc290_hubble_1701.jpg", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/1406/ngc290_hubble_960.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "http://data.doremus.org/performance/89fee11a-492f-3dd2-9ec4-69463a698605", "expression" : [{"id" : "http://data.doremus.org/expression/0dadf902-38e6-3a42-acac-07ea2fad7cd0"}, {"id" : "http://data.doremus.org/expression/be50f774-7405-3a3f-811d-3d0e2cea033a"}, {"id" : "http://data.doremus.org/expression/568cde78-5d76-3fa9-90aa-0ce69230f9e0"}, {"id" : "http://data.doremus.org/expression/f003cc8f-1918-3187-956d-56503fe0aae0"}, {"id" : "http://data.doremus.org/expression/23836451-cee0-3a1f-8db5-195fc11ca622"}, {"id" : "http://data.doremus.org/expression/5de319d3-ca8f-3c5a-b061-d957281e7ab6"}, {"id" : "http://data.doremus.org/expression/c409d0a7-b0f3-377c-8a0d-82592ecb329b"}, {"id" : "http://data.doremus.org/expression/f563f0a5-8943-347e-94fe-e4c99c189d3f"}, {"id" : "http://data.doremus.org/expression/7f8b2136-ae97-3c32-965c-63d8a5d9c4c6"}, {"id" : "http://data.doremus.org/expression/243f325c-7c3a-3ec8-a23f-226a331399e8"}, {"id" : "http://data.doremus.org/expression/b46ca21c-7c99-3cfd-a903-f0bb6d6990e8"}, {"id" : "http://data.doremus.org/expression/009b8909-0454-300a-bb61-dc251f673e93"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$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" : ["Without separating the dough, roll out both packs of crescent rolls onto a baking sheet, forming them into a single, flat surface. Bake according to the directions on the package. Allow the finished rolls to cool.", "In a bowl, Mix together the cream cheese, mayonnaise, basil and garlic powder. Spread the mixture evenly over the surface of the rolls. Spread the broccoli, cauliflower and carrots on top of the cream cheese mixture. Sprinkle the salad seasoning mix over all. Cut into squares and serve."], "ingredients" : ["2 (8 ounce) packages refrigerated crescent roll dough", "2 (8 ounce) packages cream cheese, softened", "3 tablespoons mayonnaise", "1/2 teaspoon dried basil", "1/4 teaspoon garlic powder", "1 cup chopped fresh broccoli", "1 cup chopped cauliflower", "1/2 cup shredded carrots", "2 tablespoons salad seasoning mix"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Cold Veggie Squares", "url" : "http://allrecipes.com/recipe/20594/cold-veggie-squares/"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u3042\u305a\u307f2 Death or Love", "other_nominate" : []}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "visibility": {"type": "array", "items": {"type": "string"}}, "runsOn": {"type": "array", "items": {"type": "string"}}, "demands": {"type": "array", "items": {"type": "string"}}, "version": {"type": "object", "properties": {"Major": {"type": "string"}, "Minor": {"type": "string"}, "Patch": {"type": "string"}}, "required": ["Major", "Minor", "Patch"]}, "minimumAgentVersion": {"type": "string"}, "instanceNameFormat": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "defaultValue": {"type": "string"}, "required": {"type": "boolean"}, "helpMarkDown": {"type": "string"}}, "required": ["name", "type", "label", "defaultValue", "required", "helpMarkDown"]}}, "execution": {"type": "object", "properties": {"Node10": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}}, "required": ["Node10"]}}, "required": ["id", "name", "friendlyName", "description", "author", "helpMarkDown", "category", "visibility", "runsOn", "demands", "version", "minimumAgentVersion", "instanceNameFormat", "inputs", "execution"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "12c1d9d0-f9f1-428a-9023-2ba3965a5178", "name" : "webhint", "friendlyName" : "webhint", "description" : "webhint", "author" : "webhint", "helpMarkDown" : "Embed webhint HTML results in Azure Pipelines. You need to provide your own installation of the npm package webhint.", "category" : "Utility", "visibility" : ["Build", "Release"], "runsOn" : ["Agent", "DeploymentGroup"], "demands" : ["node.js"], "version" : {"Major" : "0", "Minor" : "0", "Patch" : "16"}, "minimumAgentVersion" : "1.95.0", "instanceNameFormat" : "webhint $(url)", "inputs" : [{"name" : "url", "type" : "string", "label" : "URL", "defaultValue" : "", "required" : true, "helpMarkDown" : "URL to execute webhint against."}, {"name" : "publishResults", "type" : "boolean", "label" : "Publish results", "defaultValue" : "true", "required" : true, "helpMarkDown" : "Publish the results of the run in a tab."}, {"name" : "continueIfFailure", "type" : "boolean", "label" : "Continue on failure", "defaultValue" : "false", "required" : true, "helpMarkDown" : "Mark the task as successful even if webhint finds issues."}, {"name" : "args", "type" : "multiLine", "label" : "CLI arguments", "defaultValue" : "", "required" : false, "helpMarkDown" : "[CLI arguments](https://webhint.io/docs/user-guide/) to pass to webhint. One argument per line."}], "execution" : {"Node10" : {"target" : "execute-webhint.js"}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "visibility": {"type": "array", "items": {"type": "string"}}, "runsOn": {"type": "array", "items": {"type": "string"}}, "demands": {"type": "array", "items": {"type": "string"}}, "version": {"type": "object", "properties": {"Major": {"type": "string"}, "Minor": {"type": "string"}, "Patch": {"type": "string"}}, "required": ["Major", "Minor", "Patch"]}, "minimumAgentVersion": {"type": "string"}, "instanceNameFormat": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "defaultValue": {"type": "string"}, "required": {"type": "boolean"}, "helpMarkDown": {"type": "string"}}, "required": ["name", "type", "label", "defaultValue", "required", "helpMarkDown"]}}, "execution": {"type": "object", "properties": {"Node10": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}}, "required": ["Node10"]}}, "required": ["id", "name", "friendlyName", "description", "author", "helpMarkDown", "category", "visibility", "runsOn", "demands", "version", "minimumAgentVersion", "instanceNameFormat", "inputs", "execution"], "$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"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "EOS 70D", "description" : "A 20.2 megapixel DSLR.", "url" : "https://en.wikipedia.org/wiki/Canon_EOS_70D"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.06992021, "width" : 0.06559746, "ymin" : 0.2810814, "height" : 0.116617836}, "relativeKeypoints" : [{"y" : 0.3912637, "x" : 0.077453226}, {"y" : 0.28201538, "x" : 0.11092147}, {"y" : 0.30153048, "x" : 0.112994336}, {"y" : 0.33083364, "x" : 0.11683332}, {"y" : 0.36329114, "x" : 0.12114307}, {"y" : 0.36610734, "x" : 0.08284897}, {"y" : 0.332354, "x" : 0.10861741}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.95751673], "label" : ["Palm"]}
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"github_username": {"type": "string"}, "name": {"type": "string"}, "link_text": {"type": "null"}, "link_url": {"type": "null"}, "avatar_url": {"type": "null"}, "bio": {"type": "string"}}, "required": ["github_username", "name", "link_text", "link_url", "avatar_url", "bio"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"github_username" : "dusan-rychnovsky", "name" : "Dusan Rychnovsky", "link_text" : null, "link_url" : null, "avatar_url" : null, "bio" : "I have worked with Java for many years, both professionally and as a hobby."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"github_username": {"type": "string"}, "name": {"type": "string"}, "link_text": {"type": "null"}, "link_url": {"type": "null"}, "avatar_url": {"type": "null"}, "bio": {"type": "string"}}, "required": ["github_username", "name", "link_text", "link_url", "avatar_url", "bio"]}, "$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": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"e_id" : "1084", "title" : "\u5fb7\u56fd\u5267\u4f5c\u5bb6\u6208\u7279\u970d\u5c14\u5fb7\u00b7\u57c3\u5f17\u8d56\u59c6\u00b7\u83b1\u8f9b\u51fa\u751f", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728292\u5e74\u524d\u7684\u4eca\u5929\uff0c1729\u5e741\u670822\u65e5(\u519c\u53861728\u5e7412\u670823\u65e5)\uff0c\u5fb7\u56fd\u5267\u4f5c\u5bb6\u6208\u7279\u970d\u5c14\u5fb7\u00b7\u57c3\u5f17\u8d56\u59c6\u00b7\u83b1\u8f9b\u51fa\u751f\u3002\u6c49\u5821\u5e02\u5e02\u4e2d\u5fc3\u7684\u83b1\u8f9b\u7eaa\u5ff5\u5851\u50cf\u83b1\u8f9b\u662f\u4e00\u4e2a\u6d89\u730e\u5e7f\u6cdb\u7684\u4f5c\u5bb6\u3001\u601d\u60f3\u5bb6\u548c\u6279\u8bc4\u5bb6\u3002\u4f5c\u4e3a\u5fb7\u56fd\u542f\u8499\u8fd0\u52a8\u7684\u9886\u5bfc\u6027\u7684\u4ee3\u8868\u4eba\u7269\uff0c\u4ed6\u662f\u601d\u8003\u5e02\u6c11\u7684\u81ea\u6211\u610f\u8bc6\u7684\u5148\u9a71\u8005\u3002\u4ed6\u7684\u7406\u8bba\u53ca\u6279\u8bc4\u4f5c\u54c1\u4ee5\u7ecf\u5e38\u88ab\u8fd0\u7528\u7684\u6ed1\u7a3d\u3001\u8bbd\u523a\u7684\u98ce\u683c\u4e0e\u51c6\u786e\u7684\u8bba\u8bc1\u800c\u72ec\u6811\u4e00\u5e1c\u3002\u4ed6\u4f5c\u54c1\u4e2d\u7684\u5bf9\u767d\u7684\u4fee\u8f9e\u98ce\u683c\u7b26\u5408\u4ed6\u7684\u610f\u56fe\uff0c\u5373\u4e00\u76f4\u4ece\u4e0d\u540c\u7684\u89d2\u5ea6\u89c2\u5bdf\u4e8b\u7269\uff0c\u4e5f\u4ece\u4e89\u8bba\u5bf9\u624b\u7684\u8bba\u636e\u4e2d\u5bfb\u627e\u771f\u7406\u7684\u8e2a\u8ff9\u3002\u5bf9\u4ed6\u800c\u8a00\uff0c\u771f\u7406\u6c38\u8fdc\u4e0d\u662f\u53ef\u4ee5\u4e3a\u4eba\u638c\u63e1\u7684\u3001\u4e00\u6210\u4e0d\u53d8\u7684\u4e1c\u897f\uff0c\u800c\u662f\u4e00\u4e2a\u4e0d\u65ad\u63a5\u8fd1\u771f\u7406\u7684\u8fc7\u7a0b\u3002\n\n\u83b1\u8f9b\u5f88\u65e9\u5c31\u5bf9\u620f\u5267\u4ea7\u751f\u4e86\u5174\u8da3\uff0c\u4e0d\u8bba\u662f\u5728\u4ed6\u7684\u4ee5\u620f\u5267\u4e3a\u4e3b\u9898\u7684\u7406\u8bba\u3001\u6279\u8bc4\u6587\u7ae0\u4e2d\uff0c\u8fd8\u662f\u5728\u4ed6\u4f5c\u4e3a\u4f5c\u5bb6\u4eb2\u81ea\u521b\u4f5c\u7684\u4f5c\u54c1\u4e2d\uff0c\u4ed6\u90fd\u52aa\u529b\u4e3a\u53d1\u5c55\u4e00\u79cd\u5fb7\u610f\u5fd7\u7684\u65b0\u7684\u5e02\u6c11\u620f\u5267\u4f5c\u51fa\u8d21\u732e\u3002\u4ed6\u53cd\u5bf9\u5360\u6709\u7edf\u6cbb\u5730\u4f4d\u7684\u6208\u7279\u6b47\u5fb7\u548c\u4ed6\u7684\u5f1f\u5b50\u7684\u6587\u5b66\u7406\u8bba\u3002\u4ed6\u7279\u522b\u6279\u8bc4\u628a\u6cd5\u56fd\u620f\u5267\u4f5c\u4e3a\u699c\u6837\u6765\u6a21\u4eff\uff0c\u4ed6\u652f\u6301\u5bf9\u4e9a\u91cc\u58eb\u591a\u5fb7\u7684\u53e4\u5178\u4e3b\u4e49\u7684\u539f\u5219\u4f5c\u51fa\u53cd\u601d\u548c\u501f\u9274\u838e\u58eb\u6bd4\u4e9a\u7684\u4f5c\u54c1\u3002\u83b1\u8f9b\u662f\u5728\u5fb7\u56fd\u521b\u7acb\u838e\u58eb\u6bd4\u4e9a\u8bc4\u8bba\u7684\u7b2c\u4e00\u4eba\u3002\u4ed6\u548c\u8bb8\u591a\u620f\u5267\u56e2\u4f53\u5408\u4f5c\u3002\n\n\u5728\u6c49\u5821\uff0c\u83b1\u8f9b\u5c1d\u8bd5\u548c\u5176\u4ed6\u4eba\u4e00\u8d77\u5efa\u8bbe\u4e00\u6240\u5fb7\u610f\u5fd7\u7684\u56fd\u5bb6\u5267\u9662(\u76f4\u52301769\u5e74)\u3002\u73b0\u5728\uff0c\u4ed6\u7684\u4f5c\u54c1\u88ab\u89c6\u4e3a\u540e\u6765\u53d1\u5c55\u8d77\u6765\u7684\u5fb7\u56fd\u5e02\u6c11\u620f\u5267\u7684\u6837\u677f\u3002\u300a\u8428\u62c9\u00b7\u8428\u59c6\u900a\u5c0f\u59d0\u300b\u548c\u300a\u7231\u7c73\u4e3d\u96c5\u00b7\u8fe6\u6d1b\u8482\u300b\u88ab\u5f53\u6210\u6700\u65e9\u7684\u5e02\u6c11\u60b2\u5267\uff0c\u300a\u660e\u5a1c\u00b7\u51af\u00b7\u5df4\u6069\u8d6b\u59c6\u300b\u662f\u8bb8\u591a\u53e4\u5178\u4e3b\u4e49\u7684\u5fb7\u56fd\u620f\u5267\u7684\u699c\u6837\u3002\u300a\u667a\u8005\u7eb3\u65e6\u300b\u662f\u7b2c\u4e00\u90e8\u63a2\u8ba8\u4e16\u754c\u89c2\u7684\u89c2\u5ff5\u5267\u3002\u4ed6\u7684\u7406\u8bba\u8457\u4f5c\u300a\u62c9\u5965\u5b54\u300b\u548c\u300a\u6c49\u5821\u5267\u8bc4\u300b\u4e3a\u8ba8\u8bba\u7f8e\u5b66\u548c\u6587\u5b66\u7406\u8bba\u7684\u539f\u5219\u5236\u5b9a\u4e86\u6807\u51c6\u3002\n\u5728\u4ed6\u7684\u5b97\u6559\u54f2\u5b66\u7684\u4f5c\u54c1\u4e2d\uff0c\u83b1\u8f9b\u7ef4\u62a4\u4e86\u8654\u8bda\u7684\u57fa\u7763\u5f92\u7684\u601d\u60f3\u81ea\u7531\u3002\u4ed6\u53cd\u5bf9\u5bf9\u4e0a\u5e1d\u7684\u542f\u793a\u7684\u4fe1\u4ef0\uff0c\u53cd\u5bf9\u901a\u8fc7\u5360\u6709\u7edf\u6cbb\u5730\u4f4d\u7684\u4fdd\u5b88\u7684\u5b66\u672f\u89c2\u70b9\u5b8c\u5168\u9075\u4ece\u300a\u5723\u7ecf\u300b\u3002\u4e0e\u4fdd\u5b88\u7684\u89c2\u70b9\u76f8\u53cd\uff0c\u4f5c\u4e3a\u542f\u8499\u8fd0\u52a8\u7684\u4ea7\u513f\uff0c\u4ed6\u76f8\u4fe1\u4e00\u79cd\u201c\u7406\u6027\u7684\u57fa\u7763\u6559\u201d\uff0c\u5b83\u53ef\u4ee5\u81ea\u884c\u5bfc\u5411\u4fe1\u4ef0\u7684\u7cbe\u795e\u5b9e\u8d28\u3002\u4ed6\u76f8\u4fe1\u4eba\u7c7b\u7684\u7406\u6027(\u53d7\u5230\u6279\u8bc4\u548c\u5f02\u8bae\u7684\u6fc0\u53d1)\u53ef\u4ee5\u4e0d\u9700\u8981\u795e\u7684\u542f\u793a\u81ea\u884c\u53d1\u5c55\u3002\u4e3a\u4e86\u6fc0\u8d77\u4e00\u573a\u9488\u5bf9\u201c\u5b8c\u5168\u7684\u5bf9\u4fe1\u4ef0\u7684\u4f9d\u8d56\u201d\u7684\u516c\u4f17\u8ba8\u8bba\uff0c\u83b1\u8f9b\u57281774\u5e74\u52301778\u5e74\u51fa\u7248\u4e867\u90e8\u300a\u672a\u7f72\u540d\u8005\u7247\u65ad\u300b\uff0c\u5b83\u4eec\u5bfc\u81f4\u4e86\u6240\u8c13\u7684\u201c\u7247\u65ad\u4e89\u8bba\u201d\u3002\u83b1\u8f9b\u5728\u8fd9\u6b21\u4e89\u8bba\u4e2d\u7684\u4e3b\u8981\u8bba\u654c\u662f\u6c49\u5821\u4e3b\u6559\u6b4c\u7b56\uff0c\u9488\u5bf9\u6b4c\u7b56\uff0c\u83b1\u8f9b\u5199\u4e86\u4e00\u4e9b\u6587\u7ae0\uff0c\u5305\u62ec11\u4efd\u300a\u53cd\u5bf9\u6b4c\u7b56\u300b\u3002\n\u6b64\u5916\uff0c\u83b1\u8f9b\u8fd8\u591a\u6b21\u53c2\u4e0e\u4e86\u4e0e\u5360\u7edf\u6cbb\u5730\u4f4d\u7684\u5b66\u672f\u89c2\u70b9\u7684\u4ee3\u8a00\u4eba\u7684\u8bba\u6218\uff0c\u652f\u6301\u5bf9\u5176\u5b83\u4e16\u754c\u6027\u7684\u5b97\u6559\u7684\u5bbd\u5bb9\u3002\u4ed6\u4e5f\u4ee5\u5267\u4f5c\u7684\u5f62\u5f0f(\u5728\u300a\u667a\u8005\u7eb3\u65e6\u300b\u4e2d)\u8868\u8fbe\u4e86\u81ea\u5df1\u7684\u89c2\u70b9\uff0c\u56e0\u4e3a\u4ed6\u540e\u6765\u7684\u7406\u8bba\u4f5c\u54c1\u88ab\u7981\u6b62\u51fa\u7248\u3002\u5728\u300a\u8bba\u4eba\u7c7b\u7684\u6559\u80b2\u300b\u4e2d\uff0c\u4ed6\u7cfb\u7edf\u6027\u5730\u8868\u8fbe\u4e86\u81ea\u5df1\u7684\u89c2\u70b9\u3002\n\u81ea\u7531\u7cbe\u795e(\u5728\u620f\u5267\u65b9\u9762\u53cd\u5bf9\u6cd5\u56fd\u620f\u5267\u7684\u699c\u6837\u6027\u7684\u652f\u914d\u5730\u4f4d\uff0c\u5728\u5b97\u6559\u65b9\u9762\u53cd\u5bf9\u6559\u4f1a\u7684\u6559\u6761)\u662f\u8d2f\u7a7f\u83b1\u8f9b\u4e00\u751f\u7684\u4e3b\u7ebf\u3002\u56e0\u6b64\uff0c\u4ed6\u53c2\u4e0e\u4e86\u628a\u594b\u53d1\u5411\u4e0a\u7684\u5e02\u6c11\u9636\u7ea7\u4ece\u8d35\u65cf\u7684\u7ba1\u5236\u4e0b\u89e3\u653e\u51fa\u6765\u7684\u6d3b\u52a8\u3002\u4f5c\u4e3a\u4f5c\u5bb6\uff0c\u4ed6\u4e5f\u4e00\u76f4\u8ffd\u6c42\u4e0d\u4f9d\u9644\u4e8e\u4eba\uff0c\u4f46\u662f\u4ed6\u7684\u8fc7\u4e00\u79cd\u81ea\u7531\u4f5c\u5bb6\u7684\u751f\u6d3b\u7684\u7406\u60f3\u7531\u4e8e\u7ecf\u6d4e\u6761\u4ef6\u6240\u8feb\u5f88\u96be\u5b9e\u73b0\u3002\n", "picNo" : "2", "picUrl" : [{"pic_title" : "", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/1084_1.jpeg"}, {"pic_title" : "", "suffix" : "jpeg", "id" : 2, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/1084_2.jpeg"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "A Locally Adaptive Normal Distribution.", "fields" : ["intrinsic metric", "divergence", "stein s method", "fisher information metric", "statistical manifold"], "abstract" : "The multivariate normal density is a monotonic function of the distance to the mean, and its ellipsoidal shape is due to the underlying Euclidean metric. We suggest to replace this metric with a locally adaptive, smoothly changing (Riemannian) metric that favors regions of high local density. The resulting locally adaptive normal distribution (LAND) is a generalization of the normal distribution to the \"manifold\" setting, where data is assumed to lie near a potentially low-dimensional manifold embedded in R^D. The LAND is parametric, depending only on a mean and a covariance, and is the maximum entropy distribution under the given metric. The underlying metric is, however, non-parametric. We develop a maximum likelihood algorithm to infer the distribution parameters that relies on a combination of gradient descent and Monte Carlo integration. We further extend the LAND to mixture models, and provide the corresponding EM algorithm. We demonstrate the efficiency of the LAND to fit non-trivial probability distributions over both synthetic data, and EEG measurements of human sleep.", "citation" : "Citations (2)", "departments" : ["Department of A ... omputer Science", "Department of A ... omputer Science", "Department of A ... omputer Science"], "authors" : ["Georgios Arvanitidis.....http://dblp.org/pers/hd/a/Arvanitidis:Georgios", "Lars Kai Hansen.....http://dblp.org/pers/hd/h/Hansen:Lars_Kai", "S\u00f8ren Hauberg.....http://dblp.org/pers/hd/h/Hauberg:S=oslash=ren"], "conf" : "nips", "year" : "2016", "pages" : 9}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"file": {"type": "string"}, "textdomain": {"type": "string"}, "translations": {"type": "object", "properties": {"82829c5912f395b029a87c565359835c": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "965a2e6ce23bd9e9ca5122fb9862be60": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["82829c5912f395b029a87c565359835c", "965a2e6ce23bd9e9ca5122fb9862be60"]}}, "required": ["file", "textdomain", "translations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"file" : "wire/modules/Fieldtype/FieldtypeText.module", "textdomain" : "wire--modules--fieldtype--fieldtypetext-module", "translations" : {"82829c5912f395b029a87c565359835c" : {"text" : "Textformatierung"}, "965a2e6ce23bd9e9ca5122fb9862be60" : {"text" : "Wenn Sie w\u00e4hrend der Vorbereitung f\u00fcr die Ausgabe eine automatische Formatierung anwenden m\u00f6chten, w\u00e4hle, Sie eine oder mehrere Formatierungen von oben."}}}
json_instruct
{"type": "object", "properties": {"file": {"type": "string"}, "textdomain": {"type": "string"}, "translations": {"type": "object", "properties": {"82829c5912f395b029a87c565359835c": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "965a2e6ce23bd9e9ca5122fb9862be60": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["82829c5912f395b029a87c565359835c", "965a2e6ce23bd9e9ca5122fb9862be60"]}}, "required": ["file", "textdomain", "translations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"services": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}, "altText": {"type": "string"}}, "required": ["title", "image", "altText"]}}}, "required": ["services"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"services" : [{"title" : "Affordable Prices", "image" : "https://i.imgur.com/LwCWN2u.png", "altText" : "Prices Logo"}, {"title" : "Lifetime Warranty", "image" : "https://i.imgur.com/UXJrS4j.png", "altText" : "Lifetime Logo"}, {"title" : "Fast Shipping", "image" : "https://i.imgur.com/iZGMFnH.png", "altText" : "Delivery Logo"}, {"title" : "Modular Design", "image" : "https://i.imgur.com/lv76vX3.png", "altText" : "Modular Logo"}]}
json_instruct
{"type": "object", "properties": {"services": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}, "altText": {"type": "string"}}, "required": ["title", "image", "altText"]}}}, "required": ["services"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "tag": {"type": "string"}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "tag", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Daditaditen~ `to~ `amoto~ `a~ `moco'~.\ufffa\ufffb\u8981\u7528\u6c34\u6ce5\u5857\u62b9\u7684\u7246\u3002"], "f" : "\u8981\u5857\u62b9\u7684\uff0c\u8981\u5857\u62b9\u7684\u5730\u65b9\u3002"}]}], "tag" : "[\u758a 2]", "stem" : "ditadit", "t" : "daditaditen"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "tag": {"type": "string"}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "tag", "stem", "t"], "$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"}, "dependencies": {"type": "object", "properties": {"jasmine": {"type": "string"}}, "required": ["jasmine"]}, "devDependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}}, "required": ["name", "version", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "contantslist", "version" : "0.0.0", "dependencies" : {"jasmine" : "~1.3.1"}, "devDependencies" : {"underscore" : "~1.7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jasmine": {"type": "string"}}, "required": ["jasmine"]}, "devDependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}}, "required": ["name", "version", "dependencies", "devDependencies"], "$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"}, "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" : [[[-71.074353, 42.175243], [-71.06713, 42.17497], [-71.0653, 42.17028], [-71.06184, 42.16954], [-71.05834, 42.17209], [-71.054311, 42.173336], [-71.049323, 42.173619], [-71.04814, 42.17489], [-71.035074, 42.175085], [-71.029579, 42.177897], [-71.020071, 42.18041], [-71.019704, 42.178547], [-71.021161, 42.176175], [-71.020859, 42.175027], [-71.022346, 42.170656], [-71.021606, 42.1703], [-71.021656, 42.168987], [-71.029667, 42.150537], [-71.03029, 42.15213], [-71.035377, 42.155276], [-71.033932, 42.155245], [-71.032596, 42.157502], [-71.04137, 42.16261], [-71.04332, 42.16566], [-71.050459, 42.165051], [-71.05605, 42.16555], [-71.063521, 42.160915], [-71.072597, 42.170109], [-71.074353, 42.175243]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 30014}}]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "league/route": {"type": "string"}, "zendframework/zend-diactoros": {"type": "string"}, "zendframework/zend-httphandlerrunner": {"type": "string"}}, "required": ["php", "league/route", "zendframework/zend-diactoros", "zendframework/zend-httphandlerrunner"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "type", "require", "license", "authors", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ericmann/contact-manager", "description" : "Simple demo contact manager application for php[world] 2018.", "type" : "project", "require" : {"php" : ">=7.2", "league/route" : "^4.2", "zendframework/zend-diactoros" : "^2.0", "zendframework/zend-httphandlerrunner" : "^1.0"}, "license" : "MIT", "authors" : [{"name" : "Eric Mann", "email" : "[email protected]"}], "minimum-stability" : "stable"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "league/route": {"type": "string"}, "zendframework/zend-diactoros": {"type": "string"}, "zendframework/zend-httphandlerrunner": {"type": "string"}}, "required": ["php", "league/route", "zendframework/zend-diactoros", "zendframework/zend-httphandlerrunner"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "type", "require", "license", "authors", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"GitHub Repository": {"type": "string"}, "DockerHub Repository": {"type": "string"}}, "required": ["GitHub Repository", "DockerHub Repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"GitHub Repository" : "https://github.com/denncc/opioids-od-genome-analysis", "DockerHub Repository" : "https://hub.docker.com/r/dencc/opioids-od"}
json_instruct
{"type": "object", "properties": {"GitHub Repository": {"type": "string"}, "DockerHub Repository": {"type": "string"}}, "required": ["GitHub Repository", "DockerHub Repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ownerid": {"type": "string"}, "groupid": {"type": "string"}, "grouptoken": {"type": "string"}, "promolimit": {"type": "integer"}, "promotip": {"type": "string"}, "promovalue": {"type": "integer"}}, "required": ["ownerid", "groupid", "grouptoken", "promolimit", "promotip", "promovalue"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ownerid" : "518285090", "groupid" : "187856624", "grouptoken" : "abbd9e5b34154c38e3a7fcbcd8f9965f790c7859c4b96da3c2ac6e13b0f741ee93ef17ce48a9194dc87c8", "promolimit" : 10, "promotip" : "balance", "promovalue" : 10}
json_instruct
{"type": "object", "properties": {"ownerid": {"type": "string"}, "groupid": {"type": "string"}, "grouptoken": {"type": "string"}, "promolimit": {"type": "integer"}, "promotip": {"type": "string"}, "promovalue": {"type": "integer"}}, "required": ["ownerid", "groupid", "grouptoken", "promolimit", "promotip", "promovalue"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1949, 6], [1954, 5], [1959, 5], [1961, 6], [1964, 5], [1966, 5], [1968, 5], [1971, 5], [1973, 5], [1975, 6], [1976, 8], [1977, 5], [1978, 10], [1979, 8], [1980, 5], [1981, 8], [1982, 9], [1984, 6], [1985, 8], [1986, 11], [1987, 7], [1988, 14], [1989, 7], [1990, 8], [1991, 7], [1992, 12], [1993, 9], [1994, 11], [1995, 8], [1996, 15], [1997, 6], [1998, 11], [1999, 11], [2000, 10], [2001, 13], [2002, 12], [2003, 9], [2004, 13], [2005, 16], [2006, 14], [2007, 19], [2008, 13], [2009, 18], [2010, 18], [2011, 8], [2012, 18], [2013, 5], [2014, 15]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "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" : [[[-82.405498, 38.406644], [-82.40289, 38.409114], [-82.400065, 38.409013], [-82.395525, 38.410214], [-82.388461, 38.414261], [-82.387123, 38.412825], [-82.387804, 38.412142], [-82.382429, 38.410724], [-82.382838, 38.407478], [-82.385118, 38.405792], [-82.385422, 38.402176], [-82.387976, 38.401631], [-82.388183, 38.398838], [-82.398014, 38.397179], [-82.396814, 38.398984], [-82.397161, 38.402112], [-82.39559, 38.402955], [-82.397804, 38.402771], [-82.404131, 38.405237], [-82.405498, 38.406644]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 80277}}]}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 55, "n_trials" : 130, "objective" : "markowitz_skew_on_cube", "white" : "optuna_random", "black" : "bobyqa_default", "traceback" : ["passing", "passing"], "best_val" : [20.690133410691015, -0.12198327049923341], "best_x" : [[0.8285346606463317, 0.922548738444941, 0.03840365924019751, 0.21234083685311356, 0.4176865876154633, 0.18168609410417103, 0.7561368623680463, 0.19167412821903318, 0.6560829636347317, 0.3623892458125991, 0.8404282725740368, 0.16890080697187693, 0.4065812544018611, 0.40054629401848807, 0.4623557737060161, 0.3717809166400128, 0.03917637437913912, 0.5381878038461048, 0.8878345598701093, 0.21857433753065325, 0.8015343912199233, 0.23335399197683493, 0.07134837300482244, 0.23188173289503555, 0.4690292491685064, 0.16013680476106262, 0.2373010685563688, 0.4437630939174598, 0.16553484714457856, 0.8065314006449579, 0.02691881109514893, 0.1855494745235272, 0.03368281879807633, 0.21712523030119335, 0.33622445459296546, 0.48287907669268215, 0.33166070117442703, 0.1872051294177024, 0.040402057381965784, 0.6089172443956617, 0.716974302360362, 0.10254026594196497, 0.812199494086698, 0.07243155523793321, 0.039320658903684635, 0.0791480731259, 0.21885998276480711, 0.014774170618743976, 0.699308370442493, 0.675365030893662, 0.60340425195709, 0.7048508469594691, 0.9086991197530102, 0.925183629372032, 0.6824490566955054], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "feval_count" : [130, 130], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "bobyqa_default_cube", "loser" : "optuna_random_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$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"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d500-64", "text" : "NATIONAL ASSOCIATION OF EDUCATIONAL BROADCASTERS\nJta. 30,\nQaorFa \u00a5\u2022 Overton\nSdsi\u00aeatioLl Television to Badlo Gunter\nBom 1400 - 134 3\u00a9, toalle street\nChicago 3, Illinois\nOFFICE OF EXECUTIVE DIRECTOR\nUNIVERSITY OF ILLINOIS\n119 GREGORY HALL\nurban/^llinois\n1953\nv>\nBeer Mr\u00ab Owteat\nI find year letter of toe 29* regarding MEB right# in the various\nprograms, quite natural, la feet* until Burton Paula insisted that\nm get the\u00ae straight before leaving Wisconsin, the situation was not\nelear to all of us.\nHerewith* than* tot the situation is. In the first place* JJjft\nJeffersonian and Paoole ijndor. ftominto are alto in that\nwe have radio rights and one-time transcription right\u00ae. Wa haw\ncopyrights on the scripts, but do not haw specific publication\nri#tS. Royalties 0& thO bOOk gO tO the authors. 2j\u00a3 JsfTaraonian\niSarUfSaai script toe m television* of course belongs to to''Cantor.\nZ think what tesyto was getting at was that* although we would Xto to\ngive you all film and television rights we have, we do not have these\nright\u00ae to give for film and television. These rights would have to be\nnegotiated for separately by to Center and MSB is very happy to re\u00ac\nlease olato to all such film and television right\u00ae and help to\nCanter ,in any way it can* short of assigning something it, itself\nto\u00ae not .have.\nMow* with regard to to mi% #\u00a3 Hankfffld and Veto\u00ae &\u00a3 Barony. MSB own\ngjl right\u00ae s radio* \u00bb, television, and film. Va are b^ppTto transfer\ntaXflviMon and film rights to to Center, and I believe Clrayto has\nalready done this in & letter. If not, 1 am sure tot it was his to\ntantion to do so at to first opportunity.\nWX you let m tow if this situation is still not adequately clarified?\n% intention is to pass on to you to clarification, a\u00ae it merged from\nour last Btootora1 and toouUves* Committee maoting\u00ae, rator than try\nto at any new ft ^*mq\u00bb \u25a0>\nBJStskh\nCOT\nFanlu\n/\nSohooley\nmie\u00ae\nSinoaraly,\nBarry 1. Skornia\ntooutive Biraotor"}
json_instruct
{"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": {"useDocuments": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}, "useProjectsFolders": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}, "useWiki": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}, "useProjectsParts": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}, "sendDailyDigest": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}}, "required": ["useDocuments", "useProjectsFolders", "useWiki", "useProjectsParts", "sendDailyDigest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"useDocuments" : {"cfgName" : "Use documents"}, "useProjectsFolders" : {"cfgName" : "Use project folders"}, "useWiki" : {"cfgName" : "Use wiki documentation"}, "useProjectsParts" : {"cfgName" : "Use project phases"}, "sendDailyDigest" : {"cfgName" : "Send daily digest"}}
json_instruct
{"type": "object", "properties": {"useDocuments": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}, "useProjectsFolders": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}, "useWiki": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}, "useProjectsParts": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}, "sendDailyDigest": {"type": "object", "properties": {"cfgName": {"type": "string"}}, "required": ["cfgName"]}}, "required": ["useDocuments", "useProjectsFolders", "useWiki", "useProjectsParts", "sendDailyDigest"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@react-rangers/stateful", "version" : "1.1.1", "description" : "An easy way to write stateful React components", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ReactRangers/stateful.git"}, "keywords" : ["react"], "author" : "Hagmajer Capital sp. z o.o.", "license" : "MIT", "bugs" : {"url" : "https://github.com/ReactRangers/stateful/issues"}, "homepage" : "https://github.com/ReactRangers/stateful#readme", "peerDependencies" : {"react" : "^16.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"editor.suggest.snippetsPreventQuickSuggestions": {"type": "boolean"}, "aiXcoder.showTrayIcon": {"type": "boolean"}, "editor.fontSize": {"type": "integer"}, "editor.cursorWidth": {"type": "integer"}, "gitlens.codeLens.scopes": {"type": "array", "items": {"type": "string"}}}, "required": ["editor.suggest.snippetsPreventQuickSuggestions", "aiXcoder.showTrayIcon", "editor.fontSize", "editor.cursorWidth", "gitlens.codeLens.scopes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"editor.suggest.snippetsPreventQuickSuggestions" : false, "aiXcoder.showTrayIcon" : true, "editor.fontSize" : 18, "editor.cursorWidth" : 3, "gitlens.codeLens.scopes" : ["document"]}
json_instruct
{"type": "object", "properties": {"editor.suggest.snippetsPreventQuickSuggestions": {"type": "boolean"}, "aiXcoder.showTrayIcon": {"type": "boolean"}, "editor.fontSize": {"type": "integer"}, "editor.cursorWidth": {"type": "integer"}, "gitlens.codeLens.scopes": {"type": "array", "items": {"type": "string"}}}, "required": ["editor.suggest.snippetsPreventQuickSuggestions", "aiXcoder.showTrayIcon", "editor.fontSize", "editor.cursorWidth", "gitlens.codeLens.scopes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"appName": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "appDescription": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}}, "required": ["appName", "appDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appName" : {"message" : "Nix - the simple noise mixer", "description" : "The name of the application"}, "appDescription" : {"message" : "Create your perfect soundscape with a mixture of sounds to help productivity and focus.", "description" : "The description of the application"}}
json_instruct
{"type": "object", "properties": {"appName": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "appDescription": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}}, "required": ["appName", "appDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"plants/bushes/ground/tendonbush/tendonbush.bush": {"type": "array", "items": {"type": "string"}}, "plants/bushes/ground/tendonlight/tendonlight.bush": {"type": "array", "items": {"type": "string"}}}, "required": ["plants/bushes/ground/tendonbush/tendonbush.bush", "plants/bushes/ground/tendonlight/tendonlight.bush"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}, "Rus": {"type": "string"}}, "required": ["Eng", "Rus"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"plants/bushes/ground/tendonbush/tendonbush.bush" : ["/floranDescription"], "plants/bushes/ground/tendonlight/tendonlight.bush" : ["/floranDescription"]}, "Texts" : {"Eng" : "Fleshhh.", "Rus" : "\u041f\u043b\u043e\u0442\u044c."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"plants/bushes/ground/tendonbush/tendonbush.bush": {"type": "array", "items": {"type": "string"}}, "plants/bushes/ground/tendonlight/tendonlight.bush": {"type": "array", "items": {"type": "string"}}}, "required": ["plants/bushes/ground/tendonbush/tendonbush.bush", "plants/bushes/ground/tendonlight/tendonlight.bush"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}, "Rus": {"type": "string"}}, "required": ["Eng", "Rus"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"totalPaymentPrice": {"type": "object", "properties": {"paymentCurrencyAmount": {"type": "integer"}, "paymentCurrencyCode": {"type": "string"}, "paymentCurrencyExchangeRate": {"type": "integer"}, "paymentCurrencySymbol": {"type": "string"}}, "required": ["paymentCurrencyAmount", "paymentCurrencyCode", "paymentCurrencyExchangeRate", "paymentCurrencySymbol"]}, "totalPrice": {"type": "object", "properties": {"basePayoutCurrencyCode": {"type": "string"}, "basePayoutPrice": {"type": "integer"}, "convenienceFee": {"type": "integer"}, "currencyCode": {"type": "string"}, "discount": {"type": "integer"}, "discountPrice": {"type": "integer"}, "originalPrice": {"type": "integer"}, "originalUnitPrice": {"type": "null"}, "unitPrice": {"type": "null"}, "vat": {"type": "integer"}, "voucherDiscount": {"type": "integer"}}, "required": ["basePayoutCurrencyCode", "basePayoutPrice", "convenienceFee", "currencyCode", "discount", "discountPrice", "originalPrice", "originalUnitPrice", "unitPrice", "vat", "voucherDiscount"]}}, "required": ["totalPaymentPrice", "totalPrice"]}}, "required": ["id", "price"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "501a59bae886454f90cf37f13b63cbb4", "price" : {"totalPaymentPrice" : {"paymentCurrencyAmount" : 6074900, "paymentCurrencyCode" : "IDR", "paymentCurrencyExchangeRate" : 1, "paymentCurrencySymbol" : "Rp"}, "totalPrice" : {"basePayoutCurrencyCode" : "USD", "basePayoutPrice" : 390, "convenienceFee" : 0, "currencyCode" : "IDR", "discount" : 2025000, "discountPrice" : 6074900, "originalPrice" : 8099900, "originalUnitPrice" : null, "unitPrice" : null, "vat" : 552200, "voucherDiscount" : 0}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"totalPaymentPrice": {"type": "object", "properties": {"paymentCurrencyAmount": {"type": "integer"}, "paymentCurrencyCode": {"type": "string"}, "paymentCurrencyExchangeRate": {"type": "integer"}, "paymentCurrencySymbol": {"type": "string"}}, "required": ["paymentCurrencyAmount", "paymentCurrencyCode", "paymentCurrencyExchangeRate", "paymentCurrencySymbol"]}, "totalPrice": {"type": "object", "properties": {"basePayoutCurrencyCode": {"type": "string"}, "basePayoutPrice": {"type": "integer"}, "convenienceFee": {"type": "integer"}, "currencyCode": {"type": "string"}, "discount": {"type": "integer"}, "discountPrice": {"type": "integer"}, "originalPrice": {"type": "integer"}, "originalUnitPrice": {"type": "null"}, "unitPrice": {"type": "null"}, "vat": {"type": "integer"}, "voucherDiscount": {"type": "integer"}}, "required": ["basePayoutCurrencyCode", "basePayoutPrice", "convenienceFee", "currencyCode", "discount", "discountPrice", "originalPrice", "originalUnitPrice", "unitPrice", "vat", "voucherDiscount"]}}, "required": ["totalPaymentPrice", "totalPrice"]}}, "required": ["id", "price"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "klein/klein": {"type": "string"}, "voku/html-min": {"type": "string"}, "matthiasmullie/minify": {"type": "string"}}, "required": ["php", "klein/klein", "voku/html-min", "matthiasmullie/minify"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"CodeBeater\\Basic\\": {"type": "string"}}, "required": ["CodeBeater\\Basic\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "license", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "codebeater/basic", "description" : "A basic caching/minifying engine made purely with PHP.", "license" : "Apache-2.0", "require" : {"php" : ">=5.3.0", "klein/klein" : "^2.1", "voku/html-min" : "^1.0", "matthiasmullie/minify" : "^1.3"}, "autoload" : {"psr-4" : {"CodeBeater\\Basic\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "klein/klein": {"type": "string"}, "voku/html-min": {"type": "string"}, "matthiasmullie/minify": {"type": "string"}}, "required": ["php", "klein/klein", "voku/html-min", "matthiasmullie/minify"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"CodeBeater\\Basic\\": {"type": "string"}}, "required": ["CodeBeater\\Basic\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "license", "require", "autoload"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"Vibhav Sinha": {"type": "string"}}, "required": ["Vibhav Sinha"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "swift_versions": {"type": "array", "items": {"type": "string"}}, "vendored_frameworks": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "ios", "source", "swift_versions", "vendored_frameworks", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "VdoCipherKit", "version" : "1.2.0-universal", "summary" : "Play your vdocipher videos on ios", "description" : "Provides a custom view which can be used to play your vdocipher videos. The custom view called\nVdoPlayerView has a loadVideo method which can be used to play using otp and playbackInfo. The\nView also provides a callback when video is ready. The View provides access to the instance of\nAVPlayer which can be used to observe or read any parameters. The view does not provide controls\nof its own. The instance of AVPlayer can be used to create any controls. The player is able to\nplay both FairPlay and non-FairPlay videos.", "homepage" : "https://www.vdocipher.com/page/vdocipherkit", "license" : {"type" : "VdoCipher License", "text" : " Copyright (c) 2019 VdoCipher Media Solutions Private Limited\n"}, "authors" : {"Vibhav Sinha" : "[email protected]"}, "platforms" : {"ios" : "11.0"}, "ios" : {"vendored_frameworks" : "VdoCipherKit.framework"}, "source" : {"http" : "https://s3.amazonaws.com/vdocipher/archive/VdoCipherKit_v1.2.0-universal.zip"}, "swift_versions" : ["5.1", "5.1"], "vendored_frameworks" : "VdoCipherKit.framework", "swift_version" : "5.1"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"Vibhav Sinha": {"type": "string"}}, "required": ["Vibhav Sinha"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "swift_versions": {"type": "array", "items": {"type": "string"}}, "vendored_frameworks": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "ios", "source", "swift_versions", "vendored_frameworks", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "repristination", "definition" : "Restoration to an original state; renewal of purity. [R.] R. Browning."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "serialport": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "serialport", "socket.io"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "devDependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}}, "required": ["jsdoc"]}}, "required": ["name", "version", "description", "dependencies", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "blockly_website", "version" : "0.0.1", "description" : "DIY robot", "dependencies" : {"express" : "^4.15.2", "serialport" : "^5.0.0-beta7", "socket.io" : "^2.0.3"}, "engines" : {"node" : "6.10.2", "npm" : "3.10.10"}, "devDependencies" : {"jsdoc" : "^3.5.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "serialport": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "serialport", "socket.io"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "devDependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}}, "required": ["jsdoc"]}}, "required": ["name", "version", "description", "dependencies", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"css/amazeui.css": {"type": "string"}, "css/amazeui.flat.css": {"type": "string"}, "css/amazeui.flat.min.css": {"type": "string"}, "css/amazeui.min.css": {"type": "string"}, "js/amazeui.ie8polyfill.js": {"type": "string"}, "js/amazeui.ie8polyfill.min.js": {"type": "string"}, "js/amazeui.js": {"type": "string"}, "js/amazeui.min.js": {"type": "string"}, "js/amazeui.widgets.helper.js": {"type": "string"}, "js/amazeui.widgets.helper.min.js": {"type": "string"}}, "required": ["css/amazeui.css", "css/amazeui.flat.css", "css/amazeui.flat.min.css", "css/amazeui.min.css", "js/amazeui.ie8polyfill.js", "js/amazeui.ie8polyfill.min.js", "js/amazeui.js", "js/amazeui.min.js", "js/amazeui.widgets.helper.js", "js/amazeui.widgets.helper.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/amazeui.css" : "sha256-JP8C6Or8VGOiIB/2hUwgyPpdVxfvCMgVMgIE8XOVkpI=", "css/amazeui.flat.css" : "sha256-XRMcDzYE0r+kV+uYskH6Q0s8k449rMBmWnr/wZgFOUA=", "css/amazeui.flat.min.css" : "sha256-wdeuYnsg80dtU6vVr4Qi2JHO8xCtzSfP+QiEIW7k7Iw=", "css/amazeui.min.css" : "sha256-QKNFQcDYZ0j2Vh4QhAzg711B2Ps81YW5Lte6SDm8NYM=", "js/amazeui.ie8polyfill.js" : "sha256-jX/E7LaAeuV6EUen4Y9WWZ0PPBUJxS6gnTV58UpUXVY=", "js/amazeui.ie8polyfill.min.js" : "sha256-6LDmIcoLgBI6mHXxm4GbPpk7jvG75c3g+NrUtv2RdHA=", "js/amazeui.js" : "sha256-W4PHcMEC3ilj9lmDJVIrz/KObRtNYAqkH4ei4+sdSeA=", "js/amazeui.min.js" : "sha256-eRwp3uC/q93u9yxthUKaHijY5a0zNm5oqPcU5Qfpv+0=", "js/amazeui.widgets.helper.js" : "sha256-sOV3PK9nOvArITjl1GIyf8X+BTY9J/z8U6MwTxxVWhA=", "js/amazeui.widgets.helper.min.js" : "sha256-x0xR6GqSDi8POWsnfOxVjNwb5RVINKCilbGG4N8QUxg="}
json_instruct
{"type": "object", "properties": {"css/amazeui.css": {"type": "string"}, "css/amazeui.flat.css": {"type": "string"}, "css/amazeui.flat.min.css": {"type": "string"}, "css/amazeui.min.css": {"type": "string"}, "js/amazeui.ie8polyfill.js": {"type": "string"}, "js/amazeui.ie8polyfill.min.js": {"type": "string"}, "js/amazeui.js": {"type": "string"}, "js/amazeui.min.js": {"type": "string"}, "js/amazeui.widgets.helper.js": {"type": "string"}, "js/amazeui.widgets.helper.min.js": {"type": "string"}}, "required": ["css/amazeui.css", "css/amazeui.flat.css", "css/amazeui.flat.min.css", "css/amazeui.min.css", "js/amazeui.ie8polyfill.js", "js/amazeui.ie8polyfill.min.js", "js/amazeui.js", "js/amazeui.min.js", "js/amazeui.widgets.helper.js", "js/amazeui.widgets.helper.min.js"], "$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": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bibliospec", "downloads" : 3200, "count" : 3013}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Knox County", "name_long" : "Knox County, MO", "fips" : "29103", "state_code_int" : 29, "state_code_postal" : "MO", "state_code_iso" : "US-MO", "county_code" : 103, "population" : 3959, "countrylevel_id" : "fips:29103", "census_data" : {"COUNTYNS" : "00758506", "AFFGEOID" : "0500000US29103", "LSAD" : "06", "ALAND" : 1305376626, "AWATER" : 7307094}, "center_lat" : 40.13, "center_lon" : -92.15, "area_m2" : 1312683720, "timezone" : "America/Chicago"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-92.349, 40.24], [-92.349, 40.241], [-92.349, 40.274], [-92.349, 40.281], [-92.348, 40.282], [-92.348, 40.287], [-92.348, 40.303], [-92.326, 40.303], [-92.25, 40.303], [-92.243, 40.304], [-92.194, 40.304], [-92.189, 40.304], [-92.187, 40.304], [-92.179, 40.304], [-92.179, 40.304], [-92.172, 40.304], [-92.157, 40.304], [-92.138, 40.304], [-92.062, 40.303], [-92.044, 40.302], [-92.025, 40.302], [-91.951, 40.301], [-91.95, 40.301], [-91.95, 40.301], [-91.951, 40.262], [-91.951, 40.258], [-91.951, 40.257], [-91.952, 40.214], [-91.947, 40.214], [-91.947, 40.205], [-91.948, 40.196], [-91.948, 40.181], [-91.948, 40.181], [-91.949, 40.16], [-91.949, 40.153], [-91.95, 40.123], [-91.95, 40.094], [-91.951, 40.055], [-91.951, 40.051], [-91.951, 40.036], [-91.951, 40.029], [-91.952, 40.022], [-91.952, 39.986], [-91.953, 39.981], [-91.953, 39.949], [-91.995, 39.95], [-92.038, 39.951], [-92.038, 39.951], [-92.064, 39.951], [-92.097, 39.952], [-92.12, 39.953], [-92.177, 39.954], [-92.247, 39.953], [-92.247, 39.953], [-92.288, 39.952], [-92.288, 39.952], [-92.293, 39.953], [-92.345, 39.953], [-92.344, 39.967], [-92.343, 40.026], [-92.343, 40.033], [-92.343, 40.034], [-92.343, 40.037], [-92.345, 40.037], [-92.345, 40.038], [-92.346, 40.095], [-92.346, 40.117], [-92.346, 40.124], [-92.346, 40.125], [-92.346, 40.125], [-92.346, 40.139], [-92.346, 40.142], [-92.346, 40.154], [-92.346, 40.161], [-92.346, 40.216], [-92.349, 40.216], [-92.349, 40.237], [-92.349, 40.24]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1916, 8], [1919, 7], [1921, 6], [1922, 12], [1923, 8], [1925, 11], [1927, 8], [1930, 6], [1931, 7], [1932, 10], [1933, 9], [1934, 12], [1935, 13], [1936, 7], [1937, 13], [1938, 18], [1939, 12], [1940, 22], [1941, 17], [1942, 24], [1943, 34], [1944, 22], [1945, 26], [1946, 24], [1947, 29], [1948, 28], [1949, 25], [1950, 44], [1951, 38], [1952, 34], [1953, 22], [1954, 31], [1955, 46], [1956, 30], [1957, 40], [1958, 21], [1959, 29], [1960, 36], [1961, 31], [1962, 36], [1963, 27], [1964, 21], [1965, 32], [1966, 35], [1967, 36], [1968, 40], [1969, 49], [1970, 47], [1971, 48], [1972, 42], [1973, 39], [1974, 50], [1975, 68], [1976, 57], [1977, 62], [1978, 81], [1979, 226], [1980, 159], [1981, 135], [1982, 149], [1983, 112], [1984, 99], [1985, 98], [1986, 92], [1987, 102], [1988, 82], [1989, 70], [1990, 75], [1991, 69], [1992, 71], [1993, 85], [1994, 81], [1995, 99], [1996, 116], [1997, 130], [1998, 132], [1999, 131], [2000, 139], [2001, 169], [2002, 161], [2003, 175], [2004, 255], [2005, 266], [2006, 252], [2007, 276], [2008, 278], [2009, 233], [2010, 189], [2011, 226], [2012, 230], [2013, 215], [2014, 214]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["postinstall", "build", "start"]}, "dependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"cross-env": {"type": "string"}}, "required": ["cross-env"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "scripts", "dependencies", "workspaces", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@code-mentoring/learn", "version" : "0.0.0", "description" : "Learning website for Code Mentoring", "main" : "index.js", "author" : "Tristan Matthias <[email protected]>", "license" : "MIT", "private" : true, "scripts" : {"postinstall" : "yarn build", "build" : "lerna run build", "start" : "lerna run start --stream --scope @code-mentoring/api"}, "dependencies" : {"lerna" : "^3.20.2"}, "workspaces" : ["packages/*"], "devDependencies" : {"cross-env" : "^7.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["postinstall", "build", "start"]}, "dependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"cross-env": {"type": "string"}}, "required": ["cross-env"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "scripts", "dependencies", "workspaces", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "string"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "plural of an otherwise unknown name;", "pron" : "see-neem'", "outline" : "", "kjv_def" : "Sinim.", "lemma" : "\u05e1\u05b4\u05d9\u05e0\u05b4\u05d9\u05dd", "frequency" : "", "strongs_def" : "Sinim, a distant Oriental region", "xlit" : "\u00c7\u00eeyn\u00eeym"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "string"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : [[[-77.854989, 40.782412], [-77.847682, 40.789488], [-77.841981, 40.798221], [-77.840151, 40.799009], [-77.839779, 40.798256], [-77.83773, 40.799487], [-77.83605, 40.799101], [-77.834459, 40.796181], [-77.833718, 40.79625], [-77.834298, 40.797149], [-77.832815, 40.799236], [-77.831254, 40.798931], [-77.831561, 40.796973], [-77.833498, 40.79477], [-77.831501, 40.794529], [-77.832031, 40.794254], [-77.830969, 40.793377], [-77.831278, 40.792635], [-77.827886, 40.791454], [-77.825002, 40.791717], [-77.820358, 40.794665], [-77.819816, 40.793589], [-77.819766, 40.792298], [-77.821236, 40.7906], [-77.820241, 40.791063], [-77.819037, 40.78984], [-77.821502, 40.788466], [-77.822693, 40.789637], [-77.822004, 40.790263], [-77.822805, 40.790982], [-77.827132, 40.790002], [-77.831514, 40.791782], [-77.832195, 40.790884], [-77.832725, 40.791997], [-77.834044, 40.791634], [-77.833819, 40.789835], [-77.837744, 40.785919], [-77.834151, 40.786542], [-77.832705, 40.783513], [-77.843645, 40.777445], [-77.846568, 40.780255], [-77.84789, 40.779546], [-77.84852, 40.78031], [-77.848082, 40.78056], [-77.849488, 40.781993], [-77.847122, 40.783048], [-77.848436, 40.784285], [-77.849528, 40.782583], [-77.853427, 40.780433], [-77.854989, 40.782412]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 56884}}]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 2, "n_trials" : 340, "objective" : "styblinski_tang_on_cube", "white" : "pymoo_pattern", "black" : "bayesopt_ei", "traceback" : ["passing", "Black took 342 function evals when instructed to use 342"], "best_val" : [2.5665766859245718, 2.5665772267478535], "best_x" : [[0.21800769310757528, 0.21800770027795563], [0.2178773341143252, 0.21816541241567344]], "feval_count" : [342, 342], "n_trials_instructed" : [340, 342], "passing" : [true, true], "completed" : true, "points" : 0.5, "winner" : "draw", "loser" : "draw"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$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"}, "deprecated": {"type": "boolean"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "start", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"ag-grid-community": {"type": "string"}}, "required": ["ag-grid-community"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "autoprefixer": {"type": "string"}, "css-loader": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "postcss-loader": {"type": "string"}, "postcss-scss": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@types/node", "autoprefixer", "css-loader", "mini-css-extract-plugin", "node-sass", "postcss-loader", "postcss-scss", "sass-loader", "style-loader", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server"]}, "types": {"type": "string"}}, "required": ["name", "version", "description", "deprecated", "main", "repository", "scripts", "author", "license", "keywords", "dependencies", "devDependencies", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ag-grid-autocomplete-editor", "version" : "1.2.6", "description" : "Quick implementation of autocompletion into ag-Grid cell using autocompleter package.", "deprecated" : false, "main" : "ag-grid-autocomplete-editor.js", "repository" : {"type" : "git", "url" : "git+https://github.com/avallete/ag-grid-autocomplete-editor.git"}, "scripts" : {"test" : "exit 0", "start" : "webpack-dev-server --config config/webpack.dev.js --inline --progress --port 8080", "build" : "webpack --config config/webpack.prod.js --progress --profile --bail --allow-js"}, "author" : "Andrew Valleteau", "license" : "MIT", "keywords" : ["autocomplete", "autocompleter", "lightweight", "javascript", "auto-complete", "vanilla", "vanilla-js", "input", "ui", "complete", "ajax", "form", "component", "collapse", "dropdown", "suggester", "fast", "tiny", "small", "typescript", "widget", "grouping", "group", "groups", "categories", "category", "ag-grid", "ag-grid-autocomplete", "ag-grid-autocomplete-editor", "select"], "dependencies" : {"ag-grid-community" : "^20.2.0"}, "devDependencies" : {"@types/node" : "^11.13.14", "autoprefixer" : "^9.6.0", "css-loader" : "^2.1.1", "mini-css-extract-plugin" : "^0.5.0", "node-sass" : "^4.12.0", "postcss-loader" : "^3.0.0", "postcss-scss" : "^2.0.0", "sass-loader" : "^7.1.0", "style-loader" : "^0.23.1", "ts-loader" : "^5.4.5", "typescript" : "^3.5.2", "webpack" : "^4.34.0", "webpack-cli" : "^3.3.4", "webpack-dev-server" : "^3.7.1"}, "types" : "./ag-grid-autocomplete-editor.d.ts"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "deprecated": {"type": "boolean"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "start", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"ag-grid-community": {"type": "string"}}, "required": ["ag-grid-community"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "autoprefixer": {"type": "string"}, "css-loader": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "postcss-loader": {"type": "string"}, "postcss-scss": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@types/node", "autoprefixer", "css-loader", "mini-css-extract-plugin", "node-sass", "postcss-loader", "postcss-scss", "sass-loader", "style-loader", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server"]}, "types": {"type": "string"}}, "required": ["name", "version", "description", "deprecated", "main", "repository", "scripts", "author", "license", "keywords", "dependencies", "devDependencies", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 55, "n_trials" : 550, "objective" : "markowitz_analytic_on_cube", "white" : "pymoo_pattern", "black" : "platypus_spea2", "traceback" : ["passing", "Black took 600 function evals when instructed to use 587"], "best_val" : [0.0779946331012439, 14.808303816997592], "best_x" : [[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.07743043245425107, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.11367980253706678, 0.0, 0.18047920149559482, 0.0, 0.0, 0.17677533921435418, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3575510824955864, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1664192427272675, 0.0], [0.38941350468666025, 0.4769005165104997, 0.1337240303624852, 0.07470433539555899, 0.08766610724458967, 0.6136395574098614, 0.3089355407639358, 0.336014919398711, 0.14657023984661532, 0.1681079902022774, 0.13526527388213744, 0.00865480413630626, 0.11318557022799969, 0.22434759499570775, 0.24351262653378491, 0.14675968470617762, 0.45996595221406567, 0.2241072853152451, 0.587717865096513, 0.20791893845099751, 0.39198781442425373, 0.6784039725570532, 0.03405241854647456, 0.2580502544550242, 0.15510137227419843, 0.8861187438482305, 0.0025509553086391357, 0.07071612308542125, 0.4432078676672783, 0.1462703045087755, 0.2302648069549211, 0.8429943441714212, 0.42555621418901374, 0.1323105958590619, 0.25877282960569253, 0.19461341804853227, 0.06849654276680518, 0.3277800385292728, 0.1418113930739042, 0.01515331050687696, 0.4970563361529018, 0.2077934794971399, 0.8660801466035127, 0.14996975887041153, 0.8207172906367954, 0.149128130689677, 0.1988203355284752, 0.35634254265224247, 0.3516491895708188, 0.5850128871540166, 0.1883972429437155, 0.4696608202766126, 0.27908524694788656, 0.36697372368757475, 0.03377680376500786]], "feval_count" : [587, 600], "n_trials_instructed" : [550, 587], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pymoo_pattern", "loser" : "platypus_spea2"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Manual", "Web Development"], "desc" : " ", "details" : {"authors" : "Lisa Sabin-Wilson", "format" : "pdf", "isbn-10" : "1119325927", "isbn-13" : "978-1119325925", "pages" : "432 pages", "publication date" : "August 7, 2017", "publisher" : "For Dummies", "size" : "21.00Mb"}, "img" : "http://23.95.221.108/covers/be/be0fa8795520da421baa75d28dcb68b9.jpg", "link" : "https://rapidhosting.info/files/7wx", "title" : "WordPress For Dummies (For Dummies (Computer/Tech))"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1982, 5], [1987, 5], [1990, 6], [1992, 6], [1993, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"inventors": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}, "year": {"type": "integer"}}, "required": ["first", "last", "year"]}}}, "required": ["inventors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inventors" : [{"first" : "Albert", "last" : "Einstein", "year" : 1879}, {"first" : "Isaac", "last" : "Newton", "year" : 1643}, {"first" : "Galileo", "last" : "Galilei", "year" : 1564}, {"first" : "Marie", "last" : "Curie", "year" : 1867}, {"first" : "Johannes", "last" : "Kepler", "year" : 1571}, {"first" : "Nicolaus", "last" : "Copernicus", "year" : 1473}, {"first" : "Max", "last" : "Planck", "year" : 1858}, {"first" : "Juan", "last" : "Perez", "year" : 1987}, {"first" : "Juan", "last" : "Perez", "year" : 1987}, {"first" : "Juan", "last" : "Perez", "year" : 1987}]}
json_instruct
{"type": "object", "properties": {"inventors": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}, "year": {"type": "integer"}}, "required": ["first", "last", "year"]}}}, "required": ["inventors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"W": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "L": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["W", "L", "G"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["LWL", "WGW", "LWL"], "key" : {"W" : {"tag" : "minecraft:planks"}, "L" : {"tag" : "minecraft:wooden_stairs"}, "G" : {"item" : "mechanicaltech:wood_gear"}}, "result" : {"item" : "mechanicaltech:waterwheel"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"W": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "L": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["W", "L", "G"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "isheng5.GitHub.io", "tagline" : "\u7b80\u5355\u76f4\u63a5\u53ef\u7528\u535a\u5ba2\u6a21\u677f", "body" : "## \u8bf4\u660e\r\n\r\n \u53ef\u7528\r\n\r\n\u6b64\u535a\u5ba2 fork \u81ea [Azeril](http://azeril.me/)\uff0c\u611f\u8c22\u3002\r\n\r\n## \u542c\u00b7\u8bf4\r\n\r\n\u6211\u662f\u66fe\u6770\u5b89\r\n\r\n\u73b0\u5728\u7814\u4e60 **\u8ba4\u77e5\u5199\u4f5c\u5b66** \u3002\r\n\r\n## \u575a\u4fe1\r\n\r\n\r\n- \u5143\u8ba4\u77e5\u4e43\u4e00\u5207\u4e4b\u6e90\r\n- \u5b66\u82df\u77e5\u672c\uff0c\u516d\u7ecf\u7686\u6211\u6ce8\u811a \r\n- \u4e00\u5207\u6280\u80fd\u7686\u53ef\u4e60\u5f97\uff0c\u5305\u62ec\u5199\u4f5c\r\n- \u300c\u6301\u7eed\u300d\u5e76\u4e0d\u662f\u575a\u6301\uff0c\u5199\u5c31\u662f\u6700\u597d\u7684\u56de\u62a5\r\n\r\n\r\n\r\n", "note" : "Don't delete this file! It's used internally to help with page regeneration."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x1ec0c5c2ac5edf73be6e7f53cf9a3b51ca1853fb", "tool" : "securify", "start" : 1563546150.3351376, "end" : 1563546153.623742, "duration" : 3.288604497909546, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : ["Place chicken breasts in a large pot with water, wine, salt, curry powder, onion, and celery. Cover, and bring to a boil. Reduce heat to low, and simmer for 1 hour. Remove from heat, strain (reserving broth), and refrigerate to cool. Remove chicken meat from bone, and cut into bite size pieces.", "Prepare the rice mix according to package directions. Replace the specified amount of liquid with the same amount of the reserved broth.", "Preheat oven to 350 degrees F (175 degrees C). Lightly grease a 9x13 inch baking dish.", "In a large bowl combine the chicken, rice, and mushrooms. Blend in the sour cream and soup. Spoon into the prepared baking dish.", "Bake at 350 degrees F (175 degrees C) for 1 hour."], "ingredients" : ["3 pounds bone-in chicken breast halves, with skin", "1 cup water", "1 cup dry white wine", "1 1/2 teaspoons salt", "1 teaspoon curry powder", "1 onion, sliced", "1 cup chopped celery", "2 (6 ounce) packages long grain and wild rice mix", "1 (16 ounce) can sliced mushrooms, drained", "1 cup sour cream", "1 (10.75 ounce) can condensed cream of mushroom soup"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Chicken and Wild Rice Casserole", "url" : "http://allrecipes.com/recipe/17178/chicken-and-wild-rice-casserole/"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"age": {"type": "integer"}, "innerObject": {"type": "object", "properties": {"val": {"type": "string"}}, "required": ["val"]}, "name": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"val": {"type": "string"}}, "required": ["val"]}}, "status": {"type": "boolean"}, "stringArray": {"type": "array", "items": {"type": "string"}}}, "required": ["age", "innerObject", "name", "objects", "status", "stringArray"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"age" : 1, "innerObject" : {"val" : "z"}, "name" : "foo", "objects" : [{"val" : "x"}, {"val" : "y"}], "status" : true, "stringArray" : ["a", "b", "c", "d"]}
json_instruct
{"type": "object", "properties": {"age": {"type": "integer"}, "innerObject": {"type": "object", "properties": {"val": {"type": "string"}}, "required": ["val"]}, "name": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"val": {"type": "string"}}, "required": ["val"]}}, "status": {"type": "boolean"}, "stringArray": {"type": "array", "items": {"type": "string"}}}, "required": ["age", "innerObject", "name", "objects", "status", "stringArray"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"quad": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["quad"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"quad" : [[139, 678], [939, 689], [967, 1179], [87, 1168]]}
json_instruct
{"type": "object", "properties": {"quad": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["quad"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"manifestDescription": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["manifestDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifestDescription" : {"message" : ""}}
json_instruct
{"type": "object", "properties": {"manifestDescription": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["manifestDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Infinite": {"type": "array", "items": {"type": "string"}}}, "required": ["Infinite"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Infinite" : ["SciFiWritersHaveNoSenseOfScale", "MoreThanInfinite", "FridgeLogic", "NumberTropes", "Pun", "MouthfulOfPi", "TabletopGame", "DidYouJustPunchOutCthulhu", "TheMovie", "ATwinkleInTheSky", "RuleOfFunny", "DisneyAcidSequence", "Pun", "CosmicKeystone", "TheBank", "ComputerEqualsMonitor", "DrivenToSuicide", "CanonDiscontinuity", "JokeItem", "SelfParody", "GameBreaker", "JokeItem", "SelfParody", "GameBreaker", "ContemplateOurNavels", "InfinityPlusOneSword", "InfinityMinusOneSword", "InfinityPlusOneElement", "MoreThanInfinite", "TheMultiverse", "AlienGeometries"]}
json_instruct
{"type": "object", "properties": {"Infinite": {"type": "array", "items": {"type": "string"}}}, "required": ["Infinite"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_3myvs", "name" : "antieverything"}, "date" : {"day" : 1632528000, "full" : 1632598541, "month" : 1630454400, "week" : 1632009600}, "id" : "t3_pvdwk8", "picture" : {"filesize" : 113877, "fullUrl" : "https://external-preview.redd.it/7Q78S-1LCV5rcmseehqYyPVrJC88RDiUExfhVnoIRWo.jpg?auto=webp&s=a05ec0745463efb5b5d2ee8ae04258ef99ece75d", "hash" : "f2e23a56bd", "height" : 1138, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAkDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAYI/8QAJxAAAQIDBgcBAAAAAAAAAAAAAgEDAAQRBQYSFlSSIjFBQ3GRk9H/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGREBAAIDAAAAAAAAAAAAAAAAAQACERIh/9oADAMBAAIRAxEAPwCsuXfGwWRkhfcaCbmpZ1l4KLwGgKuJedEWibodmKytQO1Yz6yZyBsvt4BJruIVKeOvuF5lPVTn3L9gKAkS7rjs/9k=", "url" : "https://external-preview.redd.it/7Q78S-1LCV5rcmseehqYyPVrJC88RDiUExfhVnoIRWo.jpg?width=640&crop=smart&auto=webp&s=8df0617029bd1ad900029ff7303c7a5656889f36", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "ratio" : 0.93, "ups" : 20, "value" : 20}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Desert Rock Formation", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/pvdwk8/desert_rock_formation/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "repository": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "description", "url", "repository", "image"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "SoulExtract.com", "description" : "Alternative Rock injected with electronic and cinematic elements.", "url" : "https://soulextract.com", "repository" : "https://github.com/soulextract/soulextract.com", "image" : "images/soulextract.com.jpg"}, {"name" : "RomelPerez.dev", "description" : "Romel P\u00e9rez's personal website.", "url" : "https://romelperez.dev", "repository" : "https://github.com/romelperez/romelperez.dev", "image" : "images/romelperez.dev.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "repository": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "description", "url", "repository", "image"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"lang": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "integer"}, "targetEntityType": {"type": "string"}, "sourceContext": {"type": "string"}, "sourceURI": {"type": "string"}, "properties": {"type": "object", "properties": {"firstName": {"type": "object", "properties": {"sourcedFrom": {"type": "string"}}, "required": ["sourcedFrom"]}, "lastName": {"type": "object", "properties": {"sourcedFrom": {"type": "string"}}, "required": ["sourcedFrom"]}}, "required": ["firstName", "lastName"]}}, "required": ["lang", "name", "description", "version", "targetEntityType", "sourceContext", "sourceURI", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lang" : "zxx", "name" : "PersonFlow-PersonMapping", "description" : "", "version" : 1, "targetEntityType" : "http://example.org/Person-0.0.1/Person", "sourceContext" : "/", "sourceURI" : "/q/data-hub/....json", "properties" : {"firstName" : {"sourcedFrom" : "firstName"}, "lastName" : {"sourcedFrom" : "lastName"}}}
json_instruct
{"type": "object", "properties": {"lang": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "integer"}, "targetEntityType": {"type": "string"}, "sourceContext": {"type": "string"}, "sourceURI": {"type": "string"}, "properties": {"type": "object", "properties": {"firstName": {"type": "object", "properties": {"sourcedFrom": {"type": "string"}}, "required": ["sourcedFrom"]}, "lastName": {"type": "object", "properties": {"sourcedFrom": {"type": "string"}}, "required": ["sourcedFrom"]}}, "required": ["firstName", "lastName"]}}, "required": ["lang", "name", "description", "version", "targetEntityType", "sourceContext", "sourceURI", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 9951120, "stationGroupId" : 9951120, "name" : "\u702c\u6238\u53e3", "lineId" : 99511, "zipCode" : "489-0877", "pref" : "\u611b\u77e5\u770c", "city" : "\u702c\u6238\u5e02", "town" : "\u6771\u8d64\u91cd\u753a", "longitude" : 137.081866, "latitude" : 35.206679, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"postal_code" : "42734", "place_name" : "Zenth\u00e9", "place_type" : "Colonia", "county" : "Progreso de Obreg\u00f3n", "state" : "Hidalgo", "city" : ""}, {"postal_code" : "42734", "place_name" : "El Bondho", "place_type" : "Colonia", "county" : "Progreso de Obreg\u00f3n", "state" : "Hidalgo", "city" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Balaguier-sur-Rance", "circ" : "3\u00e8me circonscription", "dpt" : "Aveyron", "inscrits" : 79, "abs" : 33, "votants" : 46, "blancs" : 4, "nuls" : 2, "exp" : 40, "res" : [{"nuance" : "REM", "nom" : "M. Jean-Louis AUSTRUY", "voix" : 22}, {"nuance" : "LR", "nom" : "M. Arnaud VIALA", "voix" : 18}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u4fe1\u606f\u5197\u4f59", "\u5197\u4f59", "\u88c1\u5458"], "key" : "Redundancy"}, {"value" : ["\u88c1\u5458\u652f\u51fa", "\u88c1\u5458\u8d54\u507f", "\u89e3\u96c7\u6d25\u8d34"], "key" : "redundancy payment"}, {"value" : ["\u9063\u6563\u8d85\u989d\u5458\u5de5\u8ba1\u5212"], "key" : "redundancy package"}], "query" : "redundancy", "translation" : ["\u5197\u4f59"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=redundancy"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=redundancy"}, "basic" : {"us-phonetic" : "r\u026a'd\u028cnd\u0259nsi", "phonetic" : "r\u026a'd\u028cnd(\u0259)ns\u026a", "uk-phonetic" : "r\u026a'd\u028cnd(\u0259)ns\u026a", "explains" : ["n. [\u8ba1][\u6570] \u5197\u4f59\uff08\u7b49\u4e8eredundance\uff09\uff1b\u88c1\u5458\uff1b\u4eba\u6d6e\u4e8e\u4e8b"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"term": {"type": "string"}, "year": {"type": "integer"}, "repopath": {"type": "string"}}, "required": ["term", "year", "repopath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"term" : "Spring", "year" : 2022, "repopath" : "/home/matt/scagnt.github.io/seminar/"}
json_instruct
{"type": "object", "properties": {"term": {"type": "string"}, "year": {"type": "integer"}, "repopath": {"type": "string"}}, "required": ["term", "year", "repopath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Test", "text" : "Testing 124", "id" : 1}, {"title" : "Testing `", "text" : "Test note", "id" : 2}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "prepublish", "test"]}, "devDependencies": {"type": "object", "properties": {"async": {"type": "string"}, "babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-plugin-add-module-exports": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-plugin-transform-runtime": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "babel-register": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "ramda": {"type": "string"}}, "required": ["async", "babel-cli", "babel-core", "babel-plugin-add-module-exports", "babel-plugin-transform-object-rest-spread", "babel-plugin-transform-runtime", "babel-preset-env", "babel-preset-react", "babel-preset-stage-0", "babel-register", "chai", "mocha", "ramda"]}, "dependencies": {"type": "object", "properties": {"glob": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["glob", "lodash"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "keywords", "license", "main", "author", "scripts", "devDependencies", "dependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "babel-plugin-vd-library", "version" : "1.0.0", "description" : "Modular VD library builds without the hassle.", "keywords" : ["babel-plugin", "vd"], "license" : "MIT", "main" : "lib/index.js", "author" : "Tom Xu <[email protected]>", "scripts" : {"build" : "babel src --out-dir lib || true", "prepublish" : "npm run build", "test" : "mocha --check-leaks --compilers js:babel-register"}, "devDependencies" : {"async" : "^2.4.1", "babel-cli" : "^6.24.1", "babel-core" : "^6.25.0", "babel-plugin-add-module-exports" : "~0.2.1", "babel-plugin-transform-object-rest-spread" : "^6.23.0", "babel-plugin-transform-runtime" : "^6.15.0", "babel-preset-env" : "^1.5.2", "babel-preset-react" : "^6.24.1", "babel-preset-stage-0" : "^6.24.1", "babel-register" : "^6.24.1", "chai" : "^4.0.2", "mocha" : "^3.4.2", "ramda" : "^0.24.1"}, "dependencies" : {"glob" : "^7.1.1", "lodash" : "^4.17.4"}, "files" : ["lib"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "prepublish", "test"]}, "devDependencies": {"type": "object", "properties": {"async": {"type": "string"}, "babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-plugin-add-module-exports": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-plugin-transform-runtime": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "babel-register": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "ramda": {"type": "string"}}, "required": ["async", "babel-cli", "babel-core", "babel-plugin-add-module-exports", "babel-plugin-transform-object-rest-spread", "babel-plugin-transform-runtime", "babel-preset-env", "babel-preset-react", "babel-preset-stage-0", "babel-register", "chai", "mocha", "ramda"]}, "dependencies": {"type": "object", "properties": {"glob": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["glob", "lodash"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "keywords", "license", "main", "author", "scripts", "devDependencies", "dependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Enhancing Recurrent Neural Networks with Positional Attention for Question Answering.", "fields" : ["sentence", "question answering", "recurrent neural network", "artificial neural network", "interrogative word"], "abstract" : "Attention based recurrent neural networks (RNN) have shown a great success for question answering (QA) in recent years. Although significant improvements have been achieved over the non-attentive models, the position information is not well studied within the attention-based framework. Motivated by the effectiveness of using the word positional context to enhance information retrieval, we assume that if a word in the question (i.e., question word ) occurs in an answer sentence, the neighboring words should be given more attention since they intuitively contain more valuable information for question answering than those far away. Based on this assumption, we propose a positional attention based RNN model, which incorporates the positional context of the question words into the answers' attentive representations. Experiments on two benchmark datasets show the great advantages of our proposed model. Specifically, we achieve a maximum improvement of 8.83% over the classical attention based RNN model in terms of mean average precision. Furthermore, our model is comparable to if not better than the state-of-the-art approaches for question answering.", "citation" : "Citations (4)", "departments" : ["East China Normal University", "East China Normal University", "York University", "East China Normal University", "East China Normal University"], "authors" : ["Qin Chen.....http://dblp.org/pers/hd/c/Chen:Qin", "Qinmin Hu.....http://dblp.org/pers/hd/h/Hu:Qinmin", "Jimmy Xiangji Huang.....http://dblp.org/pers/hd/h/Huang:Jimmy_Xiangji", "Liang He.....http://dblp.org/pers/hd/h/He_0001:Liang", "Weijie An.....http://dblp.org/pers/hd/a/An:Weijie"], "conf" : "sigir", "year" : "2017", "pages" : 4}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-24pr-9rc2-6xv5", "modified" : "2022-05-04T00:00:44Z", "published" : "2022-04-21T00:00:27Z", "aliases" : ["CVE-2021-3100"], "details" : "The Apache Log4j hotpatch package before log4j-cve-2021-44228-hotpatch-1.1-12 didn\u2019t mimic the permissions of the JVM being patched, allowing it to escalate privileges.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-3100"}, {"type" : "WEB", "url" : "https://alas.aws.amazon.com/AL2/ALAS-2021-1732.html"}, {"type" : "WEB", "url" : "https://alas.aws.amazon.com/ALAS-2021-1554.html"}, {"type" : "WEB", "url" : "https://unit42.paloaltonetworks.com/aws-log4shell-hot-patch-vulnerabilities"}], "database_specific" : {"cwe_ids" : ["CWE-269"], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9108062004", "district_id" : "9108062", "name" : "KAPADIRI"}
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 an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "BANGKA TENGAH", "originalFilename" : "FOTO.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 120804, "noUrut" : 1, "nama" : "Ir. HENDRIYANSEN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PANGKALPINANG", "originalFilename" : "FOTO.jpeg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 213666, "noUrut" : 2, "nama" : "SUBIYANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PANGKALPINANG", "originalFilename" : "FOTO.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 235746, "noUrut" : 3, "nama" : "YESSI YESNITA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PANGKALPINANG", "originalFilename" : "FOTO.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 143271, "noUrut" : 4, "nama" : "AMIR, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PANGKALPINANG", "originalFilename" : "FOTO.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 234347, "noUrut" : 5, "nama" : "MELDA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PANGKALPINANG", "originalFilename" : "FIFI OKTAVIA.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 226189, "noUrut" : 6, "nama" : "FIFI OKTAVIA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PANGKALPINANG", "originalFilename" : "FOTO.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 209709, "noUrut" : 7, "nama" : "H. RUSTAM MATARIS", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}