input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"countries" : [], "topics" : ["Flexibility Mechanisms"], "section_title" : "CARBON CAPTURE AND STORAGE (SBSTA):", "enb_start_date" : "12-Jun-08", "enb_short_title" : "SB-28", "subtype" : "", "actors" : [], "sentences" : ["SBSTA Chair Plume chaired the informal consultations.", "Discussions focused on whether to hold a roundtable at SBSTA 29 and on the inclusion of a reference to decision 1/CMP.2 (guidance on the CDM).", "Consultations will continue informally."], "enb_url" : "http://www.iisd.ca/vol12/enb12373e.html", "enb_long_title" : "Twenty-eighth Sessions of the UNFCCC Subsidiary Bodies, Second Session of the Ad Hoc Working Group Under the Convention, and fifth Session of the Ad Hoc Working Group Under the Kyoto Protocol", "type" : "", "id" : "enb12373e_7", "enb_end_date" : "12-Jun-08"}
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.9": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.9"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.9"], "meta" : {"description" : "Turn URLs into affiliate URLs based on provided domain parameter mapping", "homepage" : "UNKNOWN", "license" : "MIT"}, "versions" : {"0.1.9" : {"sha256" : "d17322df29815b91e11cbaee5e888dec754c45d995b251b10e2f3ed671a8aaf9", "url" : "https://files.pythonhosted.org/packages/20/48/bf9611d234228d98cc329f03d60bceec6ae4a9e81a948914f1e8e90dac37/affurl-0.1.9.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.9": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.9"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"overview": {"type": "string"}}, "required": ["overview"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"overview" : "Pr\u00e9sentation"}
json_instruct
{"type": "object", "properties": {"overview": {"type": "string"}}, "required": ["overview"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101650, "name" : "Naruto - ItaHina (Amor Doce) 2", "description" : "Dei uma 'repaginada' simples nele asuasuas. <3", "user" : {"id" : 265152, "name" : "~Yuu", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2014-05-18T02:24:16.000Z", "weekly_install_count" : 0, "total_install_count" : 69, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/101650-after.png?r=1586678574", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2014-05-18T02:24:16.000Z", "category" : "site", "raw_subcategory" : "amordoce", "subcategory" : "amordoce", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(amordoce.com) {\r\n#container{\r\nbackground-image : url(http://i113.photobucket.com/albums/n209/danny_lisa1/test3_zps2904e1f7.jpg) !important ;\r\n}\r\n#container.connected #header { background-image : url(http://i113.photobucket.com/albums/n209/danny_lisa1/Test2_zps94960276.png) !important ;\r\n}\r\n.idcard-member { background : url(http://i113.photobucket.com/albums/n209/danny_lisa1/Test4_zpsc13f84f4.png) no-repeat !important ;\r\n}\r\n}\r\n\r\n@-moz-document regexp(\"http://www.amordoce.com/profil/Biyori\") {\r\n.idcard-member { background : url(http://i113.photobucket.com/albums/n209/danny_lisa1/Test4_zpsc13f84f4.png) no-repeat !important ;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/101650/naruto-itahina-amor-doce-2.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"ref": {"type": "string"}, "name": {"type": "string"}, "name:ar": {"type": "string"}, "name:de": {"type": "string"}, "name:en": {"type": "string"}, "name:he": {"type": "string"}, "name:ru": {"type": "string"}, "boundary": {"type": "string"}, "state_code": {"type": "string"}, "admin_level": {"type": "string"}}, "required": ["ref", "name", "name:ar", "name:de", "name:en", "name:he", "name:ru", "boundary", "state_code", "admin_level"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[34.999, 31.854], [35.02, 31.926], [35.019, 31.926], [35, 32.049], [35, 32.052], [34.999, 32.052], [34.995, 32.064], [35.226, 32.085], [35.398, 32.057], [35.375, 31.835], [35.083, 31.853], [34.999, 31.854]]]}, "properties" : {"name" : "Ramallah and al-Bireh Governorate", "iso2" : "PS-RBH", "admin_level" : 5, "osm_id" : 4733525, "countrylevel_id" : "iso2:PS-RBH", "osm_data" : {"localname" : "\u0645\u062d\u0627\u0641\u0638\u0629 \u0631\u0627\u0645 \u0627\u0644\u0644\u0647 \u0648\u0627\u0644\u0628\u064a\u0631\u0629", "official_name" : "", "alltags" : {"ref" : "RBH", "name" : "\u0645\u062d\u0627\u0641\u0638\u0629 \u0631\u0627\u0645 \u0627\u0644\u0644\u0647 \u0648\u0627\u0644\u0628\u064a\u0631\u0629", "name:ar" : "\u0645\u062d\u0627\u0641\u0638\u0629 \u0631\u0627\u0645 \u0627\u0644\u0644\u0647 \u0648\u0627\u0644\u0628\u064a\u0631\u0629", "name:de" : "Gouvernement Ramallah und Al-Bireh", "name:en" : "Ramallah and al-Bireh Governorate", "name:he" : "\u05e0\u05e4\u05ea \u05e8\u05de\u05d0\u05dc\u05dc\u05d4 \u05d5\u05d0\u05dc-\u05d1\u05d9\u05e8\u05d4", "name:ru" : "\u043f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u044f \u0420\u0430\u043c\u0430\u043b\u043b\u0430 \u0438 \u044d\u043b\u044c-\u0411\u0438\u0440\u0430", "boundary" : "administrative", "state_code" : "RBH", "admin_level" : "5"}}, "center_lat" : 31.96, "center_lon" : 35.21, "area_m2" : 855254198, "timezone" : "Asia/Hebron", "population" : 290401, "wikidata_id" : "Q1093166", "wikipedia_id" : "en:Ramallah and al-Bireh Governorate"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"ref": {"type": "string"}, "name": {"type": "string"}, "name:ar": {"type": "string"}, "name:de": {"type": "string"}, "name:en": {"type": "string"}, "name:he": {"type": "string"}, "name:ru": {"type": "string"}, "boundary": {"type": "string"}, "state_code": {"type": "string"}, "admin_level": {"type": "string"}}, "required": ["ref", "name", "name:ar", "name:de", "name:en", "name:he", "name:ru", "boundary", "state_code", "admin_level"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"data": {"type": "object", "properties": {"image": {"type": "object", "properties": {"createdAt": {"type": "string"}, "file": {"type": "string"}, "fileHash": {"type": "string"}, "fileSize": {"type": "integer"}, "focalPoint": {"type": "object", "properties": {"bottom": {"type": "integer"}, "height": {"type": "integer"}, "left": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}, "width": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["bottom", "height", "left", "right", "top", "width", "x", "y"]}, "hasFocalPoint": {"type": "boolean"}, "height": {"type": "integer"}, "id": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "uploadedByUser": {"type": "object", "properties": {"id": {"type": "string"}, "username": {"type": "string"}}, "required": ["id", "username"]}, "url": {"type": "string"}, "urlLink": {"type": "string"}, "width": {"type": "integer"}}, "required": ["createdAt", "file", "fileHash", "fileSize", "focalPoint", "hasFocalPoint", "height", "id", "tags", "title", "uploadedByUser", "url", "urlLink", "width"]}}, "required": ["image"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"image" : {"createdAt" : "2019-01-05T20:44:46.356363+00:00", "file" : "original_images/download_hxHClaK.png", "fileHash" : "52f99ff31278d071d8c55f55fb387bc618c35571", "fileSize" : 2185, "focalPoint" : {"bottom" : 72, "height" : 73, "left" : 0, "right" : 66, "top" : 0, "width" : 66, "x" : 33, "y" : 36}, "hasFocalPoint" : true, "height" : 73, "id" : "2", "tags" : ["tag4", "tag3"], "title" : "wagtail logo with focal point", "uploadedByUser" : {"id" : "1", "username" : "admin"}, "url" : "/images/IBct65AiLwRo1nSc6jrGC-YdeTg=/2/fill-300x150%7Cjpegquality-60/", "urlLink" : "/media/images/download_hxHClaK.51fa8394.fill-300x150.jpegquality-60.png", "width" : 200}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"image": {"type": "object", "properties": {"createdAt": {"type": "string"}, "file": {"type": "string"}, "fileHash": {"type": "string"}, "fileSize": {"type": "integer"}, "focalPoint": {"type": "object", "properties": {"bottom": {"type": "integer"}, "height": {"type": "integer"}, "left": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}, "width": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["bottom", "height", "left", "right", "top", "width", "x", "y"]}, "hasFocalPoint": {"type": "boolean"}, "height": {"type": "integer"}, "id": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "uploadedByUser": {"type": "object", "properties": {"id": {"type": "string"}, "username": {"type": "string"}}, "required": ["id", "username"]}, "url": {"type": "string"}, "urlLink": {"type": "string"}, "width": {"type": "integer"}}, "required": ["createdAt", "file", "fileHash", "fileSize", "focalPoint", "hasFocalPoint", "height", "id", "tags", "title", "uploadedByUser", "url", "urlLink", "width"]}}, "required": ["image"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"extends": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"better-styled-components/sort-declarations-alphabetically": {"type": "integer"}, "react/jsx-filename-extension": {"type": "integer"}, "linebreak-style": {"type": "integer"}}, "required": ["better-styled-components/sort-declarations-alphabetically", "react/jsx-filename-extension", "linebreak-style"]}}, "required": ["extends", "plugins", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "airbnb", "plugins" : ["better-styled-components"], "rules" : {"better-styled-components/sort-declarations-alphabetically" : 2, "react/jsx-filename-extension" : 0, "linebreak-style" : 0}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"better-styled-components/sort-declarations-alphabetically": {"type": "integer"}, "react/jsx-filename-extension": {"type": "integer"}, "linebreak-style": {"type": "integer"}}, "required": ["better-styled-components/sort-declarations-alphabetically", "react/jsx-filename-extension", "linebreak-style"]}}, "required": ["extends", "plugins", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "tutorialmod:block/mythril_fence_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:placetype": {"type": "string"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:placetype", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"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" : 1108945561, "type" : "Feature", "properties" : {"src:alt_label" : "unknown", "src:geom" : "unknown", "wof:geomhash" : "ea4d06317caeca143f2980d60b008d10", "wof:id" : 1108945561, "wof:placetype" : "neighbourhood", "wof:repo" : "whosonfirst-data-admin-nl"}, "bbox" : [4.91600675566829, 52.33671224624663, 4.91600675566829, 52.33671224624663], "geometry" : {"coordinates" : [4.91600675566829, 52.33671224624663], "type" : "Point"}}
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:placetype": {"type": "string"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:placetype", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.entry.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.entry.js", "pdf.worker.entry.min.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compatibility.js" : "sha512-h8jlOGZD+MfD/7Wn/fbSiVEvuXlK4qmw8iMd7aPU1sdJMg4swOgCYQUIg0NGRKNwo98QAGedwFrv65a8gfsOVg==", "compatibility.min.js" : "sha512-3MbIGDwxh/udS8Z+hu/YHYM/U/VxqT/lYJ81Ezh2ZcEtIC/TIAqoX2ckgYIOlACzdp1VIvEXZkINxODk+Vg8lA==", "pdf.combined.js" : "sha512-MV0XByvRctI2kqhUujffrIFMe9K8nAhSN+AXLgtfWhMkshfVX8xGF7lBixVfl2mefU3vM2T1igTmy1B2T87MtQ==", "pdf.combined.min.js" : "sha512-kJ55hwYLq1phNq74hXEsR5OfXVANOvOwT1CO3BdHjtqQmztS3spxMfpx2zxWJNlLu4MLZsCiY6g4fLpcXs7hww==", "pdf.js" : "sha512-IdWFmkImv9Yg6PC/PwbLtcZ3NI/+UZSrFrYIVSpSTPrx1nLDZLqozR8htI7e24NBnlJDk2d2cspas2vLu+Ac1A==", "pdf.min.js" : "sha512-Y9xV/mxp3MDMfcbY5N8bhCEKdzChuWGI9i9c/XL0AcTJEpzlMQO9ipxoY7O8OLm+KnuXWp10Dine0TseAT/VwQ==", "pdf.worker.entry.js" : "sha512-7g0Zw8fNAdnJkQocyHcXTcbkcFis6nSo48fl/E+sdZ0Sjigec1PZYmp3LfyAwR95LQx+mblRru0eOnpxCHpvog==", "pdf.worker.entry.min.js" : "sha512-n6JxWT8dRFIEqXwZJyndrQ2Q/uCWURK0ApzPHOTw+IonKz9Kd5eCEbvS9xRlk5xhaKeUth7yNL7SBE/yYqAj1g==", "pdf.worker.js" : "sha512-T8RVaX3iss36IkTGoMopAar7paGqxvH0F2bMFtrETHUToFXhuxIIX3oiGdNLNELw9LW3L0kA1Wih9rWlwxFMYw==", "pdf.worker.min.js" : "sha512-hFEbCpLHaKol5YgSTqgGc4ZNiLNp9Cc0ehNDNPZb0iVIUzvpk2oouKK0ndKj+xfarnD6F5xX8T1onuhHuuenFw==", "pdf_viewer.css" : "sha512-kPp3L2DZHzyUORiUFaG/4uUxxxLp9yuJ7ivuBWxK1jwybux9d0VmmkNPugnPuOMJZGE10uTjG4Jxl67UnxALEQ==", "pdf_viewer.js" : "sha512-IHKu4FvMUF+Fxr+/Et5eLnNRq7rYLnQSP7Sk4Cfkcau+y1ilaqa0kWeRlGDN5++Wve15pSqW4Al4Ht6pjkmu0g==", "pdf_viewer.min.css" : "sha512-J1Viw1sf153uKHFL39DGkTM+sCe+x63/xVYENxw6lguxuOqhZ5O4LC4+F9VD2aV8nDXW8gO05vrnG1xxIw7aZw==", "pdf_viewer.min.js" : "sha512-d2O3lzjeLTrSWKSbmLpKjfhDrS9pL/okgt5lwYUaW0uMho7+Mlx8JPVPu16cGM2fStaNGBXfHHK1tXbH33Tx2A=="}
json_instruct
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.entry.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.entry.js", "pdf.worker.entry.min.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "embellishcraft:block/light_blue_corrugated_metal_plate_fence_gate"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"image_path": {"type": "string"}, "heading": {"type": "string"}, "date": {"type": "string"}, "user_name": {"type": "string"}, "user_icon": {"type": "string"}, "content": {"type": "string"}, "read_more_bgcolor": {"type": "string"}}, "required": ["image_path", "heading", "date", "user_name", "user_icon", "content", "read_more_bgcolor"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : [{"image_path" : "static/img/1-blog.jpg", "heading" : "Nothing was the same", "date" : "Jul 16, 2017", "user_name" : "Admin", "user_icon" : "fa-user-circle-o", "content" : "Quisque et tincidunt ex, ut mollis ante. Vestibulum vulputate eget nulla sed tincidunt. Nam euismod sem...", "read_more_bgcolor" : ""}, {"image_path" : "static/img/2-blog.jpg", "heading" : "The new version is now live!", "date" : "Jul 16, 2017", "user_name" : "Admin", "user_icon" : "fa-user-circle-o", "content" : "Quisque et tincidunt ex, ut mollis ante. Vestibulum vulputate eget nulla sed tincidunt. Nam euismod sem...", "read_more_bgcolor" : ""}, {"image_path" : "static/img/3-blog.jpg", "heading" : "Understand The Idea Of Theme.", "date" : "Jul 16, 2017", "user_name" : "Admin", "user_icon" : "fa-user-circle-o", "content" : "Quisque et tincidunt ex, ut mollis ante. Vestibulum vulputate eget nulla sed tincidunt. Nam euismod sem...", "read_more_bgcolor" : ""}, {"image_path" : "static/img/4-blog.jpg", "heading" : "10 Important Life Lessons Theme", "date" : "Jul 16, 2017", "user_name" : "Admin", "user_icon" : "fa-user-circle-o", "content" : "Quisque et tincidunt ex, ut mollis ante. Vestibulum vulputate eget nulla sed tincidunt. Nam euismod sem...", "read_more_bgcolor" : ""}]}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"image_path": {"type": "string"}, "heading": {"type": "string"}, "date": {"type": "string"}, "user_name": {"type": "string"}, "user_icon": {"type": "string"}, "content": {"type": "string"}, "read_more_bgcolor": {"type": "string"}}, "required": ["image_path", "heading", "date", "user_name", "user_icon", "content", "read_more_bgcolor"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "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-2vww-vcr3-hxx9", "modified" : "2022-05-01T07:34:35Z", "published" : "2022-05-01T07:34:35Z", "aliases" : ["CVE-2006-6066"], "details" : "Multiple SQL injection vulnerabilities in Dragon Calendar / Events Listing 2.x allow remote attackers to execute arbitrary SQL commands via the (1) username or (2) password parameter to (a) admin_login.asp, the (3) ID parameter to (b) event_searchdetail.asp, or the (4) VenueID parameter to (c) venue_detail.asp.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-6066"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/30296"}, {"type" : "WEB", "url" : "http://s-a-p.ca/index.php?page=OurAdvisories&id=32"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/22930"}, {"type" : "WEB", "url" : "http://www.osvdb.org/30443"}, {"type" : "WEB", "url" : "http://www.osvdb.org/30444"}, {"type" : "WEB", "url" : "http://www.osvdb.org/30445"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/451632/100/100/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/21098"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2006/4533"}], "database_specific" : {"cwe_ids" : [], "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": {}}, "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": {}}, "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["A", "B"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "crafting_shaped", "pattern" : ["AA", "AB"], "key" : {"A" : {"item" : "minecraft:quartz"}, "B" : {"item" : "minecraft:quartz"}}, "result" : {"item" : "minecraft:quartz_block", "count" : 4}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["A", "B"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.988", "Title" : "Extending the Influence of Contextual Information in ACT-R using Buffer Decay", "Year" : 2014}, {"Similarity" : "0.987", "Title" : "A Dream Model Reactivation and Re-encoding Mechanisms for Sleep-dependent Memory Consolidation", "Year" : 2016}, {"Similarity" : "0.984", "Title" : "A Neurocomputational Account of Short- and Long-Term Recency Effect", "Year" : 2003}, {"Similarity" : "0.983", "Title" : "Modeling strategies in Stroop with a general architecture of executive control", "Year" : 2010}, {"Similarity" : "0.98", "Title" : "A Neurobehaviorally Inspired ACT-R Model of Sleep Deprivation Decreased Performance in Psychomotor Vigilance", "Year" : 2005}, {"Similarity" : "0.978", "Title" : "The Primary and Convergent Retrieval Model of Recall", "Year" : 2016}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["./fonts/google/text-me-one/files/text-me-one-latin-400-normal.woff", "./fonts/google/text-me-one/files/text-me-one-latin-ext-400-normal.woff", "./fonts/google/text-me-one/files/text-me-one-latin-ext-400-normal.woff2", "./fonts/google/text-me-one/files/text-me-one-all-400-normal.woff", "./fonts/google/text-me-one/files/text-me-one-latin-400-normal.woff2"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"mikey179/vfsstream": {"type": "string"}}, "required": ["mikey179/vfsstream"]}}, "required": ["description", "name", "license", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "the codeigniter framework", "name" : "codeigniter/framework", "license" : "mit", "require" : {"php" : ">=5.2.4"}, "require-dev" : {"mikey179/vfsstream" : "1.1.*"}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"mikey179/vfsstream": {"type": "string"}}, "required": ["mikey179/vfsstream"]}}, "required": ["description", "name", "license", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"}, "scripts": {"type": "object", "properties": {"docs": {"type": "string"}, "test:headless": {"type": "string"}}, "required": ["docs", "test:headless"]}, "peerDependencies": {"type": "object", "properties": {"rxjs": {"type": "string"}, "@types/dragula": {"type": "string"}, "dragula": {"type": "string"}}, "required": ["rxjs", "@types/dragula", "dragula"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "private", "version", "description", "repository", "keywords", "author", "license", "bugs", "homepage", "scripts", "peerDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ng2-dragula", "private" : false, "version" : "2.1.1", "description" : "Simple drag and drop with dragula", "repository" : {"type" : "git", "url" : "git+https://github.com/suzhengda/ng2-dragula.git"}, "keywords" : ["angular", "dragula", "ng-dragula", "angular2", "angular13", "ng2", "angular2-dragula", "ng2-dragula", "ngx-dragula"], "author" : "Dmitriy Shekhovtsov <valorkin@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/valor-software/ng2-dragula/issues"}, "homepage" : "https://github.com/valor-software/ng2-dragula#readme", "scripts" : {"docs" : "compodoc -p tsconfig.json -c compodoc.json src", "test:headless" : "ng test --browsers=CustomChromeHeadless"}, "peerDependencies" : {"rxjs" : ">=6.0.0", "@types/dragula" : "^2.1.34", "dragula" : "^3.7.2"}, "files" : ["dist", "README.md"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"}, "scripts": {"type": "object", "properties": {"docs": {"type": "string"}, "test:headless": {"type": "string"}}, "required": ["docs", "test:headless"]}, "peerDependencies": {"type": "object", "properties": {"rxjs": {"type": "string"}, "@types/dragula": {"type": "string"}, "dragula": {"type": "string"}}, "required": ["rxjs", "@types/dragula", "dragula"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "private", "version", "description", "repository", "keywords", "author", "license", "bugs", "homepage", "scripts", "peerDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "repo": {"type": "string"}, "branch": {"type": "string"}, "additional": {"type": "array", "items": {}}}, "required": ["type", "label", "repo", "branch", "additional"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"type" : "web", "label" : "taggle", "repo" : "Caleydo/taggle", "branch" : "master", "additional" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "repo": {"type": "string"}, "branch": {"type": "string"}, "additional": {"type": "array", "items": {}}}, "required": ["type", "label", "repo", "branch", "additional"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "mappingHash", "isGlobal"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 2818, "hash" : 561572896, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "mappingHash" : 0, "isGlobal" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "mappingHash", "isGlobal"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "BIOSTATIK TABLET 300 MG", "harga" : " Rp. 333.960/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Roxithromycin / Roksitromisin.", "indikasi" : "Pengobatan infeksi yang disebabkan oleh bakteri yang rentan terhadap Roxithromycin termasuk otitis media (radang rongga gendang telinga), sinusitis, infeksi bronkhopulmoner, infeksi genital/alat kelamin (selain gonokokal) & manifestasi infeksi kulit.", "kontraindikasi" : "", "perhatian" : "Interaksi obat : memperpanjang waktu paruh Midazolam, meningkatkan kadar Tofilin dalam plasma, meningkatkan absorpsi/penyerapan Digoksin.", "efeksamping" : "Gangguan saluran pencernaan, reaksi alergi, jarang : hepatotoksisitas.", "indeksamanwanitahamil" : "", "kemasan" : "Biostatik tablet 300 mg 3 x 10's", "dosis" : "Dewasa : 2 kali sehari 150 mg. Anak-anak : 5-8 mg/kg berat badan/hari dalam 2 dosis terbagi.", "penyajian" : "Dikonsumsi pada perut kosong (1 atau 2 jam sebelum/sesudah makan)", "pabrik" : "Pharos.", "id" : "6834", "category_id" : "7"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"bindings": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "direction": {"type": "string"}, "path": {"type": "string"}, "connection": {"type": "string"}}, "required": ["name", "type", "direction", "path", "connection"]}}, "disabled": {"type": "boolean"}}, "required": ["bindings", "disabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bindings" : [{"name" : "myBlob", "type" : "blobTrigger", "direction" : "in", "path" : "{container}/deviceTemplates/{year}/{month}/{day}/{hour}/{minute}/{name}", "connection" : "Blob_STORAGE"}], "disabled" : false}
json_instruct
{"type": "object", "properties": {"bindings": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "direction": {"type": "string"}, "path": {"type": "string"}, "connection": {"type": "string"}}, "required": ["name", "type", "direction", "path", "connection"]}}, "disabled": {"type": "boolean"}}, "required": ["bindings", "disabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"azure-storage": {"type": "string"}}, "required": ["azure-storage"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "le-challenge-azure-storage", "version" : "1.0.0", "description" : "A challenge strategy for greenlock.js (node-letsencrypt) for setting, retrieving, and clearing ACME challenges by azure-storage as blobs", "main" : "index.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "git+https://github.com/kolarcz/node-le-challenge-azure-storage.git"}, "keywords" : ["acme", "challenge", "http", "http-01", "le", "le-challenge", "le-challenge-", "le-challenge-azure", "le-challenge-azure-storage", "letsencrypt", "node-letsencrypt", "greenlock", "node-greenlock", "certbot", "azure", "azure-storage", "blobs"], "author" : "Petr Kol\u00e1\u0159 <kolarcz@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/kolarcz/node-le-challenge-azure-storage/issues"}, "homepage" : "https://github.com/kolarcz/node-le-challenge-azure-storage#readme", "dependencies" : {"azure-storage" : "^2.8.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"azure-storage": {"type": "string"}}, "required": ["azure-storage"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "DROLL", "scores" : [{"xp" : 33595, "rank" : 110, "cardId" : 160}, {"xp" : 27756, "rank" : 46, "cardId" : 539}, {"xp" : 12664, "rank" : 217, "cardId" : 149}, {"xp" : 1441, "rank" : 433, "cardId" : 558}, {"xp" : 19564, "rank" : 334, "cardId" : 142}, {"xp" : 6280, "rank" : 155, "cardId" : 660}, {"xp" : 12839, "rank" : 414, "cardId" : 247}, {"xp" : 7631, "rank" : 72, "cardId" : 646}, {"xp" : 8008, "rank" : 291, "cardId" : 559}, {"xp" : 9968, "rank" : 384, "cardId" : 603}, {"xp" : 10442, "rank" : 43, "cardId" : 572}, {"xp" : 40449, "rank" : 90, "cardId" : 642}, {"xp" : 18090, "rank" : 93, "cardId" : 102}, {"xp" : 14455, "rank" : 379, "cardId" : 221}, {"xp" : 8346, "rank" : 71, "cardId" : 506}, {"xp" : 19572, "rank" : 89, "cardId" : 632}, {"xp" : 48051, "rank" : 108, "cardId" : 608}, {"xp" : 8697, "rank" : 189, "cardId" : 465}, {"xp" : 15265, "rank" : 157, "cardId" : 637}, {"xp" : 10635, "rank" : 481, "cardId" : 393}, {"xp" : 26250, "rank" : 31, "cardId" : 707}, {"xp" : 57321, "rank" : 205, "cardId" : 262}, {"xp" : 6936, "rank" : 447, "cardId" : 306}, {"xp" : 32091, "rank" : 35, "cardId" : 669}, {"xp" : 44941, "rank" : 11, "cardId" : 651}, {"xp" : 12445, "rank" : 307, "cardId" : 678}, {"xp" : 54555, "rank" : 230, "cardId" : 472}, {"xp" : 36985, "rank" : 113, "cardId" : 664}, {"xp" : 35020, "rank" : 14, "cardId" : 635}, {"xp" : 43604, "rank" : 133, "cardId" : 121}, {"xp" : 35561, "rank" : 153, "cardId" : 266}, {"xp" : 49661, "rank" : 84, "cardId" : 573}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "postinstall", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "body-parser": {"type": "string"}, "bower": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "sequelize": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["bcryptjs", "body-parser", "bower", "ejs", "express", "express-session", "sequelize", "sqlite3"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "spending-monitor", "version" : "1.0.0", "description" : "SpendingMonitor NodeJS homework at Budapest University of Technology and Economics", "main" : "app.js", "scripts" : {"start" : "node app.js", "postinstall" : "node node_modules/bower/bin/bower install", "test" : "node node_modules/mocha/bin/mocha --recursive ./test/unit"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kocsob/spending-monitor.git"}, "keywords" : ["spending", "monitor", "node", "homework"], "author" : "Balazs Kocso", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/kocsob/spending-monitor/issues"}, "homepage" : "https://github.com/kocsob/spending-monitor#readme", "dependencies" : {"bcryptjs" : "^2.3.0", "body-parser" : "^1.14.1", "bower" : "^1.6.2", "ejs" : "^2.3.4", "express" : "^4.13.3", "express-session" : "^1.12.1", "sequelize" : "^3.18.0", "sqlite3" : "^3.1.1"}, "devDependencies" : {"chai" : "^3.4.1", "mocha" : "^2.3.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "postinstall", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "body-parser": {"type": "string"}, "bower": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "sequelize": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["bcryptjs", "body-parser", "bower", "ejs", "express", "express-session", "sequelize", "sqlite3"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"review_id" : "9541875", "movie_id" : "129605", "author" : "dudd****", "review" : "\uace0\ub9d9\uace0 \ubbf8\uc548\ud574\uc694 \ud0dc\ud2f0\uc11c \uc624\ub798\uac00\uc790~! \uc544\ub2c8, \uc601\uc6d0\ud788 \uac00\uc790~!", "rating" : "10", "date" : "14.12.31"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]}, "$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"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"FaithDeveloper": {"type": "string"}}, "required": ["FaithDeveloper"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SamplePods", "version" : "0.1.0", "summary" : "This is my First Upload SamplePods.", "homepage" : "https://github.com/FaithDeveloper/SamplePods", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"FaithDeveloper" : "dev.faithpeople@gmail.com"}, "source" : {"git" : "https://github.com/FaithDeveloper/SamplePods.git", "tag" : "0.1.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "SamplePods/Classes/**/*"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"FaithDeveloper": {"type": "string"}}, "required": ["FaithDeveloper"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "js-mobile-console", "version" : "0.4.0", "description" : "JS console emulator for mobile devices", "main" : "mobile-console.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git@github.com:B1naryStudio/js-mobile-console.git"}, "keywords" : ["console", "emulator", "debug"], "author" : "msemenistyi", "license" : "MIT", "bugs" : {"url" : "https://github.com/B1naryStudio/js-mobile-console/issues"}, "homepage" : "https://github.com/B1naryStudio/js-mobile-console"}
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"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"styled-components-macro.cjs.js": {"type": "string"}, "styled-components-macro.cjs.min.js": {"type": "string"}, "styled-components-macro.esm.js": {"type": "string"}, "styled-components-macro.esm.min.js": {"type": "string"}, "styled-components.browser.cjs.js": {"type": "string"}, "styled-components.browser.cjs.min.js": {"type": "string"}, "styled-components.browser.esm.js": {"type": "string"}, "styled-components.browser.esm.min.js": {"type": "string"}, "styled-components.cjs.js": {"type": "string"}, "styled-components.cjs.min.js": {"type": "string"}, "styled-components.esm.js": {"type": "string"}, "styled-components.esm.min.js": {"type": "string"}, "styled-components.js": {"type": "string"}, "styled-components.min.js": {"type": "string"}}, "required": ["styled-components-macro.cjs.js", "styled-components-macro.cjs.min.js", "styled-components-macro.esm.js", "styled-components-macro.esm.min.js", "styled-components.browser.cjs.js", "styled-components.browser.cjs.min.js", "styled-components.browser.esm.js", "styled-components.browser.esm.min.js", "styled-components.cjs.js", "styled-components.cjs.min.js", "styled-components.esm.js", "styled-components.esm.min.js", "styled-components.js", "styled-components.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"styled-components-macro.cjs.js" : "sha512-BoHBEVH71BhDPCSQ0pupZK0t2F5laFDqS2J9TF8Tem373qG/eZ603rBwJHE9zkmcPKo0OFU/NNn5IMYycdXokw==", "styled-components-macro.cjs.min.js" : "sha512-iMW+W+USGrdSMdwYfCEjxqTlzO/+FDpvmJZ4YlR9hOgLwE6xjp4a4VrRQnON6iOjEDzo6vkvXmY22nk0O1RNbQ==", "styled-components-macro.esm.js" : "sha512-4lhBvxYh4Bfwox/NqnTQJz+l8O2wGef2Ht0mzPYPjYpTIbjuTJM+78UoEhe+zjZBl4caqzcZx/Fbw1wkUV7K8Q==", "styled-components-macro.esm.min.js" : "sha512-92hU89+kx1SO89RErZP8qlD+6voBFOPcyAbgOAuMMRd1SrAJ3sl5l1hsVsN1t6J9HoEaI/Ti+/Ahy3XMBQe1ug==", "styled-components.browser.cjs.js" : "sha512-nb9+z1CNtrbDbAz/IjA2K6yoICHXTrfptip3XxmYl7yIPrvZBP00nepNblTbZhPoIJo+jsDxzlMoqoUiYb2NGA==", "styled-components.browser.cjs.min.js" : "sha512-PiAHgVDbpT98hgBn4GZILcDGFX00ahYydG/k5KP5i9XK0KeyVX5QhhbL8o7C+MypW6V0kb8A/Az9tK/gWHFKCg==", "styled-components.browser.esm.js" : "sha512-wyCWvWXNNUKR9xdh8f3l/cz0tReDl0N64qfmFLFaC67eVz8kVODhju2R0by8fmcPLDFX0hVhw9TJ88F0qTr5YA==", "styled-components.browser.esm.min.js" : "sha512-Rjwj/c2jYrN+1gho5lY3YKS+1UlZVJC0Uo0XacXzdqC7/BcCSqVyNspgJ4SJinWSN9QiJnKC/Tdo/naFeRc8mw==", "styled-components.cjs.js" : "sha512-8rXTrvDSfKYwx00tGasTu7ZTUsmzLhoEjIhvE4N2hV3+lABJEwt/d2bumruOkBc5e7eH96HIbRqnKYeaPMC5EA==", "styled-components.cjs.min.js" : "sha512-FAPyOu/pNs+g5QBOI5f3YVw9QmGoxHt7uYLy7Dj6k6cRQ+YjeNzXTd1s3xVxlnUxw9zXPRFGEoCXEnb/IfFwAw==", "styled-components.esm.js" : "sha512-4T8kEB2L4UrPIG7sifLIBUR8YjsYOVBVgXd3WexLTouSXiiQGf2XjGZn6vXXNvvkv9FgtsjKfjpkfdHafGI7/g==", "styled-components.esm.min.js" : "sha512-V9xAYHWBpajtu+nR8ytb0zUmQRP5ISDwzLjqwbRwXBoHhB7g/hJo97ONx8TcDlL/2NFiXohiAsRLqJmqRrEeuA==", "styled-components.js" : "sha512-RkaxWFRBtjeddQangfhAk9HnuRNU5NHut5xlRlVu52AqzZ2e77zAJtkNUPlMRXaVOHf21K9BgS0wvdIZs7Krdw==", "styled-components.min.js" : "sha512-sy3s4wcW2MePmunBvuYuwn0FQMaufkSXrl33hKLAqvLABjFlpDetbCgdXvgU21lnhjVyzvKQsHx1ZMKuS6Ns7Q=="}
json_instruct
{"type": "object", "properties": {"styled-components-macro.cjs.js": {"type": "string"}, "styled-components-macro.cjs.min.js": {"type": "string"}, "styled-components-macro.esm.js": {"type": "string"}, "styled-components-macro.esm.min.js": {"type": "string"}, "styled-components.browser.cjs.js": {"type": "string"}, "styled-components.browser.cjs.min.js": {"type": "string"}, "styled-components.browser.esm.js": {"type": "string"}, "styled-components.browser.esm.min.js": {"type": "string"}, "styled-components.cjs.js": {"type": "string"}, "styled-components.cjs.min.js": {"type": "string"}, "styled-components.esm.js": {"type": "string"}, "styled-components.esm.min.js": {"type": "string"}, "styled-components.js": {"type": "string"}, "styled-components.min.js": {"type": "string"}}, "required": ["styled-components-macro.cjs.js", "styled-components-macro.cjs.min.js", "styled-components-macro.esm.js", "styled-components-macro.esm.min.js", "styled-components.browser.cjs.js", "styled-components.browser.cjs.min.js", "styled-components.browser.esm.js", "styled-components.browser.esm.min.js", "styled-components.cjs.js", "styled-components.cjs.min.js", "styled-components.esm.js", "styled-components.esm.min.js", "styled-components.js", "styled-components.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Ecquevilly", "dpt" : "Yvelines", "inscrits" : 2812, "abs" : 615, "votants" : 2197, "blancs" : 60, "nuls" : 9, "exp" : 2128, "res" : [{"panneau" : "3", "voix" : 569}, {"panneau" : "11", "voix" : 474}, {"panneau" : "9", "voix" : 409}, {"panneau" : "2", "voix" : 384}, {"panneau" : "1", "voix" : 116}, {"panneau" : "4", "voix" : 111}, {"panneau" : "10", "voix" : 21}, {"panneau" : "8", "voix" : 17}, {"panneau" : "6", "voix" : 16}, {"panneau" : "5", "voix" : 6}, {"panneau" : "7", "voix" : 5}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"foo": {"type": "array", "items": {"type": "string"}}}, "required": ["foo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"foo" : ["ab"]}
json_instruct
{"type": "object", "properties": {"foo": {"type": "array", "items": {"type": "string"}}}, "required": ["foo"], "$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#"}
[[1880, 5], [1881, 10], [1882, 5], [1883, 8], [1885, 9], [1887, 5], [1890, 9], [1891, 5], [1893, 6], [1894, 9], [1895, 26], [1896, 24], [1897, 16], [1898, 15], [1899, 8], [1900, 15], [1901, 11], [1902, 9], [1903, 6], [1904, 15], [1905, 9], [1906, 12], [1907, 14], [1908, 18], [1909, 19], [1910, 17], [1911, 21], [1912, 36], [1913, 42], [1914, 44], [1915, 66], [1916, 70], [1917, 49], [1918, 81], [1919, 53], [1920, 86], [1921, 64], [1922, 86], [1923, 80], [1924, 86], [1925, 79], [1926, 81], [1927, 91], [1928, 110], [1929, 110], [1930, 122], [1931, 161], [1932, 142], [1933, 159], [1934, 166], [1935, 237], [1936, 216], [1937, 215], [1938, 208], [1939, 205], [1940, 230], [1941, 286], [1942, 342], [1943, 330], [1944, 308], [1945, 309], [1946, 562], [1947, 830], [1948, 1031], [1949, 1312], [1950, 1633], [1951, 1811], [1952, 2042], [1953, 2772], [1954, 3232], [1955, 3177], [1956, 3511], [1957, 3528], [1958, 3730], [1959, 4047], [1960, 4744], [1961, 4734], [1962, 4634], [1963, 4769], [1964, 4962], [1965, 4793], [1966, 4559], [1967, 4343], [1968, 4810], [1969, 6399], [1970, 6825], [1971, 5788], [1972, 4833], [1973, 4752], [1974, 5177], [1975, 5898], [1976, 5983], [1977, 6427], [1978, 6100], [1979, 6929], [1980, 7216], [1981, 6898], [1982, 6974], [1983, 6738], [1984, 6567], [1985, 7006], [1986, 7037], [1987, 6915], [1988, 7008], [1989, 6979], [1990, 6430], [1991, 5722], [1992, 5095], [1993, 5133], [1994, 4674], [1995, 4765], [1996, 4756], [1997, 4123], [1998, 3794], [1999, 3575], [2000, 3014], [2001, 2729], [2002, 2644], [2003, 2391], [2004, 2306], [2005, 2407], [2006, 2132], [2007, 2074], [2008, 1950], [2009, 1947], [2010, 1991], [2011, 2154], [2012, 2287], [2013, 2315], [2014, 2308]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"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-7gxh-p4c9-cq3r", "modified" : "2022-05-13T01:32:08Z", "published" : "2022-05-13T01:32:08Z", "aliases" : ["CVE-2018-5446"], "details" : "All versions of the Medtronic 2090 Carelink Programmer are affected by a per-product username and password that is stored in a recoverable format which could allow an attacker with physical access to a 2090 Programmer to obtain per-product credentials to the software deployment network.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-5446"}, {"type" : "WEB", "url" : "https://ics-cert.us-cert.gov/advisories/ICSMA-18-058-01"}], "database_specific" : {"cwe_ids" : ["CWE-522"], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dotaId": {"type": "string"}, "id": {"type": "integer"}, "img": {"type": "string"}, "dname": {"type": "string"}, "qual": {"type": "string"}, "cost": {"type": "integer"}, "desc": {"type": "string"}, "notes": {"type": "string"}, "attrib": {"type": "string"}, "mc": {"type": "boolean"}, "cd": {"type": "integer"}, "lore": {"type": "string"}, "components": {"type": "array", "items": {"type": "string"}}, "created": {"type": "boolean"}}, "required": ["dotaId", "id", "img", "dname", "qual", "cost", "desc", "notes", "attrib", "mc", "cd", "lore", "components", "created"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dotaId" : "sphere", "id" : 123, "img" : "sphere_lg.png", "dname" : "Linken's Sphere", "qual" : "epic", "cost" : 4800, "desc" : "Passive: Spellblock - Blocks most targeted spells once every 16.0 seconds.<br/>Active: Transfer Spellblock - Temporarily removes Spellblock from the item's owner and transfers it to an allied unit.", "notes" : "", "attrib" : "+ 15 All Attributes<br/>+ 6 HP Regeneration<br/>+ 150% Mana Regeneration<br/>+ 15 Damage", "mc" : false, "cd" : 13, "lore" : "This magical sphere once protected one of the most famous heroes in history.", "components" : ["ultimate_orb", "pers"], "created" : true}
json_instruct
{"type": "object", "properties": {"dotaId": {"type": "string"}, "id": {"type": "integer"}, "img": {"type": "string"}, "dname": {"type": "string"}, "qual": {"type": "string"}, "cost": {"type": "integer"}, "desc": {"type": "string"}, "notes": {"type": "string"}, "attrib": {"type": "string"}, "mc": {"type": "boolean"}, "cd": {"type": "integer"}, "lore": {"type": "string"}, "components": {"type": "array", "items": {"type": "string"}}, "created": {"type": "boolean"}}, "required": ["dotaId", "id", "img", "dname", "qual", "cost", "desc", "notes", "attrib", "mc", "cd", "lore", "components", "created"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "console.title": {"type": "string"}, "mac.terminal.script.failed": {"type": "string"}, "mac.terminal.type.not.supported": {"type": "string"}, "press.any.key": {"type": "string"}, "linux.term.failed": {"type": "string"}}, "required": ["", "console.title", "mac.terminal.script.failed", "mac.terminal.type.not.supported", "press.any.key", "linux.term.failed"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the Source EULA. See License.txt in the project root for license information.", "--------------------------------------------------------------------------------------------", "Do not edit this file. It is machine generated."], "console.title" : "Consola de VS Code", "mac.terminal.script.failed" : "No se pudo ejecutar el script '{0}'. C\u00f3digo de salida: {1}.", "mac.terminal.type.not.supported" : "No se admite '{0}'", "press.any.key" : "Presione cualquier tecla para continuar...", "linux.term.failed" : "Error de '{0}' con el c\u00f3digo de salida {1}"}
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "console.title": {"type": "string"}, "mac.terminal.script.failed": {"type": "string"}, "mac.terminal.type.not.supported": {"type": "string"}, "press.any.key": {"type": "string"}, "linux.term.failed": {"type": "string"}}, "required": ["", "console.title", "mac.terminal.script.failed", "mac.terminal.type.not.supported", "press.any.key", "linux.term.failed"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"imports": {"type": "object", "properties": {"@polyglot-mf/root-config": {"type": "string"}, "single-spa": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "@polyglot-mf/navbar": {"type": "string"}, "@polyglot-mf/styleguide": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}, "@polyglot-mf/clients": {"type": "string"}, "@polyglot-mf/account-settings-sameroute": {"type": "string"}, "@polyglot-mf/account-settings-working": {"type": "string"}, "@polyglot-mf/account-settings-backup": {"type": "string"}, "@polyglot-mf/account-settings": {"type": "string"}, "@polyglot-mf/account-settings2": {"type": "string"}, "single-spa-angularjs": {"type": "string"}}, "required": ["@polyglot-mf/root-config", "single-spa", "react", "react-dom", "@polyglot-mf/navbar", "@polyglot-mf/styleguide", "vue", "vue-router", "@polyglot-mf/clients", "@polyglot-mf/account-settings-sameroute", "@polyglot-mf/account-settings-working", "@polyglot-mf/account-settings-backup", "@polyglot-mf/account-settings", "@polyglot-mf/account-settings2", "single-spa-angularjs"]}}, "required": ["imports"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"imports" : {"@polyglot-mf/root-config" : "https://polyglot.microfrontends.app/root-config/24ac4f1c759e212983352483c3c22454a1c6f53a/polyglot-mf-root-config.js", "single-spa" : "https://cdn.jsdelivr.net/npm/single-spa@5.3.4/lib/system/single-spa.min.js", "react" : "https://cdn.jsdelivr.net/npm/react@16.12.0/umd/react.production.min.js", "react-dom" : "https://cdn.jsdelivr.net/npm/react-dom@16.12.0/umd/react-dom.production.min.js", "@polyglot-mf/navbar" : "https://polyglot.microfrontends.app/navbar/ea5d5f3be12327a70bf1627337299ddc0b94823f/polyglot-mf-navbar.js", "@polyglot-mf/styleguide" : "https://polyglot.microfrontends.app/styleguide/0f2ba926b468ed6e4709e98599cbee12fe1402c5/polyglot-mf-styleguide.js", "vue" : "https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js", "vue-router" : "https://cdn.jsdelivr.net/npm/vue-router@3.1.5/dist/vue-router.min.js", "@polyglot-mf/clients" : "https://polyglot.microfrontends.app/clients/3b0242d0178881a1990d22b1e4bba252b9b48fd6/js/app.js", "@polyglot-mf/account-settings-sameroute" : "../account-settings/dist/polyglot-mf-account-settings.js", "@polyglot-mf/account-settings-working" : "http://localhost:8080/dist/polyglot-mf-account-settings.js", "@polyglot-mf/account-settings-backup" : "https://polyglot.microfrontends.app/account-settings/379b52175c9f274743f7e469a7e3477b6ed6b927/polyglot-mf-account-settings.js", "@polyglot-mf/account-settings" : "http://localhost:9009/bundle.js", "@polyglot-mf/account-settings2" : "http://localhost:9008/bundle2.js", "single-spa-angularjs" : "https://cdn.jsdelivr.net/npm/single-spa-angularjs@3.2.0/lib/single-spa-angularjs.js"}}
json_instruct
{"type": "object", "properties": {"imports": {"type": "object", "properties": {"@polyglot-mf/root-config": {"type": "string"}, "single-spa": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "@polyglot-mf/navbar": {"type": "string"}, "@polyglot-mf/styleguide": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}, "@polyglot-mf/clients": {"type": "string"}, "@polyglot-mf/account-settings-sameroute": {"type": "string"}, "@polyglot-mf/account-settings-working": {"type": "string"}, "@polyglot-mf/account-settings-backup": {"type": "string"}, "@polyglot-mf/account-settings": {"type": "string"}, "@polyglot-mf/account-settings2": {"type": "string"}, "single-spa-angularjs": {"type": "string"}}, "required": ["@polyglot-mf/root-config", "single-spa", "react", "react-dom", "@polyglot-mf/navbar", "@polyglot-mf/styleguide", "vue", "vue-router", "@polyglot-mf/clients", "@polyglot-mf/account-settings-sameroute", "@polyglot-mf/account-settings-working", "@polyglot-mf/account-settings-backup", "@polyglot-mf/account-settings", "@polyglot-mf/account-settings2", "single-spa-angularjs"]}}, "required": ["imports"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "joker", "definition" : "1. One who makes jokes or jests. 2. (Card Playing) See Rest bower, under 2d Bower."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1957, "sex" : "M", "n" : 6, "prop" : 2.74e-06}, {"year" : 1958, "sex" : "M", "n" : 5, "prop" : 2.32e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"plugins/angular.js": {"type": "string"}, "plugins/angular.min.js": {"type": "string"}, "plugins/console.js": {"type": "string"}, "plugins/console.min.js": {"type": "string"}, "plugins/ember.js": {"type": "string"}, "plugins/ember.min.js": {"type": "string"}, "plugins/require.js": {"type": "string"}, "plugins/require.min.js": {"type": "string"}, "raven.js": {"type": "string"}, "raven.min.js": {"type": "string"}}, "required": ["plugins/angular.js", "plugins/angular.min.js", "plugins/console.js", "plugins/console.min.js", "plugins/ember.js", "plugins/ember.min.js", "plugins/require.js", "plugins/require.min.js", "raven.js", "raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"plugins/angular.js" : "sha512-KtGvGjykLZM/T1s7r7+2rV/aDm5Dy79GRkssGOxAKeMjRXLLGKqJ46l6mMeOpz1nLZCyqtdR/IHnHowmhZIH1A==", "plugins/angular.min.js" : "sha512-I9X35Y0lNV1vBD7NlzPW+ZbTkPxOLcn7jNkVGnjxD7CGaFXkgCuxt10MgYI8p2WlAglmZidbDcDUVGxsxSe56w==", "plugins/console.js" : "sha512-TGU9by/8flClTQRbYuVB8rOpnEQrn5EgVw7WocKrnNiZBDdnSKKUjfFy7mGK5DICzCcDohqM30yfvRl208x/jA==", "plugins/console.min.js" : "sha512-lbmeT2Zjap+DqNcOumbAayBNS1NUpwumLR2k4sDk6kO0whMHlvKmWSFOJADmbHjM+sEDjXQn9tqwyjaN94f+zA==", "plugins/ember.js" : "sha512-nwLsKW85NDLKRHaarWiGE25h6JjtqNHrWqYZqhSdzlGJ4LtE6qct0LzoGaBxB2tBg9g4OeFtu80lfBnFfEaIqA==", "plugins/ember.min.js" : "sha512-B8cF+kdhrfrqVe2ureLShJg0N8vsz2VbbKzUvCy/jWPGs5fr56BIQeE9V4mIpwdn+EYcOE8eePc8IfbytfNT3A==", "plugins/require.js" : "sha512-cy+Mz/lK6TJJgHraY7nQbYNgY+s4jH7LqfUBTeohdpz3lxitrLcpqbQyZkfn81Nz8lHRCHSLgwU9790x31ES2A==", "plugins/require.min.js" : "sha512-Y+NrtwTNjgFaXIvggU0zHsLVTgWpdewzMONmvvrvV0bbu4GeYNU1Z8qS5NZflHOMUZn2WhNSm/Oj6jJtvvNe2Q==", "raven.js" : "sha512-WQ1Qgm5+/AXTPt9G1f9f0z2YSFY5skzjEXI1U2fZ5FLWx9COJPDw+mDmsE8qsPH1qU6jJb6G5rfXqGunBPpJIA==", "raven.min.js" : "sha512-kbeO3SAqgHkiJZNwDBn9bTmDU3/FIpNsWUUix+kTAax3VSVb1M9sEIyYV5PDEiAPwycL7WLQksFE4sWMr8rBmw=="}
json_instruct
{"type": "object", "properties": {"plugins/angular.js": {"type": "string"}, "plugins/angular.min.js": {"type": "string"}, "plugins/console.js": {"type": "string"}, "plugins/console.min.js": {"type": "string"}, "plugins/ember.js": {"type": "string"}, "plugins/ember.min.js": {"type": "string"}, "plugins/require.js": {"type": "string"}, "plugins/require.min.js": {"type": "string"}, "raven.js": {"type": "string"}, "raven.min.js": {"type": "string"}}, "required": ["plugins/angular.js", "plugins/angular.min.js", "plugins/console.js", "plugins/console.min.js", "plugins/ember.js", "plugins/ember.min.js", "plugins/require.js", "plugins/require.min.js", "raven.js", "raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [{"name" : "R Narsing Rao", "email" : "sahara_ngo@rediffmail.com", "designation" : "Chief Functionary", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=440", "name" : "Sahara", "primaryEmail" : "sahara_ngo@rediffmail.com", "website" : "http://www.saharangots.org", "organisationType" : ["Direct Service"], "telephone" : ["914027407952", "919440483089"], "mainAddrress" : {"state" : "Telangana", "address" : ["2-3-703/k/1, Tirumala Nagar", "Amberpet", "Hyderabad", "Telangana", "500013"]}, "briefDescription" : "Sahara is a grass root level orgn, working in Hyderabad and rural areas of Telangana state for the past 28 years. It has 80G tax exemption and registered under FCRA.Working for Girl child Edn, Adopting destitute aged, skill devpt among young women & youth, Save environment and health education.", "yearOfEstablishment" : "1988"}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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/57788287-7f81-3069-a84f-af41393745c4", "expression" : [{"id" : "http://data.doremus.org/expression/bf0c4d22-ddab-3328-9f44-799d252c8608"}, {"id" : "http://data.doremus.org/expression/dfe6c7d8-7021-3640-ae5e-11368d4de73d"}, {"id" : "http://data.doremus.org/expression/34bc9a01-d275-32c8-ae75-66b5c98b89db"}, {"id" : "http://data.doremus.org/expression/a2169610-c606-3dca-8d1f-eb6a41f889cf"}, {"id" : "http://data.doremus.org/expression/497125a3-c447-3a9c-9987-2b9f80efa36a"}, {"id" : "http://data.doremus.org/expression/d3bd4ae2-8a10-3989-a0ee-610562fc252d"}, {"id" : "http://data.doremus.org/expression/cd3042fc-27e5-384c-a3a8-0ab0b8ce7365"}, {"id" : "http://data.doremus.org/expression/a378f94e-b220-358a-8da9-432959ac91d1"}, {"id" : "http://data.doremus.org/expression/f501efeb-a4ac-3c1d-85ff-af5ccdefcd4c"}, {"id" : "http://data.doremus.org/expression/00522eb6-0056-385a-ac25-ccc5ca09859f"}, {"id" : "http://data.doremus.org/expression/d7cbfda0-11d6-3a0f-93f9-cff4d0ba8fea"}, {"id" : "http://data.doremus.org/expression/d947b56c-4971-323f-8266-3b30f4bbcf17"}]}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Cook onion in oil in a 3- to 4-quart heavy saucepan over moderate heat, stirring occasionally, until golden, about 5 minutes. Stir in remaining ingredients and simmer, uncovered, stirring more frequently toward end of cooking, until plums fall apart and sauce is thickened, about 1 hour. Cool to room temperature. Serve with pork or chicken."], "ingredients" : ["1 small onion, finely chopped", "1 tablespoon vegetable oil", "1 pound black plums (4), pitted and coarsely chopped", "1 1/4 cups water", "1/4 cup plum jam", "2 teaspoons balsamic vinegar", "2 teaspoons Dijon mustard", "1/4 teaspoon black pepper", "1/4 teaspoon salt"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Condiment/Spread", "Sauce", "Fruit", "Mustard", "Saut\u00e9", "Quick & Easy", "Plum", "Summer", "Grill/Barbecue", "Jam or Jelly", "Simmer", "Gourmet"], "title" : "Plum Barbecue Sauce", "url" : "http://www.epicurious.com/recipes/food/views/plum-barbecue-sauce-106595"}
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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "negotiable", "definition" : "Capable of being negotiated; transferable by assigment or indorsement to another person; as, a negotiable note or bill of exchange. Negotiable paper, any commercial paper transferable by sale or delivery and indorsement, as bills of exchange, drafts, checks, and promissory notes."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"require": {"type": "object", "properties": {"stripe/stripe-php": {"type": "string"}, "sendgrid/sendgrid": {"type": "string"}, "wepay/php-sdk": {"type": "string"}}, "required": ["stripe/stripe-php", "sendgrid/sendgrid", "wepay/php-sdk"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"stripe/stripe-php" : "^6.15", "sendgrid/sendgrid" : "^7.2", "wepay/php-sdk" : "0.3.1"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"stripe/stripe-php": {"type": "string"}, "sendgrid/sendgrid": {"type": "string"}, "wepay/php-sdk": {"type": "string"}}, "required": ["stripe/stripe-php", "sendgrid/sendgrid", "wepay/php-sdk"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"middleware": {"type": "array", "items": {}}, "routeMiddleware": {"type": "object", "properties": {}, "required": []}, "middlewareGroups": {"type": "object", "properties": {}, "required": []}, "providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {}, "required": []}, "contracts": {"type": "object", "properties": {}, "required": []}}, "required": ["middleware", "routeMiddleware", "middlewareGroups", "providers", "aliases", "contracts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"middleware" : [], "routeMiddleware" : {}, "middlewareGroups" : {}, "providers" : ["Ensphere\\Ensphere\\Providers\\AppServiceProvider", "Ensphere\\Ensphere\\Providers\\ConfigServiceProvider", "Ensphere\\Ensphere\\Providers\\EventServiceProvider", "Ensphere\\Ensphere\\Providers\\RouteServiceProvider"], "aliases" : {}, "contracts" : {}}
json_instruct
{"type": "object", "properties": {"middleware": {"type": "array", "items": {}}, "routeMiddleware": {"type": "object", "properties": {}, "required": []}, "middlewareGroups": {"type": "object", "properties": {}, "required": []}, "providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {}, "required": []}, "contracts": {"type": "object", "properties": {}, "required": []}}, "required": ["middleware", "routeMiddleware", "middlewareGroups", "providers", "aliases", "contracts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/home/alex/.cache/pypoetry/virtualenvs/adventofcode2021-Mh66fYCO-py3.9/bin/python"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"actual": {"type": "integer"}, "expected": {"type": "integer"}, "error": {"type": "string"}}, "required": ["actual", "expected", "error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actual" : 1, "expected" : 0, "error" : "no block at height:1"}
json_instruct
{"type": "object", "properties": {"actual": {"type": "integer"}, "expected": {"type": "integer"}, "error": {"type": "string"}}, "required": ["actual", "expected", "error"], "$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"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-polyfill": {"type": "string"}, "gh-pages": {"type": "string"}, "isomorphic-fetch": {"type": "string"}, "react-redux": {"type": "string"}, "react-router": {"type": "string"}, "react-router-redux": {"type": "string"}, "react-scripts": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["babel-polyfill", "gh-pages", "isomorphic-fetch", "react-redux", "react-router", "react-router-redux", "react-scripts", "redux", "redux-thunk"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "test", "eject", "deploy"]}}, "required": ["name", "version", "private", "homepage", "devDependencies", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-redux", "version" : "0.1.0", "private" : true, "homepage" : "http://yingray.github.io/yingray-react-redux", "devDependencies" : {"babel-polyfill" : "^6.16.0", "gh-pages" : "^0.11.0", "isomorphic-fetch" : "^2.2.1", "react-redux" : "^4.4.5", "react-router" : "^2.8.1", "react-router-redux" : "^4.0.6", "react-scripts" : "0.6.1", "redux" : "^3.6.0", "redux-thunk" : "^2.1.0"}, "dependencies" : {"react" : "^15.3.2", "react-dom" : "^15.3.2"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject", "deploy" : "gh-pages -d build"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-polyfill": {"type": "string"}, "gh-pages": {"type": "string"}, "isomorphic-fetch": {"type": "string"}, "react-redux": {"type": "string"}, "react-router": {"type": "string"}, "react-router-redux": {"type": "string"}, "react-scripts": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["babel-polyfill", "gh-pages", "isomorphic-fetch", "react-redux", "react-router", "react-router-redux", "react-scripts", "redux", "redux-thunk"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "test", "eject", "deploy"]}}, "required": ["name", "version", "private", "homepage", "devDependencies", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "json_class": {"type": "string"}, "chef_type": {"type": "string"}, "run_list": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "json_class", "chef_type", "run_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "media_downloader", "json_class" : "Chef::Role", "chef_type" : "role", "run_list" : ["recipe[aria2]", "recipe[private_internet_access]", "recipe[pynapi_tor]"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "json_class": {"type": "string"}, "chef_type": {"type": "string"}, "run_list": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "json_class", "chef_type", "run_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1208031007, "parent" : 1208031, "name" : "SENGON SARI", "latitude" : null, "longitude" : null, "postal" : [21275, 21273], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$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"}, "cpu": {"type": "string"}, "time": {"type": "number"}, "init": {"type": "number"}, "tpe": {"type": "number"}, "eps": {"type": "number"}, "sps": {"type": "number"}, "edep": {"type": "number"}}, "required": ["name", "cpu", "time", "init", "tpe", "eps", "sps", "edep"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vgeo_e20", "cpu" : "Intel(R) Xeon(R) CPU X5680 @ 3.33GHz", "time" : 99.94, "init" : 1.11, "tpe" : 0.9994, "eps" : 1.01184, "sps" : 387.966, "edep" : 18.7549}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "cpu": {"type": "string"}, "time": {"type": "number"}, "init": {"type": "number"}, "tpe": {"type": "number"}, "eps": {"type": "number"}, "sps": {"type": "number"}, "edep": {"type": "number"}}, "required": ["name", "cpu", "time", "init", "tpe", "eps", "sps", "edep"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "22666", "place_name" : "Las Villas Santa Fe", "place_type" : "Fraccionamiento", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22666", "place_name" : "Real de San Antonio", "place_type" : "Colonia", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22666", "place_name" : "P\u00f3rticos de San Antonio", "place_type" : "Colonia", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22666", "place_name" : "La Escondida", "place_type" : "Fraccionamiento", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22666", "place_name" : "Vista Bella", "place_type" : "Colonia", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22666", "place_name" : "Lomas del Real", "place_type" : "Fraccionamiento", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22666", "place_name" : "Residencial Isla Cedros", "place_type" : "Fraccionamiento", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22666", "place_name" : "Isla Mujeres", "place_type" : "Fraccionamiento", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}]
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "from G5259 (\u1f51\u03c0\u03bf\u03c0\u03bb\u03ad\u03c9) and G4126 (\u1f51\u03c0\u03bf\u03c0\u03bb\u03ad\u03c9);", "kjv_def" : "sail under", "lemma" : "\u1f51\u03c0\u03bf\u03c0\u03bb\u03ad\u03c9", "frequency" : 2, "strongs_def" : " to sail under the lee of", "outline" : "<ol><li> to sail under, that is, to sail close by</li><li> to the leeward of</li></ol>"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "MANHUA\u00c7U", "Description" : "MANHUA\u00c7U / MG"}, "geometry" : {"type" : "LineString", "coordinates" : [[-42.12556200008617, -20.019076997005754], [-42.08190999974664, -20.07451399672351], [-42.082100000414634, -20.14936199675867], [-41.95853100010555, -20.156077997101818], [-42.00522599958015, -20.241949996495123], [-42.00029299962222, -20.309805996949137], [-42.04568800030091, -20.376840997314105], [-42.0887260002047, -20.360429996846847], [-42.11367799973987, -20.30531599673583], [-42.19675000041212, -20.29368499726479], [-42.213017999680915, -20.283258996705282], [-42.19421400037578, -20.195132996790335], [-42.21280299965866, -20.169180997005355], [-42.20994199992332, -20.089387997358127], [-42.197395999625655, -20.00354799674261], [-42.163221000149, -19.98984999727952], [-42.12556200008617, -20.019076997005754]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "prod": {"type": "string"}, "init": {"type": "string"}}, "required": ["start", "dev", "prod", "init"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "lodash.merge": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["@types/express", "body-parser", "cors", "express", "lodash.merge", "mongoose"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "nodemon-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-node-externals": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-core", "babel-loader", "nodemon-webpack-plugin", "webpack", "webpack-cli", "webpack-node-externals"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-trex-api", "version" : "0.0.0", "description" : "REST API for Trex application.", "main" : "app.js", "scripts" : {"start" : "npm run prod && node ./dist/server.js", "dev" : "./node_modules/.bin/webpack --mode development --watch", "prod" : "./node_modules/.bin/webpack --mode production", "init" : "npm i -S body-parser cors express mongoose"}, "repository" : {"type" : "git", "url" : "git+https://github.com/vuksamardzic/node-trex-api.git"}, "keywords" : ["api", "rest", "node-api", "trex-api"], "author" : "Vuk Samard\u017ei\u0107 <samardzic.vuk@gmail.com>", "license" : "BSD-2-Clause", "bugs" : {"url" : "https://github.com/vuksamardzic/node-trex-api/issues"}, "homepage" : "https://github.com/vuksamardzic/node-trex-api#readme", "dependencies" : {"@types/express" : "^4.16.0", "body-parser" : "^1.18.3", "cors" : "^2.8.4", "express" : "^4.16.3", "lodash.merge" : "^4.6.1", "mongoose" : "^5.1.6"}, "devDependencies" : {"@babel/core" : "^7.0.0-beta.51", "@babel/preset-env" : "^7.0.0-beta.51", "babel-core" : "^6.26.3", "babel-loader" : "^8.0.0-beta.4", "nodemon-webpack-plugin" : "^4.0.3", "webpack" : "^4.12.1", "webpack-cli" : "^3.0.8", "webpack-node-externals" : "^1.7.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "prod": {"type": "string"}, "init": {"type": "string"}}, "required": ["start", "dev", "prod", "init"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "lodash.merge": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["@types/express", "body-parser", "cors", "express", "lodash.merge", "mongoose"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "nodemon-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-node-externals": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-core", "babel-loader", "nodemon-webpack-plugin", "webpack", "webpack-cli", "webpack-node-externals"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "timestamp": {"type": "string"}, "displayName": {"type": "string"}, "executablePath": {"type": "string"}, "arguments": {"type": "string"}, "workingDirectory": {"type": "string"}, "supportedItemKind": {"type": "string"}, "minVersion": {"type": "string"}, "tooltipTitle": {"type": "string"}, "tooltipDescription": {"type": "string"}}, "required": ["id", "timestamp", "displayName", "executablePath", "arguments", "workingDirectory", "supportedItemKind", "minVersion", "tooltipTitle", "tooltipDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e2a1a337-6675-4b09-987d-f3727598b1b2", "timestamp" : "636639153445371615", "displayName" : "Developer CMD", "executablePath" : "%comspec%", "arguments" : "/k \"title Developer Command Prompt for VS2012 & \"$(ExeDirPath(vs2012))..\\Tools\\VsDevCmd.bat\"", "workingDirectory" : "$(DirPath)", "supportedItemKind" : "any", "minVersion" : "4", "tooltipTitle" : "Developer CMD", "tooltipDescription" : "Opens the developer command prompt\r\nfor Visual Studio 2012"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "timestamp": {"type": "string"}, "displayName": {"type": "string"}, "executablePath": {"type": "string"}, "arguments": {"type": "string"}, "workingDirectory": {"type": "string"}, "supportedItemKind": {"type": "string"}, "minVersion": {"type": "string"}, "tooltipTitle": {"type": "string"}, "tooltipDescription": {"type": "string"}}, "required": ["id", "timestamp", "displayName", "executablePath", "arguments", "workingDirectory", "supportedItemKind", "minVersion", "tooltipTitle", "tooltipDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "pickpenny", "definition" : "A miser; also, a sharper. Dr. H. More."}
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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "snyk-protect": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["start", "test", "snyk-protect", "prepublish"]}, "dependencies": {"type": "object", "properties": {"compression": {"type": "string"}, "cors": {"type": "string"}, "helmet": {"type": "string"}, "loopback": {"type": "string"}, "loopback-boot": {"type": "string"}, "loopback-component-explorer": {"type": "string"}, "loopback-connector-rest": {"type": "string"}, "serve-favicon": {"type": "string"}, "strong-error-handler": {"type": "string"}, "snyk": {"type": "string"}}, "required": ["compression", "cors", "helmet", "loopback", "loopback-boot", "loopback-component-explorer", "loopback-connector-rest", "serve-favicon", "strong-error-handler", "snyk"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-loopback": {"type": "string"}, "mocha": {"type": "string"}, "nsp": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["chai", "eslint", "eslint-config-loopback", "mocha", "nsp", "supertest"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "description": {"type": "string"}, "snyk": {"type": "boolean"}}, "required": ["name", "version", "main", "scripts", "dependencies", "devDependencies", "repository", "license", "description", "snyk"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-twitter-trends", "version" : "2.0.0", "main" : "server/server.js", "scripts" : {"start" : "node .", "test" : "./node_modules/mocha/bin/mocha", "snyk-protect" : "snyk protect", "prepublish" : "npm run snyk-protect"}, "dependencies" : {"compression" : "^1.0.3", "cors" : "^2.5.2", "helmet" : "^3.6.1", "loopback" : "^3.21.0", "loopback-boot" : "^3.1.1", "loopback-component-explorer" : "^6.2.0", "loopback-connector-rest" : "^3.2.0", "serve-favicon" : "^2.0.1", "strong-error-handler" : "^3.0.0", "snyk" : "^1.234.0"}, "devDependencies" : {"chai" : "^4.1.2", "eslint" : "^6.5.1", "eslint-config-loopback" : "^8.0.0", "mocha" : "^5.2.0", "nsp" : "^3.2.1", "supertest" : "^3.1.0"}, "repository" : {"type" : "", "url" : ""}, "license" : "MIT", "description" : "node-twitter-trends", "snyk" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "snyk-protect": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["start", "test", "snyk-protect", "prepublish"]}, "dependencies": {"type": "object", "properties": {"compression": {"type": "string"}, "cors": {"type": "string"}, "helmet": {"type": "string"}, "loopback": {"type": "string"}, "loopback-boot": {"type": "string"}, "loopback-component-explorer": {"type": "string"}, "loopback-connector-rest": {"type": "string"}, "serve-favicon": {"type": "string"}, "strong-error-handler": {"type": "string"}, "snyk": {"type": "string"}}, "required": ["compression", "cors", "helmet", "loopback", "loopback-boot", "loopback-component-explorer", "loopback-connector-rest", "serve-favicon", "strong-error-handler", "snyk"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-loopback": {"type": "string"}, "mocha": {"type": "string"}, "nsp": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["chai", "eslint", "eslint-config-loopback", "mocha", "nsp", "supertest"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "description": {"type": "string"}, "snyk": {"type": "boolean"}}, "required": ["name", "version", "main", "scripts", "dependencies", "devDependencies", "repository", "license", "description", "snyk"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"articles": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "array", "items": {}}, "contents": {"type": "string"}, "last_modified": {"type": "string"}}, "required": ["path", "title", "author", "contents", "last_modified"]}}, "collections": {"type": "array", "items": {"type": "string"}}}, "required": ["articles", "collections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"articles" : [{"path" : "about.html", "title" : "About", "author" : [], "contents" : "\nsomethine introduction\n\n\n\n", "last_modified" : "2021-05-14T13:47:07+08:00"}, {"path" : "index.html", "title" : "Personal blog by Jixing", "author" : [], "contents" : "\n\n\n\n", "last_modified" : "2021-05-14T13:47:07+08:00"}], "collections" : ["posts/posts.json"]}
json_instruct
{"type": "object", "properties": {"articles": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "array", "items": {}}, "contents": {"type": "string"}, "last_modified": {"type": "string"}}, "required": ["path", "title", "author", "contents", "last_modified"]}}, "collections": {"type": "array", "items": {"type": "string"}}}, "required": ["articles", "collections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"categories": {"type": "object", "properties": {"exchanges": {"type": "string"}, "lend": {"type": "string"}, "spend": {"type": "string"}, "finance-tools": {"type": "string"}, "social-impact": {"type": "string"}, "social": {"type": "string"}, "nfts": {"type": "string"}, "games": {"type": "string"}}, "required": ["exchanges", "lend", "spend", "finance-tools", "social-impact", "social", "nfts", "games"]}, "dapps": {"type": "object", "properties": {"mobius": {"type": "string"}, "symmetric": {"type": "string"}, "ubeswap": {"type": "string"}, "moola": {"type": "string"}, "celotracker": {"type": "string"}, "celotax": {"type": "string"}, "impactmarket": {"type": "string"}, "nomspace": {"type": "string"}, "poofcash": {"type": "string"}, "mentofi": {"type": "string"}, "bidali": {"type": "string"}, "pinnata": {"type": "string"}, "flywallet": {"type": "string"}, "immortaldao-finance": {"type": "string"}, "swapbitssa": {"type": "string"}, "trelispay": {"type": "string"}, "chimoney-chispend": {"type": "string"}, "talentprotocol": {"type": "string"}, "goodghosting": {"type": "string"}, "revo": {"type": "string"}, "niftydrop": {"type": "string"}, "nftviewer": {"type": "string"}, "doni": {"type": "string"}, "cyberbox": {"type": "string"}}, "required": ["mobius", "symmetric", "ubeswap", "moola", "celotracker", "celotax", "impactmarket", "nomspace", "poofcash", "mentofi", "bidali", "pinnata", "flywallet", "immortaldao-finance", "swapbitssa", "trelispay", "chimoney-chispend", "talentprotocol", "goodghosting", "revo", "niftydrop", "nftviewer", "doni", "cyberbox"]}}, "required": ["categories", "dapps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : {"exchanges" : "Swap", "lend" : "Bor\u00e7 Verme, Bor\u00e7 Alma & Kazanma", "spend" : "Harcama", "finance-tools" : "Finansal Ara\u00e7lar", "social-impact" : "Etki Yaratma", "social" : "Sosyal", "nfts" : "NFT'ler", "games" : "Oyunlar"}, "dapps" : {"mobius" : "Stablecoin'leri swap yaparak kriptoparalar\u0131n\u0131zla \u00f6d\u00fcller kazan\u0131n", "symmetric" : "Benzersiz risk fonuna sahip art\u0131r\u0131lm\u0131\u015f g\u00fcvenlikli DeFi'a eri\u015fin", "ubeswap" : "Token swap, pool'a girme ve farming", "moola" : "Bor\u00e7 vererek, bor\u00e7 alarak veya bir havuza kat\u0131larak \u00f6d\u00fcller kazan\u0131n", "celotracker" : "Celo Portf\u00f6y\u00fcn\u00fcz\u00fc y\u00f6netin (DeFi, NFT'ler vb)", "celotax" : "\u0130\u015flemlerinizi vergilendirme veya muhasebe a\u00e7\u0131s\u0131ndan analiz edin", "impactmarket" : "\u0130htiya\u00e7 sahiplerine destek olun", "nomspace" : "Celo adresleriniz i\u00e7in size \u00f6zel bir kullan\u0131c\u0131 ad\u0131 olu\u015fturun", "poofcash" : "\u0130\u015flemlerinizi takip edilemez hale getirin", "mentofi" : "Mento ile Celo yerel para birimleri aras\u0131nda de\u011fi\u015fim yap\u0131n", "bidali" : "Hediye kartlar\u0131 sat\u0131n al\u0131n", "pinnata" : "Celo'da bulunan zincirler aras\u0131 kald\u0131ra\u00e7l\u0131 farming protokol\u00fc", "flywallet" : "cUSD ve cEUR kullanarak d\u00fcnya \u00e7ap\u0131nda u\u00e7u\u015f rezervasyonlar\u0131 yap\u0131n", "immortaldao-finance" : "IMMO tokenlar\u0131n\u0131z\u0131 ba\u011flayarak veya stake ederek \u00f6d\u00fcller kazan\u0131n", "swapbitssa" : "Stablecoin'leri itibari para birimine d\u00f6n\u00fc\u015ft\u00fcrebilece\u011finiz global platform", "trelispay" : "dApp veya web sitenizde cStable \u00f6demelerini kolayca kabul edin", "chimoney-chispend" : "Kripto paran\u0131z\u0131 ger\u00e7ek d\u00fcnya \u00fcr\u00fcnlerine ve hizmetlerine harcay\u0131n", "talentprotocol" : "Yetenekleri destekleyebilece\u011finiz profesyonel a\u011f", "goodghosting" : "D\u00fczenli tasarruf sahiplerini \u00f6d\u00fcllendiren oyunla\u015ft\u0131r\u0131lm\u0131\u015f DeFi havuzlar\u0131", "revo" : "Otomatik bile\u015fik faizle kolay yield farming", "niftydrop" : "NFT'leri arkada\u015flar\u0131n\u0131za ve m\u00fc\u015fterilerinize da\u011f\u0131t\u0131n", "nftviewer" : "NFT koleksiyonlar\u0131n\u0131z\u0131 g\u00f6r\u00fcnt\u00fcleyin", "doni" : "\u00d6nemli olan sebepler i\u00e7in para toplay\u0131n", "cyberbox" : "NFT Marketplace on Celo"}}
json_instruct
{"type": "object", "properties": {"categories": {"type": "object", "properties": {"exchanges": {"type": "string"}, "lend": {"type": "string"}, "spend": {"type": "string"}, "finance-tools": {"type": "string"}, "social-impact": {"type": "string"}, "social": {"type": "string"}, "nfts": {"type": "string"}, "games": {"type": "string"}}, "required": ["exchanges", "lend", "spend", "finance-tools", "social-impact", "social", "nfts", "games"]}, "dapps": {"type": "object", "properties": {"mobius": {"type": "string"}, "symmetric": {"type": "string"}, "ubeswap": {"type": "string"}, "moola": {"type": "string"}, "celotracker": {"type": "string"}, "celotax": {"type": "string"}, "impactmarket": {"type": "string"}, "nomspace": {"type": "string"}, "poofcash": {"type": "string"}, "mentofi": {"type": "string"}, "bidali": {"type": "string"}, "pinnata": {"type": "string"}, "flywallet": {"type": "string"}, "immortaldao-finance": {"type": "string"}, "swapbitssa": {"type": "string"}, "trelispay": {"type": "string"}, "chimoney-chispend": {"type": "string"}, "talentprotocol": {"type": "string"}, "goodghosting": {"type": "string"}, "revo": {"type": "string"}, "niftydrop": {"type": "string"}, "nftviewer": {"type": "string"}, "doni": {"type": "string"}, "cyberbox": {"type": "string"}}, "required": ["mobius", "symmetric", "ubeswap", "moola", "celotracker", "celotax", "impactmarket", "nomspace", "poofcash", "mentofi", "bidali", "pinnata", "flywallet", "immortaldao-finance", "swapbitssa", "trelispay", "chimoney-chispend", "talentprotocol", "goodghosting", "revo", "niftydrop", "nftviewer", "doni", "cyberbox"]}}, "required": ["categories", "dapps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["easy-forms", "react-sorting"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 22, "line_cd" : 99505, "line_name" : "\u5929\u7adc\u6d5c\u540d\u6e56\u7dda", "station_cd" : 9950506, "station_g_cd" : 9950506, "station_name" : "\u7d30\u8c37", "lon" : 137.961606, "lat" : 34.792705}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : 309, "object_list" : [{"position" : [6.77, 8.13], "id" : 51}, {"position" : [8.05, 8.8], "id" : 52}, {"position" : [12.59, 3.01], "id" : 56}, {"position" : [6.83, 3.7], "id" : 59}, {"position" : [6.69, 4.21], "id" : 60}], "frame" : 309, "size" : 5}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "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-h5jp-68rm-94gf", "modified" : "2022-05-13T01:38:09Z", "published" : "2022-05-13T01:38:09Z", "aliases" : ["CVE-2017-12222"], "details" : "A vulnerability in the wireless controller manager of Cisco IOS XE could allow an unauthenticated, adjacent attacker to cause a restart of the switch and result in a denial of service (DoS) condition. The vulnerability is due to insufficient input validation. An attacker could exploit this vulnerability by submitting a crafted association request. An exploit could allow the attacker to cause the switch to restart. This vulnerability affects Cisco Catalyst 3650 and 3850 switches running IOS XE Software versions 16.1 through 16.3.3, and acting as wireless LAN controllers (WLC). Cisco Bug IDs: CSCvd45069.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2017-12222"}, {"type" : "WEB", "url" : "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170927-ios-xe"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/101035"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id/1039458"}], "database_specific" : {"cwe_ids" : ["CWE-20"], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"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#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1987, "sex" : "F", "n" : 8, "prop" : 4.27e-06}, {"year" : 1988, "sex" : "F", "n" : 9, "prop" : 4.68e-06}, {"year" : 1989, "sex" : "F", "n" : 12, "prop" : 6.02e-06}, {"year" : 1990, "sex" : "F", "n" : 8, "prop" : 3.89e-06}, {"year" : 1991, "sex" : "F", "n" : 11, "prop" : 5.41e-06}, {"year" : 1992, "sex" : "F", "n" : 6, "prop" : 2.99e-06}, {"year" : 1993, "sex" : "F", "n" : 20, "prop" : 0}, {"year" : 1994, "sex" : "F", "n" : 9, "prop" : 4.62e-06}, {"year" : 1995, "sex" : "F", "n" : 5, "prop" : 2.6e-06}, {"year" : 1996, "sex" : "F", "n" : 6, "prop" : 3.13e-06}, {"year" : 1998, "sex" : "F", "n" : 7, "prop" : 3.61e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["searchlight-common"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "MCO2", "name" : "Moss Carbon Credit (PoS)", "decimals" : 18, "address" : "0xaa7dbd1598251f856c12f63557a4c4397c253cea", "mintable" : false, "ethereum_address" : "0xfc98e825a2264d890f9a1e68ed50e1526abccacd"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dyn-forms.basic.intro": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "object", "properties": {"en": {"type": "string"}, "es": {"type": "string"}}, "required": ["en", "es"]}, "componentName": {"type": "string"}, "selector": {"type": "string"}, "filesPath": {"type": "string"}, "primaryFile": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "additionalComponents": {"type": "array", "items": {}}, "module": {"type": "object", "properties": {"name": {"type": "string"}, "importSpecifier": {"type": "string"}}, "required": ["name", "importSpecifier"]}}, "required": ["id", "title", "componentName", "selector", "filesPath", "primaryFile", "files", "additionalComponents", "module"]}}, "required": ["dyn-forms.basic.intro"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dyn-forms.basic.intro" : {"id" : "dyn-forms.basic.intro", "title" : {"en" : "Basic Setup", "es" : "Configuraci\u00f3n B\u00e1sica"}, "componentName" : "DynFormsBasicComponent", "selector" : "dyn-forms-basic", "filesPath" : "dyn-forms/basic/intro", "primaryFile" : "app.component.ts", "files" : ["form.config.ts", "app.component.ts", "app.component.html", "app.module.ts"], "additionalComponents" : [], "module" : {"name" : "DemoFormsModule", "importSpecifier" : "myndpm-demos-dyn-forms-basic-intro"}}}
json_instruct
{"type": "object", "properties": {"dyn-forms.basic.intro": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "object", "properties": {"en": {"type": "string"}, "es": {"type": "string"}}, "required": ["en", "es"]}, "componentName": {"type": "string"}, "selector": {"type": "string"}, "filesPath": {"type": "string"}, "primaryFile": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "additionalComponents": {"type": "array", "items": {}}, "module": {"type": "object", "properties": {"name": {"type": "string"}, "importSpecifier": {"type": "string"}}, "required": ["name", "importSpecifier"]}}, "required": ["id", "title", "componentName", "selector", "filesPath", "primaryFile", "files", "additionalComponents", "module"]}}, "required": ["dyn-forms.basic.intro"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : [[[-90.123837, 29.929171], [-90.121505, 29.933428], [-90.120746, 29.932937], [-90.117905, 29.938265], [-90.110999, 29.936184], [-90.113562, 29.9266], [-90.119815, 29.92658], [-90.124301, 29.928273], [-90.123837, 29.929171]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 28515}}]}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"location": {"type": "string"}, "publisherName": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "api-version": {"type": "string"}, "subscriptionId": {"type": "string"}}, "required": ["location", "publisherName", "type", "version", "api-version", "subscriptionId"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"operatingSystem": {"type": "string"}, "computeRole": {"type": "string"}, "handlerSchema": {"type": "string"}, "vmScaleSetEnabled": {"type": "boolean"}, "supportsMultipleExtensions": {"type": "boolean"}}, "required": ["operatingSystem", "computeRole", "handlerSchema", "vmScaleSetEnabled", "supportsMultipleExtensions"]}, "id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "location": {"type": "string"}, "tags": {"type": "object", "properties": {"key9885": {"type": "string"}}, "required": ["key9885"]}}, "required": ["properties", "id", "name", "type", "location", "tags"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parameters" : {"location" : "aaaaaaaaaaaaa", "publisherName" : "aaaaaaaaaaaaaaaaaaaa", "type" : "aaaaaaaaaaaaaaaaaa", "version" : "aaaaaaaaaaaaaa", "api-version" : "2021-11-01", "subscriptionId" : "{subscription-id}"}, "responses" : {"200" : {"body" : {"properties" : {"operatingSystem" : "aaaaaaaaaaaaaaaaaa", "computeRole" : "aaaaaaaaaaaaaaaaa", "handlerSchema" : "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "vmScaleSetEnabled" : true, "supportsMultipleExtensions" : true}, "id" : "aaaaaaaaaaaaaaaaa", "name" : "aaaaaaaaaaaaaaa", "type" : "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "location" : "aaaaaaaaaaaaa", "tags" : {"key9885" : "aaaaaaaaa"}}}}}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"location": {"type": "string"}, "publisherName": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "api-version": {"type": "string"}, "subscriptionId": {"type": "string"}}, "required": ["location", "publisherName", "type", "version", "api-version", "subscriptionId"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"operatingSystem": {"type": "string"}, "computeRole": {"type": "string"}, "handlerSchema": {"type": "string"}, "vmScaleSetEnabled": {"type": "boolean"}, "supportsMultipleExtensions": {"type": "boolean"}}, "required": ["operatingSystem", "computeRole", "handlerSchema", "vmScaleSetEnabled", "supportsMultipleExtensions"]}, "id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "location": {"type": "string"}, "tags": {"type": "object", "properties": {"key9885": {"type": "string"}}, "required": ["key9885"]}}, "required": ["properties", "id", "name", "type", "location", "tags"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"assets/images/.DS_Store": {"type": "array", "items": {"type": "string"}}, "assets/images/2.0x/flutter_logo.png": {"type": "array", "items": {"type": "string"}}, "assets/images/2.0x/lineman-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/2.0x/robinhood-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/3.0x/flutter_logo.png": {"type": "array", "items": {"type": "string"}}, "assets/images/3.0x/lineman-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/3.0x/robinhood-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/flutter_logo.png": {"type": "array", "items": {"type": "string"}}, "assets/images/lineman-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/robinhood-logo.jpeg": {"type": "array", "items": {"type": "string"}}}, "required": ["assets/images/.DS_Store", "assets/images/2.0x/flutter_logo.png", "assets/images/2.0x/lineman-logo.jpeg", "assets/images/2.0x/robinhood-logo.jpeg", "assets/images/3.0x/flutter_logo.png", "assets/images/3.0x/lineman-logo.jpeg", "assets/images/3.0x/robinhood-logo.jpeg", "assets/images/flutter_logo.png", "assets/images/lineman-logo.jpeg", "assets/images/robinhood-logo.jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assets/images/.DS_Store" : ["assets/images/.DS_Store"], "assets/images/2.0x/flutter_logo.png" : ["assets/images/2.0x/flutter_logo.png"], "assets/images/2.0x/lineman-logo.jpeg" : ["assets/images/2.0x/lineman-logo.jpeg"], "assets/images/2.0x/robinhood-logo.jpeg" : ["assets/images/2.0x/robinhood-logo.jpeg"], "assets/images/3.0x/flutter_logo.png" : ["assets/images/3.0x/flutter_logo.png"], "assets/images/3.0x/lineman-logo.jpeg" : ["assets/images/3.0x/lineman-logo.jpeg"], "assets/images/3.0x/robinhood-logo.jpeg" : ["assets/images/3.0x/robinhood-logo.jpeg"], "assets/images/flutter_logo.png" : ["assets/images/flutter_logo.png", "assets/images/2.0x/flutter_logo.png", "assets/images/3.0x/flutter_logo.png"], "assets/images/lineman-logo.jpeg" : ["assets/images/lineman-logo.jpeg", "assets/images/2.0x/lineman-logo.jpeg", "assets/images/3.0x/lineman-logo.jpeg"], "assets/images/robinhood-logo.jpeg" : ["assets/images/robinhood-logo.jpeg", "assets/images/2.0x/robinhood-logo.jpeg", "assets/images/3.0x/robinhood-logo.jpeg"]}
json_instruct
{"type": "object", "properties": {"assets/images/.DS_Store": {"type": "array", "items": {"type": "string"}}, "assets/images/2.0x/flutter_logo.png": {"type": "array", "items": {"type": "string"}}, "assets/images/2.0x/lineman-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/2.0x/robinhood-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/3.0x/flutter_logo.png": {"type": "array", "items": {"type": "string"}}, "assets/images/3.0x/lineman-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/3.0x/robinhood-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/flutter_logo.png": {"type": "array", "items": {"type": "string"}}, "assets/images/lineman-logo.jpeg": {"type": "array", "items": {"type": "string"}}, "assets/images/robinhood-logo.jpeg": {"type": "array", "items": {"type": "string"}}}, "required": ["assets/images/.DS_Store", "assets/images/2.0x/flutter_logo.png", "assets/images/2.0x/lineman-logo.jpeg", "assets/images/2.0x/robinhood-logo.jpeg", "assets/images/3.0x/flutter_logo.png", "assets/images/3.0x/lineman-logo.jpeg", "assets/images/3.0x/robinhood-logo.jpeg", "assets/images/flutter_logo.png", "assets/images/lineman-logo.jpeg", "assets/images/robinhood-logo.jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "label": {"type": "string"}, "parent": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "ancestors": {"type": "array", "items": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}}}, "required": ["_id", "label", "parent", "ancestors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : {"$oid" : "52712a3e2eacd5a714000001"}, "label" : "Sample Sub Sub-Node 2", "parent" : {"$oid" : "524362aa56c02c0703000001"}, "ancestors" : [{"$oid" : "5261781556c02c072a000007"}, {"$oid" : "5254908d56c02c076e000001"}]}
json_instruct
{"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "label": {"type": "string"}, "parent": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "ancestors": {"type": "array", "items": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}}}, "required": ["_id", "label", "parent", "ancestors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"an3.71:1.1": {"type": "string"}, "an3.71:2.1": {"type": "string"}, "an3.71:3.1": {"type": "string"}, "an3.71:4.1": {"type": "string"}, "an3.71:5.1": {"type": "string"}}, "required": ["an3.71:1.1", "an3.71:2.1", "an3.71:3.1", "an3.71:4.1", "an3.71:5.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an3.71:1.1" : "bj18.382, cck20.280, dr20.276, ms15A3_658, msdiv72, ndp16.200, pts-vp-pli1.216, sc1, vri35.246", "an3.71:2.1" : "ms15A3_659, sc2, sya20.278", "an3.71:3.1" : "cck20.281, csp1ed15.217, csp2ed15.217, dr20.277, ms15A3_660, sc3, vri35.247", "an3.71:4.1" : "bj18.384, cck20.282, csp1ed15.218, csp2ed15.218, ms15A3_661, ndp16.201, pts-vp-pli1.217, sc4, sya20.279", "an3.71:5.1" : "dr20.278, ms15A3_662, sc5"}
json_instruct
{"type": "object", "properties": {"an3.71:1.1": {"type": "string"}, "an3.71:2.1": {"type": "string"}, "an3.71:3.1": {"type": "string"}, "an3.71:4.1": {"type": "string"}, "an3.71:5.1": {"type": "string"}}, "required": ["an3.71:1.1", "an3.71:2.1", "an3.71:3.1", "an3.71:4.1", "an3.71:5.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["label", "submenu"]}}}, "required": ["context-menu", "menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"context-menu" : {"atom-text-editor" : [{"label" : "Toggle Comment", "command" : "quick-comment:toggleComment"}, {"label" : "Add Brackets", "command" : "quick-comment:addBrackets"}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "Quick Comment", "submenu" : [{"label" : "Toggle Comment", "command" : "quick-comment:toggleComment"}, {"label" : "Add Brackets", "command" : "quick-comment:addBrackets"}]}]}]}
json_instruct
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["label", "submenu"]}}}, "required": ["context-menu", "menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "INVITE_ME": {"type": "string"}, "CLICK_HERE": {"type": "string"}, "SET_PREFIX": {"type": "string"}, "SUPPORT_SERVER": {"type": "string"}}, "required": ["category", "description", "INVITE_ME", "CLICK_HERE", "SET_PREFIX", "SUPPORT_SERVER"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"category" : "N\u00fctzliches", "description" : "Lad Venus auf deinen Server ein!", "INVITE_ME" : "Lad mich ein!", "CLICK_HERE" : "Klicke hier, um mich zu deinem Server einzuladen!", "SET_PREFIX" : "Um mein Pr\u00e4fix festzulegen, verwende `{PREFIX}setprefix`", "SUPPORT_SERVER" : "Brauchst du Hilfe? Tritt hier dem Support-Server bei!"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "INVITE_ME": {"type": "string"}, "CLICK_HERE": {"type": "string"}, "SET_PREFIX": {"type": "string"}, "SUPPORT_SERVER": {"type": "string"}}, "required": ["category", "description", "INVITE_ME", "CLICK_HERE", "SET_PREFIX", "SUPPORT_SERVER"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 1, "startTimes" : [1, 43, 27, 11, 60], "objectiveValue" : 112.0, "solverRuntimeInMilliseconds" : 0, "optional" : {}}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xa9d6a1c87422b211014f1009c541600b33344aff", "tool" : "osiris", "start" : 1564593858.5809765, "end" : 1564593911.9726295, "duration" : 53.391653060913086, "analysis" : [{"errors" : [{"line" : 87, "column" : 16, "message" : "overflow_bugs"}, {"line" : 82, "column" : 33, "message" : "overflow_bugs"}], "file" : "/unique_chucks/11/0xa9d6a1c87422b211014f1009c541600b33344aff.sol", "name" : "BalToken"}, {"errors" : [], "file" : "/unique_chucks/11/0xa9d6a1c87422b211014f1009c541600b33344aff.sol", "name" : "owned"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[139.875, 33.75], [139.875, 33.833333333333336], [140.0, 33.833333333333336], [140.0, 33.75], [139.875, 33.75]]]}, "properties" : {"code" : 503957, "url" : "http://madefor.github.io/0410/api/v1/503957.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/503957.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "license": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "dependencies": {"type": "object", "properties": {"diagram-js": {"type": "string"}, "file-saver": {"type": "string"}, "ids": {"type": "string"}, "jsmidgen": {"type": "string"}, "lodash-es": {"type": "string"}, "min-dom": {"type": "string"}, "p5": {"type": "string"}, "tiny-svg": {"type": "string"}}, "required": ["diagram-js", "file-saver", "ids", "jsmidgen", "lodash-es", "min-dom", "p5", "tiny-svg"]}}, "required": ["name", "version", "description", "repository", "author", "contributors", "license", "main", "module", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-sequencer", "version" : "1.0.0", "description" : "A Node-Based Sequencer for the Web", "repository" : {"type" : "git", "url" : "https://github.com/philippfromme/node-sequencer"}, "author" : {"name" : "Philipp Fromme", "url" : "https://github.com/philippfromme"}, "contributors" : [{"name" : "Nico Rehwaldt", "url" : "https://github.com/nikku"}], "license" : "MIT", "main" : "index.js", "module" : "index.js", "dependencies" : {"diagram-js" : "^3.1.3", "file-saver" : "^1.3.3", "ids" : "^0.2.0", "jsmidgen" : "^0.1.5", "lodash-es" : "^4.17.4", "min-dom" : "^3.1.1", "p5" : "^0.7.3", "tiny-svg" : "^2.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "license": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "dependencies": {"type": "object", "properties": {"diagram-js": {"type": "string"}, "file-saver": {"type": "string"}, "ids": {"type": "string"}, "jsmidgen": {"type": "string"}, "lodash-es": {"type": "string"}, "min-dom": {"type": "string"}, "p5": {"type": "string"}, "tiny-svg": {"type": "string"}}, "required": ["diagram-js", "file-saver", "ids", "jsmidgen", "lodash-es", "min-dom", "p5", "tiny-svg"]}}, "required": ["name", "version", "description", "repository", "author", "contributors", "license", "main", "module", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "documentation-url": {"type": "string"}, "start-date": {"type": "string"}, "listed-building": {"type": "string"}, "listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["point", "documentation-url", "start-date", "listed-building", "listed-building-grade", "name", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.24189, 52.128106]}, "properties" : {"point" : "POINT (1.241890 52.128106)", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1030311", "start-date" : "1966-03-16", "listed-building" : "1030311", "listed-building-grade" : "II", "name" : "BRIDGE FARMHOUSE", "slug" : "/listed-building/1030311", "entry-date" : "2021-05-28"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "documentation-url": {"type": "string"}, "start-date": {"type": "string"}, "listed-building": {"type": "string"}, "listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["point", "documentation-url", "start-date", "listed-building", "listed-building-grade", "name", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keV" : [6.72, 46.7, 47.547, 53.695, 53.877, 55.293, 511.0], "intensity" : [16.6, 21.8, 38.5, 4.05, 7.84, 2.62, 5.54], "halfLife" : ["3.73 m", "3.73 m"]}
json_instruct
{"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/bin/retroarch-vbam", "/lib/retroarch/cores/vbam_libretro.so"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"git-nodes": {"type": "string"}, "git-nodes-config": {"type": "string"}}, "required": ["git-nodes", "git-nodes-config"]}}, "required": ["nodes"]}, "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"}, "dependencies": {"type": "object", "properties": {"child_process": {"type": "string"}, "fs-extra": {"type": "string"}}, "required": ["child_process", "fs-extra"]}}, "required": ["name", "version", "node-red", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-red-contrib-git-nodes", "version" : "0.2.2", "node-red" : {"nodes" : {"git-nodes" : "git-nodes.js", "git-nodes-config" : "git-nodes-config.js"}}, "description" : "for Node-RED. management flows.", "main" : "git-nodes.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/high-u/node-red-contrib-git-nodes.git"}, "keywords" : ["node-red", "git", "flows", "diff", "push", "commit"], "author" : "high-u <zen.crazyd@gmail.com> (https://github.com/high-u)", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/high-u/node-red-contrib-git-nodes/issues"}, "homepage" : "https://github.com/high-u/node-red-contrib-git-nodes#readme", "dependencies" : {"child_process" : "^1.0.2", "fs-extra" : "^5.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"git-nodes": {"type": "string"}, "git-nodes-config": {"type": "string"}}, "required": ["git-nodes", "git-nodes-config"]}}, "required": ["nodes"]}, "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"}, "dependencies": {"type": "object", "properties": {"child_process": {"type": "string"}, "fs-extra": {"type": "string"}}, "required": ["child_process", "fs-extra"]}}, "required": ["name", "version", "node-red", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "dev:ci": {"type": "string"}, "lint": {"type": "string"}, "start": {"type": "string"}, "type-check": {"type": "string"}, "typecheck": {"type": "string"}}, "required": ["build", "dev", "dev:ci", "lint", "start", "type-check", "typecheck"]}, "dependencies": {"type": "object", "properties": {"@remirror/core": {"type": "string"}, "@remirror/core-extensions": {"type": "string"}, "@remirror/editor-twitter": {"type": "string"}, "@remirror/editor-wysiwyg": {"type": "string"}, "@remirror/react": {"type": "string"}, "@remirror/showcase": {"type": "string"}, "emoji-mart": {"type": "string"}, "match-sorter": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@remirror/core", "@remirror/core-extensions", "@remirror/editor-twitter", "@remirror/editor-wysiwyg", "@remirror/react", "@remirror/showcase", "emoji-mart", "match-sorter", "next", "react", "react-dom"]}}, "required": ["private", "name", "license", "version", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "name" : "with-next", "license" : "ISC", "version" : "0.3.0", "scripts" : {"build" : "next build", "dev" : "next", "dev:ci" : "next dev -p 3001", "lint" : "tslint --project tsconfig.lint.json --config ../../tslint.json", "start" : "next start", "type-check" : "tsc", "typecheck" : "tsc -p ./tsconfig.json --noEmit"}, "dependencies" : {"@remirror/core" : "0.3.0", "@remirror/core-extensions" : "0.3.0", "@remirror/editor-twitter" : "0.3.0", "@remirror/editor-wysiwyg" : "0.3.0", "@remirror/react" : "0.3.0", "@remirror/showcase" : "0.3.0", "emoji-mart" : "2.11.1", "match-sorter" : "3.1.1", "next" : "9.0.2", "react" : "16.8.6", "react-dom" : "16.8.6"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "dev:ci": {"type": "string"}, "lint": {"type": "string"}, "start": {"type": "string"}, "type-check": {"type": "string"}, "typecheck": {"type": "string"}}, "required": ["build", "dev", "dev:ci", "lint", "start", "type-check", "typecheck"]}, "dependencies": {"type": "object", "properties": {"@remirror/core": {"type": "string"}, "@remirror/core-extensions": {"type": "string"}, "@remirror/editor-twitter": {"type": "string"}, "@remirror/editor-wysiwyg": {"type": "string"}, "@remirror/react": {"type": "string"}, "@remirror/showcase": {"type": "string"}, "emoji-mart": {"type": "string"}, "match-sorter": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@remirror/core", "@remirror/core-extensions", "@remirror/editor-twitter", "@remirror/editor-wysiwyg", "@remirror/react", "@remirror/showcase", "emoji-mart", "match-sorter", "next", "react", "react-dom"]}}, "required": ["private", "name", "license", "version", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Paquete de 30 balas PS gs de 5,45x39 mm", "ShortName" : "PS gs", "Description" : "Un paquete de papel con 30 balas PS gs del calibre 5,45x39 mm."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid 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": {}}, "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": {}}, "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-rpqj-63g9-fq5w", "modified" : "2022-05-01T07:12:15Z", "published" : "2022-05-01T07:12:15Z", "aliases" : ["CVE-2006-3762"], "details" : "The Touch Control ActiveX control 2.0.0.55 allows remote attackers to read and possibly execute arbitrary files via a \"file///\" URI in the sPath parameter to the Execute function.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-3762"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/439154/100/100/threaded"}], "database_specific" : {"cwe_ids" : [], "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": {}}, "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": {}}, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "fs": {"type": "string"}, "googleapis": {"type": "string"}, "nodemailer": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["dotenv", "fs", "googleapis", "nodemailer", "puppeteer"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "maggieseaport", "version" : "1.0.0", "description" : "Maggie's Schedule Seaport", "main" : "server.js", "dependencies" : {"dotenv" : "^6.0.0", "fs" : "^0.0.1-security", "googleapis" : "^32.0.0", "nodemailer" : "^4.6.7", "puppeteer" : "^1.7.0"}, "devDependencies" : {}, "scripts" : {}, "author" : "Mike Schulte", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "fs": {"type": "string"}, "googleapis": {"type": "string"}, "nodemailer": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["dotenv", "fs", "googleapis", "nodemailer", "puppeteer"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dotaId": {"type": "string"}, "attrib": {"type": "string"}, "cd": {"type": "boolean"}, "qual": {"type": "string"}, "notes": {"type": "string"}, "desc": {"type": "string"}, "dname": {"type": "string"}, "mc": {"type": "boolean"}, "img": {"type": "string"}, "lore": {"type": "string"}, "id": {"type": "integer"}, "created": {"type": "boolean"}, "cost": {"type": "integer"}}, "required": ["dotaId", "attrib", "cd", "qual", "notes", "desc", "dname", "mc", "img", "lore", "id", "created", "cost"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dotaId" : "relic", "attrib" : "+ 60 Damage", "cd" : false, "qual" : "secret_shop", "notes" : "", "desc" : "", "dname" : "Sacred Relic", "mc" : false, "img" : "relic_lg.png", "lore" : "An ancient weapon that often turns the tides of war.", "id" : 54, "created" : false, "cost" : 3800}
json_instruct
{"type": "object", "properties": {"dotaId": {"type": "string"}, "attrib": {"type": "string"}, "cd": {"type": "boolean"}, "qual": {"type": "string"}, "notes": {"type": "string"}, "desc": {"type": "string"}, "dname": {"type": "string"}, "mc": {"type": "boolean"}, "img": {"type": "string"}, "lore": {"type": "string"}, "id": {"type": "integer"}, "created": {"type": "boolean"}, "cost": {"type": "integer"}}, "required": ["dotaId", "attrib", "cd", "qual", "notes", "desc", "dname", "mc", "img", "lore", "id", "created", "cost"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"type": "null"}, "reference": {"type": "string"}, "comments": {"type": "null"}}, "required": ["source", "ra", "dec", "epoch", "equinox", "shortname", "reference", "comments"]}}, "Names": {"type": "array", "items": {"type": "object", "properties": {"other_name": {"type": "string"}}, "required": ["other_name"]}}, "ProperMotions": {"type": "array", "items": {"type": "object", "properties": {"mu_ra": {"type": "number"}, "mu_ra_error": {"type": "number"}, "mu_dec": {"type": "number"}, "mu_dec_error": {"type": "number"}, "adopted": {"type": "boolean"}, "comments": {"type": "null"}, "reference": {"type": "string"}}, "required": ["mu_ra", "mu_ra_error", "mu_dec", "mu_dec_error", "adopted", "comments", "reference"]}}}, "required": ["Sources", "Names", "ProperMotions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Sources" : [{"source" : "GRH 2208-20", "ra" : 332.7082, "dec" : -19.8738, "epoch" : null, "equinox" : "2000", "shortname" : null, "reference" : "Gilm85", "comments" : null}], "Names" : [{"other_name" : "GRH 2208-20"}], "ProperMotions" : [{"mu_ra" : -206.85, "mu_ra_error" : 1.16, "mu_dec" : -660.05, "mu_dec_error" : 0.41, "adopted" : true, "comments" : null, "reference" : "Dahn17"}]}
json_instruct
{"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"type": "null"}, "reference": {"type": "string"}, "comments": {"type": "null"}}, "required": ["source", "ra", "dec", "epoch", "equinox", "shortname", "reference", "comments"]}}, "Names": {"type": "array", "items": {"type": "object", "properties": {"other_name": {"type": "string"}}, "required": ["other_name"]}}, "ProperMotions": {"type": "array", "items": {"type": "object", "properties": {"mu_ra": {"type": "number"}, "mu_ra_error": {"type": "number"}, "mu_dec": {"type": "number"}, "mu_dec_error": {"type": "number"}, "adopted": {"type": "boolean"}, "comments": {"type": "null"}, "reference": {"type": "string"}}, "required": ["mu_ra", "mu_ra_error", "mu_dec", "mu_dec_error", "adopted", "comments", "reference"]}}}, "required": ["Sources", "Names", "ProperMotions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "resultPattern": {"type": "string"}, "tables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "entries"]}}}, "required": ["name", "resultPattern", "tables"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Person, Class Generator", "resultPattern" : "{personClass}", "tables" : [{"name" : "personClass", "entries" : ["barbarian", "bard", "cleric", "druid", "figter", "monk", "paladin", "ranger", "rogue", "sorcerer", "warlock", "wizard"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "resultPattern": {"type": "string"}, "tables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "entries"]}}}, "required": ["name", "resultPattern", "tables"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "Reference": {"type": "string"}, "LevelID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "Reference", "LevelID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 11723, "UUID" : "18CA0320-2945-4934-811B-9A63839714AF", "DataProviderID" : 15, "DataProvidersReference" : "19347", "OperatorID" : 5, "AddressInfo" : {"ID" : 11620, "Title" : "1220 S Kalamazoo Ave", "AddressLine1" : "1220 S Kalamazoo Ave", "Town" : "Marshall", "StateOrProvince" : "Michigan", "Postcode" : "49068", "CountryID" : 2, "Latitude" : 42.25585175, "Longitude" : -84.96489716, "ContactTelephone1" : "", "RelatedURL" : "http://carstations.com/19347", "DistanceUnit" : 0}, "Connections" : [{"ID" : 9073, "ConnectionTypeID" : 1, "Reference" : "J1772", "LevelID" : 2}], "StatusTypeID" : 0, "DateLastStatusUpdate" : "2017-11-04T14:04:00Z", "DataQualityLevel" : 2, "DateCreated" : "2012-06-21T14:52: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"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "Reference": {"type": "string"}, "LevelID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "Reference", "LevelID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101814803, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "1b31b0f3ca27d06c8e5cf14ae5177498", "wof:id" : 101814803, "wof:repo" : "whosonfirst-data-admin-se"}, "bbox" : [14.81667, 63.31667, 14.81667, 63.31667], "geometry" : {"coordinates" : [14.81667, 63.31667], "type" : "Point"}}
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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"loading": {"type": "string"}, "toast": {"type": "string"}}, "required": ["loading", "toast"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usingComponents" : {"loading" : "/component/loading/loading", "toast" : "/component/toast/toast"}}
json_instruct
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"loading": {"type": "string"}, "toast": {"type": "string"}}, "required": ["loading", "toast"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"main": {"type": "string"}, "name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "jsdom": {"type": "string"}}, "required": ["d3", "jsdom"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "serve"]}}, "required": ["main", "name", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "index.html", "name" : "augmented-rnns", "dependencies" : {"d3" : "^4.2.2", "jsdom" : "^9.9.1"}, "scripts" : {"build" : "node bin/include.js > public/index.html", "serve" : "python -m SimpleHTTPServer"}}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}, "name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "jsdom": {"type": "string"}}, "required": ["d3", "jsdom"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "serve"]}}, "required": ["main", "name", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"private": {"type": "boolean"}, "fable": {"type": "object", "properties": {"entry": {"type": "string"}}, "required": ["entry"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["postinstall", "build", "start", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-env": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "fable-loader": {"type": "string"}, "fable-utils": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "html-webpack-polyfill-io-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-env", "copy-webpack-plugin", "fable-loader", "fable-utils", "html-webpack-plugin", "html-webpack-polyfill-io-plugin", "webpack", "webpack-dev-server"]}}, "required": ["private", "fable", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "fable" : {"entry" : "src/TextBox.fsproj"}, "scripts" : {"postinstall" : "dotnet restore", "build" : "cd tools && dotnet fable webpack -- -p --config webpack.config.prod.js", "start" : "cd tools && dotnet fable webpack-dev-server -- --config webpack.config.dev.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "devDependencies" : {"babel-core" : "6.26.0", "babel-loader" : "7.1.2", "babel-preset-env" : "1.6.1", "copy-webpack-plugin" : "^4.4.1", "fable-loader" : "1.1.6", "fable-utils" : "1.0.6", "html-webpack-plugin" : "2.29.0", "html-webpack-polyfill-io-plugin" : "^1.0.0", "webpack" : "3.8.1", "webpack-dev-server" : "2.9.4"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "fable": {"type": "object", "properties": {"entry": {"type": "string"}}, "required": ["entry"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["postinstall", "build", "start", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-env": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "fable-loader": {"type": "string"}, "fable-utils": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "html-webpack-polyfill-io-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-env", "copy-webpack-plugin", "fable-loader", "fable-utils", "html-webpack-plugin", "html-webpack-polyfill-io-plugin", "webpack", "webpack-dev-server"]}}, "required": ["private", "fable", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 9108033004, "parent" : 9108033, "name" : "WAILABU", "latitude" : null, "longitude" : null, "postal" : [98496, 98494], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "AR7KQQ91187B98ED7A", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Lollipop Lust Kill", "duration" : 211.90485, "num_songs" : 1, "song_id" : "SOATRKY12AB017FBC7", "title" : "No Answer (Outro)", "year" : 2002}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object", "properties": {"post_id": {"type": "integer"}, "date_added": {"type": "integer"}, "body": {"type": "string"}}, "required": ["post_id", "date_added", "body"]}}, "post_like": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "array", "items": {}}, "follow": {"type": "array", "items": {"type": "object", "properties": {"follow_id": {"type": "integer"}, "hub": {"type": "string"}, "auth_address": {"type": "string"}, "user_name": {"type": "string"}, "date_added": {"type": "integer"}}, "required": ["follow_id", "hub", "auth_address", "user_name", "date_added"]}}}, "required": ["next_post_id", "next_comment_id", "next_follow_id", "avatar", "user_name", "hub", "intro", "post", "post_like", "comment", "follow"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"next_post_id" : 3, "next_comment_id" : 1, "next_follow_id" : 6, "avatar" : "jpg", "user_name" : "Everyone", "hub" : "1White24UrrwQrD86o6Vrc1apgZ1x1o51", "intro" : "Random ZeroNet user", "post" : [{"post_id" : 1, "date_added" : 1491739774, "body" : "Hello ZeroMe!"}, {"post_id" : 1491740077, "body" : "we care about the future over the past in a way that is hard to explain or justify", "date_added" : 1491740075}], "post_like" : {}, "comment" : [], "follow" : [{"follow_id" : 1, "hub" : "1White24UrrwQrD86o6Vrc1apgZ1x1o51", "auth_address" : "1FBFxrw8eprPGY1HQHJuK1A2BuCn6vGbun", "user_name" : "Hurensohn111", "date_added" : 1491739779}, {"follow_id" : 2, "hub" : "1White24UrrwQrD86o6Vrc1apgZ1x1o51", "auth_address" : "14AqFsgqDWj35udZc5ckbpA6JExmHX5e1u", "user_name" : "Aaronluoxiao", "date_added" : 1491739789}, {"follow_id" : 3, "hub" : "1White24UrrwQrD86o6Vrc1apgZ1x1o51", "auth_address" : "1Nvt21u8tykASYKPq7Wc5ujaEBWYkM5oLx", "user_name" : "Masanork", "date_added" : 1491739790}, {"follow_id" : 4, "hub" : "1KNmG5rJUGhgUJGFbLkv2B5isaqu9PrZqi", "auth_address" : "12kcMDfKMos1marvnhfduW5aBbwXcPV2ka", "user_name" : "Kh A", "date_added" : 1491739792}, {"follow_id" : 5, "hub" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "auth_address" : "1958F7oCppj78MP966AfojMQwHg2WUupzq", "user_name" : "Lmath", "date_added" : 1491739794}]}
json_instruct
{"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object", "properties": {"post_id": {"type": "integer"}, "date_added": {"type": "integer"}, "body": {"type": "string"}}, "required": ["post_id", "date_added", "body"]}}, "post_like": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "array", "items": {}}, "follow": {"type": "array", "items": {"type": "object", "properties": {"follow_id": {"type": "integer"}, "hub": {"type": "string"}, "auth_address": {"type": "string"}, "user_name": {"type": "string"}, "date_added": {"type": "integer"}}, "required": ["follow_id", "hub", "auth_address", "user_name", "date_added"]}}}, "required": ["next_post_id", "next_comment_id", "next_follow_id", "avatar", "user_name", "hub", "intro", "post", "post_like", "comment", "follow"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"temperature": {"type": "array", "items": {"type": "integer"}}, "util.gpu": {"type": "array", "items": {"type": "integer"}}, "util.memory": {"type": "array", "items": {"type": "integer"}}, "power.draw": {"type": "array", "items": {"type": "number"}}, "memory.used": {"type": "array", "items": {"type": "integer"}}, "timestamp": {"type": "array", "items": {"type": "number"}}}, "required": ["temperature", "util.gpu", "util.memory", "power.draw", "memory.used", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"temperature" : [46, 46], "util.gpu" : [0, 0], "util.memory" : [0, 0], "power.draw" : [46.746, 46.892], "memory.used" : [16449536, 144048128], "timestamp" : [1629480991335.022, 1629480991417.4111]}
json_instruct
{"type": "object", "properties": {"temperature": {"type": "array", "items": {"type": "integer"}}, "util.gpu": {"type": "array", "items": {"type": "integer"}}, "util.memory": {"type": "array", "items": {"type": "integer"}}, "power.draw": {"type": "array", "items": {"type": "number"}}, "memory.used": {"type": "array", "items": {"type": "integer"}}, "timestamp": {"type": "array", "items": {"type": "number"}}}, "required": ["temperature", "util.gpu", "util.memory", "power.draw", "memory.used", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cancelLabel": {"type": "string"}, "okLabel": {"type": "string"}, "home.labelPerson": {"type": "string"}, "home.labelDepartment": {"type": "string"}, "home.labelKeyId": {"type": "string"}, "home.labelDoor": {"type": "string"}, "home.labelBuilding": {"type": "string"}, "home.labelLockId": {"type": "string"}, "home.labelDoorState": {"type": "string"}, "home.labelDate": {"type": "string"}, "home.labelTime": {"type": "string"}, "home.buttonCheck": {"type": "string"}, "home.doorOpenState": {"type": "string"}, "home.doorCloseState": {"type": "string"}}, "required": ["cancelLabel", "okLabel", "home.labelPerson", "home.labelDepartment", "home.labelKeyId", "home.labelDoor", "home.labelBuilding", "home.labelLockId", "home.labelDoorState", "home.labelDate", "home.labelTime", "home.buttonCheck", "home.doorOpenState", "home.doorCloseState"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cancelLabel" : "Annulla", "okLabel" : "Ok", "home.labelPerson" : "Persona selezionata", "home.labelDepartment" : "Reparto", "home.labelKeyId" : "ID chiave", "home.labelDoor" : "Porte", "home.labelBuilding" : "Edificio", "home.labelLockId" : "ID cilindro", "home.labelDoorState" : "Stato porta", "home.labelDate" : "Data", "home.labelTime" : "Tempo", "home.buttonCheck" : "Testare ora", "home.doorOpenState" : "Aperto", "home.doorCloseState" : "Chiuso"}
json_instruct
{"type": "object", "properties": {"cancelLabel": {"type": "string"}, "okLabel": {"type": "string"}, "home.labelPerson": {"type": "string"}, "home.labelDepartment": {"type": "string"}, "home.labelKeyId": {"type": "string"}, "home.labelDoor": {"type": "string"}, "home.labelBuilding": {"type": "string"}, "home.labelLockId": {"type": "string"}, "home.labelDoorState": {"type": "string"}, "home.labelDate": {"type": "string"}, "home.labelTime": {"type": "string"}, "home.buttonCheck": {"type": "string"}, "home.doorOpenState": {"type": "string"}, "home.doorCloseState": {"type": "string"}}, "required": ["cancelLabel", "okLabel", "home.labelPerson", "home.labelDepartment", "home.labelKeyId", "home.labelDoor", "home.labelBuilding", "home.labelLockId", "home.labelDoorState", "home.labelDate", "home.labelTime", "home.buttonCheck", "home.doorOpenState", "home.doorCloseState"], "$schema": "http://json-schema.org/draft-07/schema#"}