input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900509675": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509676": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509677": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509678": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509679": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509680": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509681": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509682": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900509675", "900509676", "900509677", "900509678", "900509679", "900509680", "900509681", "900509682"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900509675" : {"nama" : "TPS 1", "dapil" : [3501, 13502, 2351502]}, "900509676" : {"nama" : "TPS 2", "dapil" : [3501, 13502, 2351502]}, "900509677" : {"nama" : "TPS 3", "dapil" : [3501, 13502, 2351502]}, "900509678" : {"nama" : "TPS 4", "dapil" : [3501, 13502, 2351502]}, "900509679" : {"nama" : "TPS 5", "dapil" : [3501, 13502, 2351502]}, "900509680" : {"nama" : "TPS 6", "dapil" : [3501, 13502, 2351502]}, "900509681" : {"nama" : "TPS 7", "dapil" : [3501, 13502, 2351502]}, "900509682" : {"nama" : "TPS 8", "dapil" : [3501, 13502, 2351502]}} | json_instruct | {"type": "object", "properties": {"900509675": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509676": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509677": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509678": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509679": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509680": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509681": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509682": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900509675", "900509676", "900509677", "900509678", "900509679", "900509680", "900509681", "900509682"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"appKeys": {"type": "object", "properties": {"getGPSCoordinates": {"type": "integer"}, "latitude": {"type": "integer"}, "longitude": {"type": "integer"}, "utcoffset": {"type": "integer"}, "showseconds": {"type": "integer"}, "sunrise": {"type": "integer"}, "nomovement": {"type": "integer"}, "language": {"type": "integer"}, "dateformat": {"type": "integer"}, "bat": {"type": "integer"}, "bluetooth": {"type": "integer"}, "gracefulstop": {"type": "integer"}, "showrectangle": {"type": "integer"}}, "required": ["getGPSCoordinates", "latitude", "longitude", "utcoffset", "showseconds", "sunrise", "nomovement", "language", "dateformat", "bat", "bluetooth", "gracefulstop", "showrectangle"]}, "capabilities": {"type": "array", "items": {"type": "string"}}, "companyName": {"type": "string"}, "longName": {"type": "string"}, "projectType": {"type": "string"}, "resources": {"type": "object", "properties": {"media": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "name", "type"]}}}, "required": ["media"]}, "shortName": {"type": "string"}, "uuid": {"type": "string"}, "versionCode": {"type": "integer"}, "versionLabel": {"type": "string"}, "watchapp": {"type": "object", "properties": {"watchface": {"type": "boolean"}}, "required": ["watchface"]}}, "required": ["appKeys", "capabilities", "companyName", "longName", "projectType", "resources", "shortName", "uuid", "versionCode", "versionLabel", "watchapp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appKeys" : {"getGPSCoordinates" : 0, "latitude" : 1, "longitude" : 2, "utcoffset" : 3, "showseconds" : 4, "sunrise" : 5, "nomovement" : 6, "language" : 7, "dateformat" : 8, "bat" : 9, "bluetooth" : 10, "gracefulstop" : 11, "showrectangle" : 12}, "capabilities" : ["configurable"], "companyName" : "hannes.hofer+pebble@gmail.com", "longName" : "aurora", "projectType" : "native", "resources" : {"media" : [{"file" : "images/sunset_stored.png", "name" : "sunset_stored", "type" : "png"}, {"file" : "images/sunrise_stored.png", "name" : "sunrise_stored", "type" : "png"}, {"file" : "images/nobluetooth.png", "name" : "nobluetooth", "type" : "png"}, {"file" : "images/pebble_black_rect2.png", "name" : "rect_background", "type" : "png-trans"}, {"file" : "images/bluetooth.png", "name" : "bluetooth", "type" : "png"}, {"file" : "images/pswecyl.png", "name" : "BAT_LOW", "type" : "png"}, {"file" : "images/sunrise.png", "name" : "sunrise", "type" : "png"}, {"file" : "images/sunset.png", "name" : "sunset", "type" : "png"}]}, "shortName" : "aurora", "uuid" : "69c89a13-c89e-4722-a5ab-7026e4bf9bdc", "versionCode" : 2, "versionLabel" : "1.1", "watchapp" : {"watchface" : true}} | json_instruct | {"type": "object", "properties": {"appKeys": {"type": "object", "properties": {"getGPSCoordinates": {"type": "integer"}, "latitude": {"type": "integer"}, "longitude": {"type": "integer"}, "utcoffset": {"type": "integer"}, "showseconds": {"type": "integer"}, "sunrise": {"type": "integer"}, "nomovement": {"type": "integer"}, "language": {"type": "integer"}, "dateformat": {"type": "integer"}, "bat": {"type": "integer"}, "bluetooth": {"type": "integer"}, "gracefulstop": {"type": "integer"}, "showrectangle": {"type": "integer"}}, "required": ["getGPSCoordinates", "latitude", "longitude", "utcoffset", "showseconds", "sunrise", "nomovement", "language", "dateformat", "bat", "bluetooth", "gracefulstop", "showrectangle"]}, "capabilities": {"type": "array", "items": {"type": "string"}}, "companyName": {"type": "string"}, "longName": {"type": "string"}, "projectType": {"type": "string"}, "resources": {"type": "object", "properties": {"media": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "name", "type"]}}}, "required": ["media"]}, "shortName": {"type": "string"}, "uuid": {"type": "string"}, "versionCode": {"type": "integer"}, "versionLabel": {"type": "string"}, "watchapp": {"type": "object", "properties": {"watchface": {"type": "boolean"}}, "required": ["watchface"]}}, "required": ["appKeys", "capabilities", "companyName", "longName", "projectType", "resources", "shortName", "uuid", "versionCode", "versionLabel", "watchapp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Bei-Bei Du"}, {"author" : "Ya-Liang Tong"}, {"author" : "Xing-Tong Wang"}, {"author" : "Guo-Hui Liu"}, {"author" : "Kun Liu"}, {"author" : "Ping Yang"}, {"author" : "Yu-Quan He"}], "doi" : "10.12998/wjcc.v8.i4.848", "publication_date" : "2020-03-10", "id" : "EN111234", "url" : "https://pubmed.ncbi.nlm.nih.gov/32149070", "source" : "World journal of clinical cases", "source_url" : "", "licence" : "CC BY-NC", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 42-year-old male patient was admitted to hospital due to chest pain and syncope. Coronary angiography showed acute LM occlusion. Following thrombus aspiration, a LM bifurcation lesion remained. Coronary angiography was repeated one week later, and at the same time, 3D optical coherence tomography (OCT) was carried out to better show the geometry of the bifurcation, which confirmed that the stenosis in the ostial left circumflex artery was caused by a long carina. After assessment of the plaque characteristics and the minimum lumen area, the cross-over strategy, kissing balloon inflation and proximal optimization technique were chosen to treat the bifurcation lesion. A \"moving\" carina was found twice during the intervention. Good stent apposition and expansion were confirmed by OCT after proximal optimization technique. The three-month follow-up showed good recovery and normal cardiac function."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Argentina", "4", "0", "Haiti", "Amistoso - 29/05/2018 En Buenos Aires"], ["Argentina", "4", "0", "Hait\u00ed", "Amistoso - 05/05/2010 En Cutral C\u00f3"], ["Argentina", "4", "1", "Hait\u00ed", "Copa Mundial de F\u00fatbol 1974 - 23/06/1974 En Munich"], ["Argentina", "4", "0", "Haiti", "Amistoso - 29/05/2018 En Buenos Aires"], ["Argentina", "4", "0", "Hait\u00ed", "Amistoso - 05/05/2010 En Cutral C\u00f3"], ["Argentina", "4", "1", "Hait\u00ed", "Copa Mundial de F\u00fatbol 1974 - 23/06/1974 En Munich"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": "number"}}, "heading": {"type": "number"}, "angular velocity": {"type": "number"}, "acceleration": {"type": "array", "items": {"type": "number"}}, "light status": {"type": "object", "properties": {"stopped": {"type": "integer"}, "lightID": {"type": "integer"}}, "required": ["stopped", "lightID"]}, "id": {"type": "integer"}}, "required": ["position", "velocity", "heading", "angular velocity", "acceleration", "light status", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : 2.53, "object_list" : [{"position" : [106.25, 191.76], "velocity" : [4.3, -0.04], "heading" : 90.5, "angular velocity" : -0.69, "acceleration" : [3.63, -0.12], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 1}, {"position" : [132.03, 212.11], "velocity" : [0.0, 4.45], "heading" : 0.0, "angular velocity" : -0.04, "acceleration" : [0.02, 5.21], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 21}, {"position" : [135.89, 225.38], "velocity" : [0.04, -3.12], "heading" : 179.2, "angular velocity" : 0.96, "acceleration" : [0.14, -5.55], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 23}, {"position" : [135.88, 214.83], "velocity" : [0.05, -2.9], "heading" : 179.1, "angular velocity" : 1.24, "acceleration" : [0.15, -6.53], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 32}, {"position" : [150.31, 191.77], "velocity" : [1.27, -0.0], "heading" : 90.2, "angular velocity" : -0.08, "acceleration" : [10.56, -0.03], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 43}, {"position" : [132.03, 201.2], "velocity" : [0.0, 0.74], "heading" : 0.0, "angular velocity" : -0.04, "acceleration" : [0.02, 8.66], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 45}, {"position" : [117.91, 187.92], "velocity" : [-0.66, -0.01], "heading" : 0.0, "angular velocity" : 0.28, "acceleration" : [-11.64, -0.16], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 47}], "frame" : 200, "size" : 7} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": "number"}}, "heading": {"type": "number"}, "angular velocity": {"type": "number"}, "acceleration": {"type": "array", "items": {"type": "number"}}, "light status": {"type": "object", "properties": {"stopped": {"type": "integer"}, "lightID": {"type": "integer"}}, "required": ["stopped", "lightID"]}, "id": {"type": "integer"}}, "required": ["position", "velocity", "heading", "angular velocity", "acceleration", "light status", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [315.056, 228.187, 1, 284.408, 243.346, 1, 297.027, 245.52, 1, 286.569, 294.651, 1, 286.964, 324.243, 1, 248.459, 245.203, 1, 244.777, 296.417, 1, 252.959, 329.27, 1, 268.084, 324.383, 1, 313.529, 393.614, 1, 225.035, 478.378, 1, 248.028, 335.907, 1, 249.515, 404.406, 1, 210.103, 464.321, 1, 313.232, 224.42, 1, 288.63, 227.584, 0, 298.495, 217.971, 1, 224.019, 216.566, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : 33, "line_cd" : 11709, "line_name" : "JR\u5b87\u91ce\u7dda", "station_cd" : 1170902, "station_g_cd" : 1170902, "station_name" : "\u5927\u5143", "lon" : 133.910795, "lat" : 34.647571}]} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"default_state": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "states": {"type": "object", "properties": {"Level1.Mode1.Shield": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "runs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "agent": {"type": "string"}, "hyperparameters": {"type": "object", "properties": {"timesteps": {"type": "integer"}, "time_limit": {"type": "integer"}}, "required": ["timesteps", "time_limit"]}, "rewards": {"type": "object", "properties": {"mean": {"type": "number"}, "first_10_mean": {"type": "number"}, "final_10_mean": {"type": "number"}, "median": {"type": "number"}, "max": {"type": "number"}}, "required": ["mean", "first_10_mean", "final_10_mean", "median", "max"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "agent", "hyperparameters", "rewards", "tags"]}}}, "required": ["tags", "runs"]}}, "required": ["Level1.Mode1.Shield"]}}, "required": ["default_state", "tags", "states"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"default_state" : "Level1.Mode1.Shield", "tags" : ["aligned"], "states" : {"Level1.Mode1.Shield" : {"tags" : ["e-explore"], "runs" : [{"name" : "ppo-10M", "agent" : "ppo", "hyperparameters" : {"timesteps" : 10000000, "time_limit" : 4500}, "rewards" : {"mean" : 9216.88262195122, "first_10_mean" : 250.0, "final_10_mean" : 11630.0, "median" : 9500.0, "max" : 19200.0}, "tags" : ["almost-human", "not-done"]}]}}} | json_instruct | {"type": "object", "properties": {"default_state": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "states": {"type": "object", "properties": {"Level1.Mode1.Shield": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "runs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "agent": {"type": "string"}, "hyperparameters": {"type": "object", "properties": {"timesteps": {"type": "integer"}, "time_limit": {"type": "integer"}}, "required": ["timesteps", "time_limit"]}, "rewards": {"type": "object", "properties": {"mean": {"type": "number"}, "first_10_mean": {"type": "number"}, "final_10_mean": {"type": "number"}, "median": {"type": "number"}, "max": {"type": "number"}}, "required": ["mean", "first_10_mean", "final_10_mean", "median", "max"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "agent", "hyperparameters", "rewards", "tags"]}}}, "required": ["tags", "runs"]}}, "required": ["Level1.Mode1.Shield"]}}, "required": ["default_state", "tags", "states"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_3iuqc2ds", "name" : "Rockstrongo24"}, "date" : {"day" : 1636070400, "full" : 1636153674, "month" : 1635724800, "week" : 1635638400}, "id" : "t3_qnn30x", "picture" : {"filesize" : 64456, "fullUrl" : "https://preview.redd.it/2uxsrmcdzux71.jpg?auto=webp&s=25fdc427fec9a0b8e53c363b080f4d3ea9febb35", "hash" : "5f0b29d7f9", "height" : 408, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKABADASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACUQAAEDAwMDBQAAAAAAAAAAAAECBBEDBiEABRITMUEHFCJh0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGBEBAQEBAQAAAAAAAAAAAAAAAQIAAwT/2gAMAwEAAhEDEQA/AMBYV7DYfZlu1DuohJSaGIWD38YP3oFxXq73l07b7o04Uj8U0+h0+AiJBjP7Opfp6lJdtpAyoA476YvWrUK1JNRfELIA5GPOpvT0rZCZscJJXf/Z", "url" : "https://preview.redd.it/2uxsrmcdzux71.jpg?width=640&crop=smart&auto=webp&s=f6595d8c2c78416bb6e471ef561f99eff24f6d0f", "width" : 640}, "score" : {"comments" : 0, "downs" : 0, "ratio" : 0.98, "ups" : 54, "value" : 54}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Painted up two small cabins from Cities of Tarok line, cant wait to get more to for AoS games! Really happy with these.", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/qnn30x/painted_up_two_small_cabins_from_cities_of_tarok/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"type": {"type": "integer"}, "after": {"type": "number"}, "before": {"type": "number"}, "parent": {"type": "string"}}, "required": ["type", "after", "before", "parent"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b2f80b8c-e066-4f0d-bce7-cca7086ed909", "playerTags" : ["8acc97fa-4bf1-49f6-bb93-fb52513a015b"], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e"], "gameTags" : [], "metadata" : {"type" : 3, "after" : 0.499597116426656, "before" : 0.4496538414692799, "parent" : "0afadc76-bd72-4a6b-94b2-4f8aa539e80d"}, "created" : "2021-03-14T18:01:07.536Z", "season" : 12, "tournament" : -1, "type" : 117, "day" : 115, "phase" : 13, "category" : 1, "description" : "Zesty Yaboi's baserunning was boosted.", "nuts" : 1} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"type": {"type": "integer"}, "after": {"type": "number"}, "before": {"type": "number"}, "parent": {"type": "string"}}, "required": ["type", "after", "before", "parent"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"co": {"type": "string"}, "co-body": {"type": "string"}, "co-monk": {"type": "string"}, "co-views": {"type": "string"}, "koa": {"type": "string"}, "koa-compress": {"type": "string"}, "koa-logger": {"type": "string"}, "koa-route": {"type": "string"}, "koa-static": {"type": "string"}, "monk": {"type": "string"}, "swig": {"type": "string"}}, "required": ["co", "co-body", "co-monk", "co-views", "koa", "koa-compress", "koa-logger", "koa-route", "koa-static", "monk", "swig"]}, "devDependencies": {"type": "object", "properties": {"supertest": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["supertest", "mocha"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kao-rest", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node --harmony app.js", "test" : "mocha --harmony"}, "dependencies" : {"co" : "^3.1.0", "co-body" : "^0.0.1", "co-monk" : "^1.0.0", "co-views" : "^0.2.0", "koa" : "^0.6.0", "koa-compress" : "^1.0.6", "koa-logger" : "^1.2.0", "koa-route" : "^1.1.4", "koa-static" : "^1.4.5", "monk" : "^0.9.0", "swig" : "^1.3.2"}, "devDependencies" : {"supertest" : "^0.12.1", "mocha" : "^1.18.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"co": {"type": "string"}, "co-body": {"type": "string"}, "co-monk": {"type": "string"}, "co-views": {"type": "string"}, "koa": {"type": "string"}, "koa-compress": {"type": "string"}, "koa-logger": {"type": "string"}, "koa-route": {"type": "string"}, "koa-static": {"type": "string"}, "monk": {"type": "string"}, "swig": {"type": "string"}}, "required": ["co", "co-body", "co-monk", "co-views", "koa", "koa-compress", "koa-logger", "koa-route", "koa-static", "monk", "swig"]}, "devDependencies": {"type": "object", "properties": {"supertest": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["supertest", "mocha"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"oq" : "0", "q" : "23500", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1597078800000, "wptn" : "4", "z" : "171.64"}, {"oq" : "0", "q" : "2400", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1597078800000, "wptn" : "4", "z" : "175.23"}, {"oq" : "0", "q" : "32500", "rvnm" : "\u957f\u6c5f", "stcd" : "60107300", "stnm" : "\u5b9c\u660c", "tm" : 1597078800000, "wptn" : "4", "z" : "49.17"}, {"oq" : "0", "q" : "28900", "rvnm" : "\u957f\u6c5f", "stcd" : "60108300", "stnm" : "\u6c99\u5e02", "tm" : 1597078800000, "wptn" : "6", "z" : "40.8"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60111200", "stnm" : "\u57ce\u9675\u77f6(\u83b2)", "tm" : 1597078800000, "wptn" : "4", "z" : "32.58"}, {"oq" : "0", "q" : "47900", "rvnm" : "\u957f\u6c5f", "stcd" : "60112200", "stnm" : "\u6c49\u53e3", "tm" : 1597078800000, "wptn" : "6", "z" : "26.72"}, {"oq" : "0", "q" : "52300", "rvnm" : "\u957f\u6c5f", "stcd" : "60113400", "stnm" : "\u4e5d\u6c5f", "tm" : 1597078800000, "wptn" : "5", "z" : "20.4"}, {"oq" : "0", "q" : "62600", "rvnm" : "\u957f\u6c5f", "stcd" : "60115000", "stnm" : "\u5927\u901a", "tm" : 1597078800000, "wptn" : "4", "z" : "14.38"}, {"oq" : "0", "q" : "18600", "rvnm" : "\u6d1e\u5ead\u6e56", "stcd" : "61512000", "stnm" : "\u57ce\u9675\u77f6(\u4e03)", "tm" : 1597078800000, "wptn" : "4", "z" : "32.68"}, {"oq" : "0", "q" : "8190", "rvnm" : "\u9131\u9633\u6e56", "stcd" : "62601600", "stnm" : "\u6e56\u53e3", "tm" : 1597078800000, "wptn" : "6", "z" : "19.9"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60107000", "stnm" : "\u8305\u576a(\u4e8c)", "tm" : 1597076400000, "wptn" : "4", "z" : "157.708"}, {"oq" : "32000", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60106980", "stnm" : "\u4e09\u5ce1\u6c34\u5e93", "tm" : 1597078800000, "wptn" : "5", "z" : "157.73"}, {"oq" : "0", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802500", "stnm" : "\u9f99\u738b\u5e99", "tm" : 1597078800000, "wptn" : "6", "z" : "161.59"}, {"oq" : "3650", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802700", "stnm" : "\u4e39\u6c5f\u53e3\u6c34\u5e93", "tm" : 1597075200000, "wptn" : "4", "z" : "161.59"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$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#"}
| ["repomine"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Identifier": {"type": "string"}, "NodeId": {"type": "string"}, "ItemId": {"type": "string"}, "ValueId": {"type": "string"}}, "required": ["Identifier", "NodeId", "ItemId", "ValueId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Identifier" : "036da831-a2e1-4a97-aedb-c05ce2c1d2d1", "NodeId" : "9d125495-df75-44de-9272-cb2802270fa6", "ItemId" : "9d125495-df75-44de-9272-cb2802270fa6:Object", "ValueId" : "f137895c-85fd-42c2-9da0-7aff0eda2a2a:Attacker.LevelComponent"} | json_instruct | {"type": "object", "properties": {"Identifier": {"type": "string"}, "NodeId": {"type": "string"}, "ItemId": {"type": "string"}, "ValueId": {"type": "string"}}, "required": ["Identifier", "NodeId", "ItemId", "ValueId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}}, "required": ["body-parser", "express"]}}, "required": ["name", "version", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "langdb-server", "version" : "0.1.0", "author" : "Phil Freeman", "license" : "MIT", "dependencies" : {"body-parser" : "*", "express" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}}, "required": ["body-parser", "express"]}}, "required": ["name", "version", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"includeQRCode": {"type": "boolean"}, "callback": {"type": "object", "properties": {"url": {"type": "string"}, "state": {"type": "string"}, "headers": {"type": "object", "properties": {"api-key": {"type": "string"}}, "required": ["api-key"]}}, "required": ["url", "state", "headers"]}, "authority": {"type": "string"}, "registration": {"type": "object", "properties": {"clientName": {"type": "string"}}, "required": ["clientName"]}, "issuance": {"type": "object", "properties": {"type": {"type": "string"}, "manifest": {"type": "string"}}, "required": ["type", "manifest"]}}, "required": ["includeQRCode", "callback", "authority", "registration", "issuance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"includeQRCode" : true, "callback" : {"url" : "https://www.litware369.com/api/issuer/issuanceCallback", "state" : "STATEWILLBESETINCODE", "headers" : {"api-key" : "OPTIONAL API-KEY for ISSUANCE CALLBACK API"}}, "authority" : "did:ion:EiAo9vUz73m_hqtlT29Ik0CtEG4IE8ekT73V8kOG0aQ5aQ:eyJkZWx0YSI6eyJwYXRjaGVzIjpbeyJhY3Rpb24iOiJyZXBsYWNlIiwiZG9jdW1lbnQiOnsicHVibGljS2V5cyI6W3siaWQiOiJzaWdfMWVlZDk3MTMiLCJwdWJsaWNLZXlKd2siOnsiY3J2Ijoic2VjcDI1NmsxIiwia3R5IjoiRUMiLCJ4IjoiazN2QU8xTEI4eENPMGwwaEY1MTA2ZjczemNGa3BoLXl1aGMtOXB2MGN5OCIsInkiOiJpQk40aUh6QjF1RGNoTC1tZFYzRTNBU3Y2LWVzLTlFUG9GTDRLWlJ6ZWxRIn0sInB1cnBvc2VzIjpbImF1dGhlbnRpY2F0aW9uIiwiYXNzZXJ0aW9uTWV0aG9kIl0sInR5cGUiOiJFY2RzYVNlY3AyNTZrMVZlcmlmaWNhdGlvbktleTIwMTkifV0sInNlcnZpY2VzIjpbeyJpZCI6ImxpbmtlZGRvbWFpbnMiLCJzZXJ2aWNlRW5kcG9pbnQiOnsib3JpZ2lucyI6WyJodHRwczovL2xpdHdhcmUzNjkuY29tLyJdfSwidHlwZSI6IkxpbmtlZERvbWFpbnMifSx7ImlkIjoiaHViIiwic2VydmljZUVuZHBvaW50Ijp7Imluc3RhbmNlcyI6WyJodHRwczovL2JldGEuaHViLm1zaWRlbnRpdHkuY29tL3YxLjAvMTY0ZjY4NTQtYTU1My00MDg0LTlkYzgtNDk5ODE5ZjZmY2ViIl19LCJ0eXBlIjoiSWRlbnRpdHlIdWIifV19fV0sInVwZGF0ZUNvbW1pdG1lbnQiOiJFaUFnbWhNa3NTT1pOWnBubDJWUENJNXc4RFpPOGYyOERnQ3JjMnlqeFlYSUtBIn0sInN1ZmZpeERhdGEiOnsiZGVsdGFIYXNoIjoiRWlBN1F4bkdCVFg1UHJwYWtPNk9jNm9MeDNUeVNMZVdGakV4OHhHNkJPNVhjZyIsInJlY292ZXJ5Q29tbWl0bWVudCI6IkVpQ0t1VnltbVU3eFBlaUVSdzlna25kZ0czaEFhVG5KaVJqUm1hMllldG5tNGcifX0", "registration" : {"clientName" : "Verifiable Credential Employee Sample IDToken"}, "issuance" : {"type" : "VerifiedCredentialEmployee", "manifest" : "https://beta.eu.did.msidentity.com/v1.0/164f6854-a553-4084-9dc8-499819f6fceb/verifiableCredential/contracts/VerifiedCredentialEmployee"}} | json_instruct | {"type": "object", "properties": {"includeQRCode": {"type": "boolean"}, "callback": {"type": "object", "properties": {"url": {"type": "string"}, "state": {"type": "string"}, "headers": {"type": "object", "properties": {"api-key": {"type": "string"}}, "required": ["api-key"]}}, "required": ["url", "state", "headers"]}, "authority": {"type": "string"}, "registration": {"type": "object", "properties": {"clientName": {"type": "string"}}, "required": ["clientName"]}, "issuance": {"type": "object", "properties": {"type": {"type": "string"}, "manifest": {"type": "string"}}, "required": ["type", "manifest"]}}, "required": ["includeQRCode", "callback", "authority", "registration", "issuance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Jameson Fitzpatrick", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/247732", "region" : "", "text" : ["Opposite him at this table again", "and through the windows the city glittering, surreal as a scale model,", "the city in miniature \u2014 only it moves in a real way, because it is real.", "One of the windows is open, some construction down on the street", "drones like a distant vacuum. It\u2019s warm for January.", "Still, his apartment has that dreamlike quality", "of feeling like home though I know it\u2019s not. Not mine anymore \u2014", "but how many people get to visit the past without hurting anything?", "To come back and drink the same coffee", "from the same never-quite-clean cup?"], "title" : "Morning Scene", "year" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"database": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}}, "required": ["database", "user", "password", "host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"database" : "audioboom", "user" : "postgres", "password" : "parserssfeed", "host" : "rss-postgres", "port" : "5432"} | json_instruct | {"type": "object", "properties": {"database": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}}, "required": ["database", "user", "password", "host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x0fe3eee6a287e7d18c4446c0b52edc55ae7f3bfc958822bf688c8e5b6bad3df5", "parentHash" : "0x650784b09e5302d8c1d300a0c0f0b631225f9e56fd255cea63da93533ec4cbca", "number" : 57566, "timestamp" : 1439105682, "nonce" : "0x1e8c1e4ac501a2fc", "difficulty" : 1733625151377, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x8B454d830feF179e66206840F8F3D1d83bC32b17", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "department": {"type": "string"}, "id": {"type": "string"}, "notes": {"type": "array", "items": {}}, "events_single": {"type": "object", "properties": {}, "required": []}, "events_unknown": {"type": "array", "items": {}}, "events_repeating": {"type": "object", "properties": {"M": {"type": "object", "properties": {"3519f8590ddb44744727ffe7392d61015c309710a9d6fc2282b94982d24d868f": {"type": "object", "properties": {"sectxt": {"type": "boolean"}, "sectionID": {"type": "string"}, "type": {"type": "string"}, "section": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "building": {"type": "string"}, "room": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "start_time": {"type": "string"}, "end_time": {"type": "string"}}, "required": ["sectxt", "sectionID", "type", "section", "days", "time", "building", "room", "instructors", "start_time", "end_time"]}}, "required": ["3519f8590ddb44744727ffe7392d61015c309710a9d6fc2282b94982d24d868f"]}}, "required": ["M"]}, "sections": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "name", "department", "id", "notes", "events_single", "events_unknown", "events_repeating", "sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "MUS 213", "name" : "Intro to Critical Studies", "department" : "MUS", "id" : "213", "notes" : [], "events_single" : {}, "events_unknown" : [], "events_repeating" : {"M" : {"3519f8590ddb44744727ffe7392d61015c309710a9d6fc2282b94982d24d868f" : {"sectxt" : true, "sectionID" : "921827", "type" : "SE", "section" : "A00", "days" : "M", "time" : "2:00p-4:50p", "building" : "WLH", "room" : "2155", "instructors" : ["Pasler, Jann Corinne"], "start_time" : "14:00", "end_time" : "16:50"}}}, "sections" : ["A"]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "department": {"type": "string"}, "id": {"type": "string"}, "notes": {"type": "array", "items": {}}, "events_single": {"type": "object", "properties": {}, "required": []}, "events_unknown": {"type": "array", "items": {}}, "events_repeating": {"type": "object", "properties": {"M": {"type": "object", "properties": {"3519f8590ddb44744727ffe7392d61015c309710a9d6fc2282b94982d24d868f": {"type": "object", "properties": {"sectxt": {"type": "boolean"}, "sectionID": {"type": "string"}, "type": {"type": "string"}, "section": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "building": {"type": "string"}, "room": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "start_time": {"type": "string"}, "end_time": {"type": "string"}}, "required": ["sectxt", "sectionID", "type", "section", "days", "time", "building", "room", "instructors", "start_time", "end_time"]}}, "required": ["3519f8590ddb44744727ffe7392d61015c309710a9d6fc2282b94982d24d868f"]}}, "required": ["M"]}, "sections": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "name", "department", "id", "notes", "events_single", "events_unknown", "events_repeating", "sections"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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" : "ARIWB161187B9AA1D5", "artist_latitude" : null, "artist_location" : "Forest Hills, Queens, New York City, NY, USA", "artist_longitude" : null, "artist_name" : "Simon & Garfunkel", "duration" : 182.56934, "num_songs" : 1, "song_id" : "SOAUFFQ12A8C134623", "title" : "Patterns", "year" : 1966} | 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": {"plugins": {"type": "array", "items": {"type": "string"}}, "source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "excludePattern": {"type": "string"}}, "required": ["include", "excludePattern"]}, "sourceType": {"type": "string"}, "templates": {"type": "object", "properties": {"cleverLinks": {"type": "boolean"}, "applicationName": {"type": "string"}}, "required": ["cleverLinks", "applicationName"]}, "opts": {"type": "object", "properties": {"destination": {"type": "string"}, "recurse": {"type": "boolean"}}, "required": ["destination", "recurse"]}}, "required": ["plugins", "source", "sourceType", "templates", "opts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"plugins" : ["node_modules/jsdoc-export-default-interop/dist/index", "node_modules/jsdoc-typeof-plugin", "plugins/markdown"], "source" : {"include" : ["js"], "excludePattern" : "js/lib/"}, "sourceType" : "module", "templates" : {"cleverLinks" : true, "applicationName" : "QUI"}, "opts" : {"destination" : "docs/jsdoc", "recurse" : true}} | json_instruct | {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "excludePattern": {"type": "string"}}, "required": ["include", "excludePattern"]}, "sourceType": {"type": "string"}, "templates": {"type": "object", "properties": {"cleverLinks": {"type": "boolean"}, "applicationName": {"type": "string"}}, "required": ["cleverLinks", "applicationName"]}, "opts": {"type": "object", "properties": {"destination": {"type": "string"}, "recurse": {"type": "boolean"}}, "required": ["destination", "recurse"]}}, "required": ["plugins", "source", "sourceType", "templates", "opts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Company Tour", "description" : "We have a lot of cool sponsors, and we'd love for you to meet them! Each company has its own lobby and room specially designed for you to interact and learn more about them. Visit the rooms of at least three companies and at least one non-profit in order to get your badge!"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}, "devDependencies": {"type": "object", "properties": {"file-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["file-loader", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "buleapp", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node server.js", "dev" : "webpack && npm start"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"express" : "^4.16.3"}, "devDependencies" : {"file-loader" : "^2.0.0", "webpack" : "^4.18.0", "webpack-cli" : "^3.1.0"}} | 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"}}, "required": ["start", "dev"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}, "devDependencies": {"type": "object", "properties": {"file-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["file-loader", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Hewlett-Packard", "July 2015 Present (1 year 5 months)"], ["Bachelor of Science (BSc)", "2013 2018"], ["", "2007 2013"], ["Ofcom", "June 2014 Present"]] | json_instruct | {"type": "array", "items": {"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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "if (typeof window === 'undefined') {\n global.window = {};\n}\n\nrequire('./dist/manifest');\n\nif (typeof webpackJsonpreact_tradingview_widget === 'undefined') {\n global.webpackJsonpreact_tradingview_widget = window['webpackJsonpreact_tradingview_widget'];\n}\n\nrequire('./dist/vendor');\n\nmodule.exports = require('./dist/index');", "map" : null, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "base64-stream": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "filereader": {"type": "string"}, "https": {"type": "string"}, "node-schedule": {"type": "string"}, "twit": {"type": "string"}}, "required": ["axios", "base64-stream", "dotenv", "express", "filereader", "https", "node-schedule", "twit"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Doggo-Botto", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"axios" : "^0.19.0", "base64-stream" : "^1.0.0", "dotenv" : "^8.2.0", "express" : "^4.17.1", "filereader" : "^0.10.3", "https" : "^1.0.0", "node-schedule" : "^1.3.2", "twit" : "^2.2.11"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "base64-stream": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "filereader": {"type": "string"}, "https": {"type": "string"}, "node-schedule": {"type": "string"}, "twit": {"type": "string"}}, "required": ["axios", "base64-stream", "dotenv", "express", "filereader", "https", "node-schedule", "twit"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["pundle-loader-url"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["10-19", "10-19", "10-19", "10-19", "10-19", "10-19"], "SERIES_NAME" : ["MALE", "MALE", "FEMALE", "MALE", "MALE", "FEMALE"], "X_CALENDAR_YEAR" : [2013, 2015, 2016, 2017, 2018, 2018], "Y_PREVALENCE_1000PP" : [0.01835, 0.02119, 0.02629, 0.02776, 0.031, 0.03741]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "OBSERVATIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 75}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [8, 5], "P10_VALUE" : [13, 11], "P25_VALUE" : [14, 14], "MEDIAN_VALUE" : [15, 17], "P75_VALUE" : [17, 17], "P90_VALUE" : [17, 18], "MAX_VALUE" : [32, 37]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"css/bootstrap-colorpicker.css": {"type": "string"}, "css/bootstrap-colorpicker.min.css": {"type": "string"}, "js/bootstrap-colorpicker.js": {"type": "string"}, "js/bootstrap-colorpicker.min.js": {"type": "string"}}, "required": ["css/bootstrap-colorpicker.css", "css/bootstrap-colorpicker.min.css", "js/bootstrap-colorpicker.js", "js/bootstrap-colorpicker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/bootstrap-colorpicker.css" : "sha256-/r6Ke/pYhewZXF5s+2qbGzsniQouxYYyl3GUj46Ywdw=", "css/bootstrap-colorpicker.min.css" : "sha256-Y6MDuXBtFXmJttqbeAt4Dzr4h17M0OYDDI9OQq2DmLA=", "js/bootstrap-colorpicker.js" : "sha256-1ri1zGQ6DWcJrL/IzdTCeKfLCNcH7GVbGaL72Nc90sE=", "js/bootstrap-colorpicker.min.js" : "sha256-xsO/uSNG9HdJY0AAsFxPtz2ofIIsuSNqa6g3lVQFZlw="} | json_instruct | {"type": "object", "properties": {"css/bootstrap-colorpicker.css": {"type": "string"}, "css/bootstrap-colorpicker.min.css": {"type": "string"}, "js/bootstrap-colorpicker.js": {"type": "string"}, "js/bootstrap-colorpicker.min.js": {"type": "string"}}, "required": ["css/bootstrap-colorpicker.css", "css/bootstrap-colorpicker.min.css", "js/bootstrap-colorpicker.js", "js/bootstrap-colorpicker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["f001.node.example.com", "f002.node.example.com", "f003.node.example.com"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "6085bd9f197172a6e882", "c" : {"0" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [440.34, 230.188, 0.859654, 463.874, 277.198, 0.840664, 446.873, 274.595, 0.746546, 420.766, 317.638, 0.720978, 382.906, 317.604, 0.599015, 482.107, 278.505, 0.736412, 453.349, 330.715, 0.76907, 382.921, 325.497, 0.792583, 440.362, 401.167, 0.546802, 0, 0, 0, 0, 0, 0, 467.779, 405.093, 0.578107, 0, 0, 0, 0, 0, 0, 441.64, 223.729, 0.396686, 448.156, 223.738, 0.906083, 0, 0, 0, 467.757, 234.069, 0.776395], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}, {"pose_keypoints_2d" : [316.299, 183.194, 0.91287, 266.815, 218.482, 0.553156, 269.382, 221.063, 0.763107, 266.746, 305.934, 0.801072, 277.238, 380.333, 0.840716, 264.138, 215.836, 0.418104, 0, 0, 0, 0, 0, 0, 285.03, 371.167, 0.421055, 287.656, 476.9, 0.231621, 0, 0, 0, 258.944, 365.937, 0.190087, 0, 0, 0, 0, 0, 0, 308.593, 172.761, 0.918483, 0, 0, 0, 286.307, 171.502, 0.937633, 0, 0, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dna": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["dna", "name", "image", "edition", "date", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dna" : "a9bd3cceb05eb08864b12d32bb294c0294f09eed", "name" : "Test Moons #101", "image" : "ipfs://QmPYqcz3p89SNzHnsdHt6JCbXdB7EceLckdVSQGZBqNZeX/101.png", "edition" : 101, "date" : 1635971452737, "attributes" : [{"trait_type" : "Base", "value" : "_0044_Base"}, {"trait_type" : "Trait 1", "value" : "_0040_trait1_green"}, {"trait_type" : "Trait 2", "value" : "_0035_trait2_green"}, {"trait_type" : "Trait 3", "value" : "_0029_trait3_green"}, {"trait_type" : "Trait 4", "value" : "_0024_trait4_green"}, {"trait_type" : "Trait 5", "value" : "_0020_trait5_green"}, {"trait_type" : "Trait 6", "value" : "_0014_trait6_green"}, {"trait_type" : "Trait 7", "value" : "_0009_trait7_green"}, {"trait_type" : "Trait 8", "value" : "_0007_trait8_green"}, {"trait_type" : "Outline", "value" : "_0003_Line"}]} | json_instruct | {"type": "object", "properties": {"dna": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["dna", "name", "image", "edition", "date", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "prompts": {"type": "string"}}, "required": ["axios", "prompts"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"axios" : "^0.26.0", "prompts" : "^2.4.2"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "prompts": {"type": "string"}}, "required": ["axios", "prompts"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "retrusion", "definition" : "The act of retruding, or the state of being retruded. In virtue of an endless remotion or retrusion of the constituent cause. Coleridge."} | 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": "object", "properties": {"devDependencies": {"type": "object", "properties": {"element-ui": {"type": "string"}, "mockjs": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "vue-awesome-swiper": {"type": "string"}, "vue-axios": {"type": "string"}, "vue-cookie": {"type": "string"}, "vue-lazyload": {"type": "string"}}, "required": ["element-ui", "mockjs", "node-sass", "sass-loader", "vue-awesome-swiper", "vue-axios", "vue-cookie", "vue-lazyload"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devDependencies" : {"element-ui" : "^2.13.1", "mockjs" : "^1.1.0", "node-sass" : "^4.13.1", "sass-loader" : "^8.0.2", "vue-awesome-swiper" : "^4.1.0", "vue-axios" : "^2.1.5", "vue-cookie" : "^1.1.4", "vue-lazyload" : "^1.3.3"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"element-ui": {"type": "string"}, "mockjs": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "vue-awesome-swiper": {"type": "string"}, "vue-axios": {"type": "string"}, "vue-cookie": {"type": "string"}, "vue-lazyload": {"type": "string"}}, "required": ["element-ui", "mockjs", "node-sass", "sass-loader", "vue-awesome-swiper", "vue-axios", "vue-cookie", "vue-lazyload"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"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" : "0x6612a2cac21a89159ad152488fd1f843d33843e4", "tool" : "osiris", "start" : 1564627481.5037513, "end" : 1564627502.8721101, "duration" : 21.368358850479126, "analysis" : [{"errors" : [{"line" : 37, "column" : 17, "message" : "overflow_bugs"}, {"line" : 48, "column" : 17, "message" : "concurrency_bug"}, {"line" : 48, "column" : 17, "message" : "concurrency_bug"}, {"line" : 45, "column" : 9, "message" : "time_dependency_bug"}], "file" : "/unique_chucks/23/0x6612a2cac21a89159ad152488fd1f843d33843e4.sol", "name" : "Wallet"}]} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"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": {"bourbon": {"type": "string"}}, "required": ["bourbon"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bohea-sass-tools", "version" : "1.1.1", "description" : "An opinionated & personal Sass mixin & function library.", "main" : "sass/_bohea-sass-tools.scss", "repository" : {"type" : "git", "url" : "git+https://github.com/danbohea/bohea-sass-tools.git"}, "keywords" : ["sass", "scss"], "author" : "Dan Bohea", "license" : "MIT", "bugs" : {"url" : "https://github.com/danbohea/bohea-sass-tools/issues"}, "homepage" : "https://github.com/danbohea/bohea-sass-tools#readme", "dependencies" : {"bourbon" : "^4.3.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "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": {"bourbon": {"type": "string"}}, "required": ["bourbon"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"spotlight": {"type": "boolean"}, "name": {"type": "string"}, "image_url": {"type": "string"}, "bio": {"type": "string"}, "website_url": {"type": "string"}}, "required": ["spotlight", "name", "image_url", "bio", "website_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"spotlight" : true, "name" : "Solomon Soh", "image_url" : "/content/images/placeholder.svg", "bio" : "Solomon Soh is a Alteryx and Alibaba Cloud Certified practitioner who focus on developing AI solutions for ad-tech, fintech, and operational business problems.", "website_url" : ""} | json_instruct | {"type": "object", "properties": {"spotlight": {"type": "boolean"}, "name": {"type": "string"}, "image_url": {"type": "string"}, "bio": {"type": "string"}, "website_url": {"type": "string"}}, "required": ["spotlight", "name", "image_url", "bio", "website_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 85577, "cartId" : "6bbfbeed-de9a-4728-ba3b-ac5cccf8d8e1", "preferredProducts" : [2768, 2354, 1494, 1087, 4016, 1879], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "url": {"type": "string"}, "appcast": {"type": "null"}, "version": {"type": "string"}, "sha256": {"type": "string"}, "artifacts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "caveats": {"type": "null"}, "depends_on": {"type": "object", "properties": {}, "required": []}, "conflicts_with": {"type": "null"}, "container": {"type": "null"}, "auto_updates": {"type": "null"}}, "required": ["token", "name", "homepage", "url", "appcast", "version", "sha256", "artifacts", "caveats", "depends_on", "conflicts_with", "container", "auto_updates"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"token" : "wondershare-filmora", "name" : ["Wondershare Filmora9"], "homepage" : "https://filmora.wondershare.com/video-editor/", "url" : "http://download.wondershare.com/filmora9-mac_full718.dmg", "appcast" : null, "version" : "9.3.0.14", "sha256" : "38860fd15c01fc19e07eae4338a8b664a79db5688a46a45d78f35dcb84c0c6b9", "artifacts" : [["Wondershare Filmora9.app"]], "caveats" : null, "depends_on" : {}, "conflicts_with" : null, "container" : null, "auto_updates" : null} | json_instruct | {"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "url": {"type": "string"}, "appcast": {"type": "null"}, "version": {"type": "string"}, "sha256": {"type": "string"}, "artifacts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "caveats": {"type": "null"}, "depends_on": {"type": "object", "properties": {}, "required": []}, "conflicts_with": {"type": "null"}, "container": {"type": "null"}, "auto_updates": {"type": "null"}}, "required": ["token", "name", "homepage", "url", "appcast", "version", "sha256", "artifacts", "caveats", "depends_on", "conflicts_with", "container", "auto_updates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Cherves", "circ" : "1\u00e8re circonscription", "dpt" : "Vienne", "inscrits" : 409, "abs" : 227, "votants" : 182, "blancs" : 16, "nuls" : 4, "exp" : 162, "res" : [{"nuance" : "REM", "nom" : "M. Jacques SAVATIER", "voix" : 97}, {"nuance" : "FI", "nom" : "Mme C\u00e9line CUVILLIER", "voix" : 65}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x0d7c864bf6c86bf11da2c8068b4c4edee4d76080", "tool" : "smartcheck", "start" : 1563570157.7751079, "end" : 1563570165.9365695, "duration" : 8.161461591720581, "analysis" : [{"name" : "SOLIDITY_ADDRESS_HARDCODED", "patternId" : "adc165", "severity" : 1, "line" : 98, "column" : 16, "content" : "0x1C26d2dFDACe03F0F6D0AaCa233D00728b9e58da"}, {"name" : "SOLIDITY_DIV_MUL", "patternId" : "09hhh1", "severity" : 2, "line" : 147, "column" : 19, "content" : "msg.value.div(100).mul(60)"}, {"name" : "SOLIDITY_PRAGMAS_VERSION", "patternId" : "23fc32", "severity" : 1, "line" : 1, "column" : 16, "content" : "^"}, {"name" : "SOLIDITY_SAFEMATH", "patternId" : "837cac", "severity" : 1, "line" : 67, "column" : 1, "content" : "usingSafeMathforuint256;"}, {"name" : "SOLIDITY_UNCHECKED_CALL", "patternId" : "f39eed", "severity" : 3, "line" : 120, "column" : 14, "content" : "send(msg.value.div(10))"}, {"name" : "SOLIDITY_UNCHECKED_CALL", "patternId" : "f39eed", "severity" : 3, "line" : 122, "column" : 12, "content" : "send(msg.value.div(2))"}, {"name" : "SOLIDITY_UNCHECKED_CALL", "patternId" : "f39eed", "severity" : 3, "line" : 147, "column" : 14, "content" : "send(msg.value.div(100).mul(60))"}]} | 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": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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": {"name:ar": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fr": {"type": "string"}, "name:pl": {"type": "string"}, "name:ru": {"type": "string"}, "name:uk": {"type": "string"}, "name:ur": {"type": "string"}, "population": {"type": "string"}, "official_name": {"type": "string"}, "population:date": {"type": "string"}, "official_name:ar": {"type": "string"}}, "required": ["name:ar", "name:en", "name:es", "name:fr", "name:pl", "name:ru", "name:uk", "name:ur", "population", "official_name", "population:date", "official_name:ar"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[22.015, 15.985], [22.052, 16.292], [22.328, 16.565], [22.35, 16.756], [22.341, 20.387], [24, 19.501], [23.999, 18.533], [23.999, 17.099], [24, 15.697], [23.552, 15.768], [23.111, 15.715], [22.992, 15.821], [22.602, 15.797], [22.015, 15.985]]]}, "properties" : {"name" : "East Ennedi", "iso2" : "TD-EE", "admin_level" : 4, "osm_id" : 7016937, "countrylevel_id" : "iso2:TD-EE", "osm_data" : {"localname" : "Ennedi Est \u0625\u0646\u064a\u062f\u064a \u0627\u0644\u0634\u0631\u0642\u064a\u0629", "official_name" : "\u0625\u0642\u0644\u064a\u0645 \u0625\u0646\u064a\u062f\u064a \u0627\u0644\u0634\u0631\u0642\u064a\u0629", "alltags" : {"name:ar" : "\u0625\u0646\u064a\u062f\u064a \u0627\u0644\u0634\u0631\u0642\u064a\u0629", "name:en" : "East Ennedi", "name:es" : "Ennedi Est", "name:fr" : "Ennedi Est", "name:pl" : "Ennedi Est", "name:ru" : "\u042d\u043d\u043d\u0435\u0434\u0438", "name:uk" : "\u0415\u043d\u043d\u0435\u0434\u0456", "name:ur" : "\u0627\u0646\u06cc\u062f\u06cc \u0645\u0634\u0631\u0642\u06cc", "population" : "113862", "official_name" : "\u0625\u0642\u0644\u064a\u0645 \u0625\u0646\u064a\u062f\u064a \u0627\u0644\u0634\u0631\u0642\u064a\u0629", "population:date" : "2009", "official_name:ar" : "\u0625\u0642\u0644\u064a\u0645 \u0625\u0646\u064a\u062f\u064a \u0627\u0644\u0634\u0631\u0642\u064a\u0629"}}, "center_lat" : 17.83, "center_lon" : 23.13, "area_m2" : 83080003013, "timezone" : "Africa/Ndjamena", "wikidata_id" : "Q16632169"}} | 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": {"name:ar": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fr": {"type": "string"}, "name:pl": {"type": "string"}, "name:ru": {"type": "string"}, "name:uk": {"type": "string"}, "name:ur": {"type": "string"}, "population": {"type": "string"}, "official_name": {"type": "string"}, "population:date": {"type": "string"}, "official_name:ar": {"type": "string"}}, "required": ["name:ar", "name:en", "name:es", "name:fr", "name:pl", "name:ru", "name:uk", "name:ur", "population", "official_name", "population:date", "official_name:ar"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"asset" : {"format" : "jpg", "id" : "8a7f5cf2c6c4b843e669e1734cf55a90", "name" : "0139_02551_b.jpg", "path" : "file:C:/Users/truon/Downloads/GreenParking/0139_02551_b.jpg", "size" : {"width" : 472, "height" : 303}, "state" : 2, "type" : 1}, "regions" : [{"id" : "trJtAKqlE", "type" : "RECTANGLE", "tags" : ["license_Plate"], "boundingBox" : {"height" : 53.779220779220786, "width" : 64.61709520500348, "left" : 152.7480889506602, "top" : 75.42207792207793}, "points" : [{"x" : 152.7480889506602, "y" : 75.42207792207793}, {"x" : 217.36518415566366, "y" : 75.42207792207793}, {"x" : 217.36518415566366, "y" : 129.20129870129873}, {"x" : 152.7480889506602, "y" : 129.20129870129873}]}], "version" : "2.1.0"} | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [51.2738, 48.5654, 0.612829, 57.8689, 53.9724, 0.723601, 57.4593, 53.599, 0.644486, 57.8647, 64.4484, 0.427912, 52.0409, 67.5354, 0.689629, 58.6382, 53.9731, 0.775939, 60.9622, 64.4437, 0.727984, 59.0156, 75.6818, 0.647522, 62.8872, 75.6777, 0.529775, 61.3547, 75.6761, 0.467291, 64.0481, 91.9678, 0.410634, 66.3724, 107.085, 0.431096, 63.6687, 75.6852, 0.705142, 64.0535, 91.9707, 0.658262, 66.3865, 107.847, 0.703647, 51.2921, 47.7608, 0.0509683, 51.6433, 47.7692, 0.63097, 0, 0, 0, 54.7536, 46.2304, 0.79378, 60.5599, 110.567, 0.623814, 62.1201, 111.334, 0.606986, 67.5425, 110.175, 0.612739, 60.9552, 110.174, 0.152802, 60.9493, 109.782, 0.171518, 67.9358, 109.395, 0.17942], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "unitig-counter", "downloads" : 6800, "count" : 5349}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "exec": {"type": "string"}}, "required": ["watch", "ext", "ignore", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"watch" : ["lambda"], "ext" : "ts", "ignore" : ["lambda/**/*.spec.ts"], "exec" : "ts-node ./lambda/local/index.ts"} | json_instruct | {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "exec": {"type": "string"}}, "required": ["watch", "ext", "ignore", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "KNG", "name" : "Kanga Exchange", "decimals" : 18, "address" : "0x471d113059324321749e097705197a2b44a070fc"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 5432, "citation_title" : "On the Costs of Inward-Looking Development: Historical Perspectives on Price Distortions, Growth, and Divergence in Latin American from 1930s - 1980s", "citation_author" : ["Alan M. Taylor"], "citation_publication_date" : "1996-01-01", "issue_date" : "1996-01-01", "revision_date" : "None", "topics" : ["History", "Macroeconomic History", "Other"], "program" : ["Development of the American Economy"], "projects" : null, "working_groups" : null, "abstract" : "\n\nFrom the 1930s to the 1980s, economic policies in Latin America epitomized the inward-looking model of development. The model emerged in the Depression, and was later codified in unorthodox economic theories. Even though economic performance was seen as disappointing by the 1960s, the distortions of the regime were long lived, persisting and worsening into the 1970s and 1980s. I examine the costs of distortions and explore the structural differences between growth dynamics in Latin America and elsewhere. Distortions had pervasive and profound effects on many aspects of the growth process, and help explain divergent development in the region.\n\n", "acknowledgement" : "\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_152tmu", "name" : "GeorgeTRamos"}, "date" : {"day" : 1612051200, "full" : 1612128369, "month" : 1609459200, "week" : 1612051200}, "id" : "t3_l9mfy0", "picture" : {"filesize" : 126977, "fullUrl" : "https://preview.redd.it/74bp3qbtjqe61.jpg?auto=webp&s=186b33fda764c0585c774b83ec88e7c7a40f375a", "hash" : "94f02f4c2d", "height" : 640, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQIG/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDBAUhABESBkFRcQcxMv/EABQBAQAAAAAAAAAAAAAAAAAAAAT/xAAdEQABBAIDAAAAAAAAAAAAAAADAAQREgETMUGh/9oADAMBAAIRAxEAPwCvkV69OoKyJA6UvCPJjw44bEBgMaO6FqZZL21FORwWFnAXxjb3pfra70scCV8M06XKWZyQkrqI0CjgdhjcsW+/HrWcsl6qay+STS1bz5IRm5fnidstnt30J0XYKccQmNw0LXufV//Z", "url" : "https://preview.redd.it/74bp3qbtjqe61.jpg?width=640&crop=smart&auto=webp&s=c66d77845ccd96517132ee9d6e465aec765f53a8", "width" : 640}, "score" : {"comments" : 3, "downs" : 0, "ratio" : 0.97, "ups" : 54, "value" : 54}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "A frosty watchtower leads to a cavernous dungeon delve. https://www.instagram.com/p/CKuR0tSHJue/?igshid=lt7apwpjyop6", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/l9mfy0/a_frosty_watchtower_leads_to_a_cavernous_dungeon/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"app_id": {"type": "string"}}, "required": ["app_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app_id" : "5316f94e"} | json_instruct | {"type": "object", "properties": {"app_id": {"type": "string"}}, "required": ["app_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [15.0, 10.0, 12.0, 17.0, 24.0, 15.0, 18.0, 14.0, 25.0, 17.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {}}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "business-credit-alliance-chain", "symbol" : "bcac", "name" : "Business Credit Alliance Chain", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Through blockchain technology, we aim to create a traceability of supply chain, quantifiable credit, transparent data, and integrate consumer shopping, membership services, precision marketing, and centralized procurement to form online e-commerce transactions and offline shopping. Experience and build a new retail ecosystem that is multi-participating and benefiting from multiple parties.\r\n\r\nBCAC is one of the world\u2019s first and most secure application chains using the RAFT Distributed Consensus algorithm. The BCAC consensus algorithm combines the RAFT and S2B2C business models to address the most important issues in the application chain: the contradiction between decentralization and performance.\r\n"}, "country_origin" : "", "genesis_date" : null, "url" : "http://en.bcachain.org/", "explorers" : [], "telegram" : "bcachainofficial", "github_org" : "BusinessCredit"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {}}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [1, 0, 0], "X_COUNT" : [1, 2, 3]}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAME" : "Procedure recorded as diagnostic code", "COUNT_VALUE" : 325}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [19, 20], "P10_VALUE" : [36, 30], "P25_VALUE" : [43, 42], "MEDIAN_VALUE" : [51, 48], "P75_VALUE" : [61, 57], "P90_VALUE" : [69, 67], "MAX_VALUE" : [87, 88]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["jquery", "bootstrap"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "<%= projectName %>", "private" : true, "dependencies" : {"jquery" : "latest", "bootstrap" : "latest"}, "devDependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["jquery", "bootstrap"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "dependencies", "devDependencies"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}}, "required": ["import", "require"]}}, "required": ["."]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "dependencies": {"type": "object", "properties": {"@apollo/client": {"type": "string"}, "gqlize": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tag": {"type": "string"}}, "required": ["@apollo/client", "gqlize", "graphql", "graphql-tag"]}, "devDependencies": {"type": "object", "properties": {"@re-do/configs": {"type": "string"}, "@types/node": {"type": "string"}, "@types/jest": {"type": "string"}, "@graphql-codegen/cli": {"type": "string"}, "@graphql-codegen/typescript": {"type": "string"}, "@graphql-codegen/typescript-operations": {"type": "string"}, "@graphql-codegen/typescript-react-apollo": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}}, "required": ["@re-do/configs", "@types/node", "@types/jest", "@graphql-codegen/cli", "@graphql-codegen/typescript", "@graphql-codegen/typescript-operations", "@graphql-codegen/typescript-react-apollo", "ts-node", "typescript", "jest", "ts-jest"]}}, "required": ["name", "version", "author", "description", "main", "module", "exports", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@re-do/model", "version" : "0.0.1", "author" : "redo.qa", "description" : "Redo's storage model", "main" : "dist/cjs/index.js", "module" : "dist/mjs/index.js", "exports" : {"." : {"import" : "./dist/mjs/index.js", "require" : "./dist/cjs/index.js"}}, "scripts" : {"build" : "ts-node gqlize && graphql-codegen && redo-build", "test" : "echo 'This package has no tests.'"}, "dependencies" : {"@apollo/client" : "3.3.7", "gqlize" : "0.0.3", "graphql" : "15.5.0", "graphql-tag" : "2.12.4"}, "devDependencies" : {"@re-do/configs" : "0.0.2", "@types/node" : "15.0.2", "@types/jest" : "26.0.20", "@graphql-codegen/cli" : "1.20.1", "@graphql-codegen/typescript" : "1.20.2", "@graphql-codegen/typescript-operations" : "1.17.14", "@graphql-codegen/typescript-react-apollo" : "2.2.1", "ts-node" : "9.1.1", "typescript" : "4.2.3", "jest" : "26.6.3", "ts-jest" : "26.5.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}}, "required": ["import", "require"]}}, "required": ["."]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "dependencies": {"type": "object", "properties": {"@apollo/client": {"type": "string"}, "gqlize": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tag": {"type": "string"}}, "required": ["@apollo/client", "gqlize", "graphql", "graphql-tag"]}, "devDependencies": {"type": "object", "properties": {"@re-do/configs": {"type": "string"}, "@types/node": {"type": "string"}, "@types/jest": {"type": "string"}, "@graphql-codegen/cli": {"type": "string"}, "@graphql-codegen/typescript": {"type": "string"}, "@graphql-codegen/typescript-operations": {"type": "string"}, "@graphql-codegen/typescript-react-apollo": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}}, "required": ["@re-do/configs", "@types/node", "@types/jest", "@graphql-codegen/cli", "@graphql-codegen/typescript", "@graphql-codegen/typescript-operations", "@graphql-codegen/typescript-react-apollo", "ts-node", "typescript", "jest", "ts-jest"]}}, "required": ["name", "version", "author", "description", "main", "module", "exports", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"2ae7df782510b25dfcedd26c7edea6ffe5170660c2d5bc661683bffabd83e4f2\"", "Last-Modified" : "Thu, 15 Apr 2021 11:48:27 GMT", "base" : {"repo" : {"name" : "identify-feedstock"}}, "closed_at" : "2021-04-15T11:48:27Z", "created_at" : "2021-03-25T04:07:54Z", "draft" : false, "head" : {"ref" : "2.2.1_hc41b99"}, "html_url" : "https://github.com/conda-forge/identify-feedstock/pull/82", "id" : 600409347, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : false, "merged_at" : null, "number" : 82, "state" : "closed", "updated_at" : "2021-04-15T11:48:27Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["r_clang_activation"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"index": {"type": "string"}, "class": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "name": {"type": "string"}, "level": {"type": "integer"}, "prerequisites": {"type": "array", "items": {}}, "desc": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}}, "required": ["index", "class", "name", "level", "prerequisites", "desc", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : "danger-sense", "class" : {"index" : "barbarian", "name" : "Barbarian", "url" : "/api/classes/barbarian"}, "name" : "Danger Sense", "level" : 2, "prerequisites" : [], "desc" : ["At 2nd level, you gain an uncanny sense of when things nearby aren't as they should be, giving you an edge when you dodge away from danger. You have advantage on Dexterity saving throws against effects that you can see, such as traps and spells. To gain this benefit, you can't be blinded, deafened, or incapacitated."], "url" : "/api/features/danger-sense"} | json_instruct | {"type": "object", "properties": {"index": {"type": "string"}, "class": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "name": {"type": "string"}, "level": {"type": "integer"}, "prerequisites": {"type": "array", "items": {}}, "desc": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}}, "required": ["index", "class", "name", "level", "prerequisites", "desc", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"an4.90:0.3": {"type": "string"}}, "required": ["an4.90:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an4.90:0.3" : "Khandhasutta \u2192 sama\u1e47amacala-khandhasutta\u1e41 (bj)"} | json_instruct | {"type": "object", "properties": {"an4.90:0.3": {"type": "string"}}, "required": ["an4.90:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u82f1\u8c50\u9020\u7d19\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99649028", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "06210000054241", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u54e1\u6797\u5e02\u4e2d\u592e\u91cc\u7530\u4e2d\u592e\u5df7\uff11\uff18\u4e4b\uff17\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5f70\u5316\u7e23\u54e1\u6797\u5e02\u4e2d\u592e\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u738b\u82f1\u4ec1\u3000\u3000\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "59076265", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0580101", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0680628", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["15\u7d19\u6f3f\u3001\u7d19\u53ca\u7d19\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["159\u5176\u4ed6\u7d19\u88fd\u54c1"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"client_id": {"type": "string"}, "description": {"type": "string"}, "client_secret": {"type": "string"}, "scope": {"type": "string"}, "grant_types": {"type": "array", "items": {"type": "string"}}, "response_types": {"type": "array", "items": {"type": "string"}}, "redirect_uris": {"type": "array", "items": {"type": "string"}}}, "required": ["client_id", "description", "client_secret", "scope", "grant_types", "response_types", "redirect_uris"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"client_id" : "jcf-client", "description" : "Test client to redirect to its given port.", "client_secret" : "jcf-secret", "scope" : "openid offline api", "grant_types" : ["authorization_code", "refresh_token", "id_token"], "response_types" : ["code", "id_token"], "redirect_uris" : ["https://okproxy.puerti.co/callback"]} | json_instruct | {"type": "object", "properties": {"client_id": {"type": "string"}, "description": {"type": "string"}, "client_secret": {"type": "string"}, "scope": {"type": "string"}, "grant_types": {"type": "array", "items": {"type": "string"}}, "response_types": {"type": "array", "items": {"type": "string"}}, "redirect_uris": {"type": "array", "items": {"type": "string"}}}, "required": ["client_id", "description", "client_secret", "scope", "grant_types", "response_types", "redirect_uris"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"internet.email": {"type": "array", "items": {"type": "string"}}, "internet.userName": {"type": "array", "items": {"type": "string"}}, "internet.ip": {"type": "array", "items": {"type": "string"}}, "internet.ipv6": {"type": "array", "items": {"type": "string"}}, "internet.password": {"type": "array", "items": {"type": "string"}}, "name.firstName": {"type": "array", "items": {"type": "string"}}, "name.lastName": {"type": "array", "items": {"type": "string"}}, "name.findName": {"type": "array", "items": {"type": "string"}}, "image.imageUrl": {"type": "array", "items": {"type": "string"}}, "finance.account": {"type": "array", "items": {"type": "string"}}, "finance.accountName": {"type": "array", "items": {"type": "string"}}, "phone.phoneNumber": {"type": "array", "items": {"type": "string"}}}, "required": ["internet.email", "internet.userName", "internet.ip", "internet.ipv6", "internet.password", "name.firstName", "name.lastName", "name.findName", "image.imageUrl", "finance.account", "finance.accountName", "phone.phoneNumber"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"internet.email" : ["email"], "internet.userName" : ["userName", "user", "user.name", "user name"], "internet.ip" : ["ip", "ipV4", "ip.v4", "ip v4"], "internet.ipv6" : ["ipV6", "ip.v6", "ip v6"], "internet.password" : ["password", "passwd"], "name.firstName" : ["firstName", "first name"], "name.lastName" : ["lastName", "last name"], "name.findName" : ["findName", "find name", "fullName", "full name"], "image.imageUrl" : ["photoUrl", "photo url", "photoUrls", "phpto urls", "photo.url", "photo.urls", "imageUrl", "imageUrl", "imgUrl", "imgUrls", "image.url", "image.urls", "img.url", "img.urls", "image url", "image urls", "img url", "img urls", "picture", "pictureUrl", "pictureUrls"], "finance.account" : ["account"], "finance.accountName" : ["accountName", "account.name", "account name"], "phone.phoneNumber" : ["phone", "phoneNumber", "phone number", "phoneNumbers", "phone numbers", "phoneNum", "phone num", "phoneNums", "call", "callNumber", "call number", "callNumbers", "call numbers", "callNum", "call num", "callNums", "call nums"]} | json_instruct | {"type": "object", "properties": {"internet.email": {"type": "array", "items": {"type": "string"}}, "internet.userName": {"type": "array", "items": {"type": "string"}}, "internet.ip": {"type": "array", "items": {"type": "string"}}, "internet.ipv6": {"type": "array", "items": {"type": "string"}}, "internet.password": {"type": "array", "items": {"type": "string"}}, "name.firstName": {"type": "array", "items": {"type": "string"}}, "name.lastName": {"type": "array", "items": {"type": "string"}}, "name.findName": {"type": "array", "items": {"type": "string"}}, "image.imageUrl": {"type": "array", "items": {"type": "string"}}, "finance.account": {"type": "array", "items": {"type": "string"}}, "finance.accountName": {"type": "array", "items": {"type": "string"}}, "phone.phoneNumber": {"type": "array", "items": {"type": "string"}}}, "required": ["internet.email", "internet.userName", "internet.ip", "internet.ipv6", "internet.password", "name.firstName", "name.lastName", "name.findName", "image.imageUrl", "finance.account", "finance.accountName", "phone.phoneNumber"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Minayat~ `to~ `romi'ad~.\ufffa\ufffb\u5ef6\u9577\u6642\u9593\u3002"], "f" : "\u5ef6\u9577\uff0c\u4f38\u9577\uff0c\u5ef6\u4f38\u3002"}]}], "stem" : "nayat", "t" : "minayat"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "MAMTAZ", "frequency" : 1, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1992, 9], [1993, 6], [1995, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"guide": {"type": "string"}}, "required": ["guide"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"guide" : "Hier sind die Richtlinien f\u00fcr das Hypixel-Crowdin-Projekt: %%guide%%"} | json_instruct | {"type": "object", "properties": {"guide": {"type": "string"}}, "required": ["guide"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "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" : 101781023, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "503621f13ddbec0b08037dd8f97c3243", "wof:id" : 101781023, "wof:repo" : "whosonfirst-data-admin-cz"}, "bbox" : [16.83348, 49.1292, 16.83348, 49.1292], "geometry" : {"coordinates" : [16.83348, 49.1292], "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "array", "items": {}}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"last_remote_check" : 1623982179, "hooks" : []} | json_instruct | {"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "array", "items": {}}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : ["PSYCH 202", "COMP SCI 200", "COMP SCI 300", "CHEM 103", "MATH 114", "MATH 221"]} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"baseUrl": {"type": "string"}, "env": {"type": "object", "properties": {"API_URI": {"type": "string"}}, "required": ["API_URI"]}, "viewportWidth": {"type": "integer"}, "viewportHeight": {"type": "integer"}, "projectId": {"type": "string"}}, "required": ["baseUrl", "env", "viewportWidth", "viewportHeight", "projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"baseUrl" : "http://localhost:3000", "env" : {"API_URI" : "http://localhost:8000/graphql/"}, "viewportWidth" : 1400, "viewportHeight" : 660, "projectId" : "ftxg4w"} | json_instruct | {"type": "object", "properties": {"baseUrl": {"type": "string"}, "env": {"type": "object", "properties": {"API_URI": {"type": "string"}}, "required": ["API_URI"]}, "viewportWidth": {"type": "integer"}, "viewportHeight": {"type": "integer"}, "projectId": {"type": "string"}}, "required": ["baseUrl", "env", "viewportWidth", "viewportHeight", "projectId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["text", "updated"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["style", "text", "updated"]}}}, "required": ["type", "definition", "paragraphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Open Stage Signals", "definition" : {"text" : "The Open Stage Signals node houses the definitions for all the individual signal elements coming out of the signal provider's Open Stage.", "updated" : 1644033664679}, "paragraphs" : [{"style" : "Block", "text" : "Content", "updated" : 1644033674457}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["text", "updated"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["style", "text", "updated"]}}}, "required": ["type", "definition", "paragraphs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "hot": {"type": "string"}, "prod": {"type": "string"}, "production": {"type": "string"}}, "required": ["dev", "development", "watch", "watch-poll", "hot", "prod", "production"]}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bootstrap-sass": {"type": "string"}, "browser-sync": {"type": "string"}, "browser-sync-webpack-plugin": {"type": "string"}, "cross-env": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-friendly-formatter": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-html": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "jquery": {"type": "string"}, "laravel-mix": {"type": "string"}, "lodash": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["axios", "bootstrap-sass", "browser-sync", "browser-sync-webpack-plugin", "cross-env", "eslint", "eslint-config-standard", "eslint-friendly-formatter", "eslint-loader", "eslint-plugin-html", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "eslint-plugin-vue", "jquery", "laravel-mix", "lodash", "vue", "vue-router", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"vue-session": {"type": "string"}, "vuex": {"type": "string"}}, "required": ["vue-session", "vuex"]}}, "required": ["private", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "scripts" : {"dev" : "npm run development", "development" : "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "watch" : "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "watch-poll" : "npm run watch -- --watch-poll", "hot" : "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", "prod" : "npm run production", "production" : "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"}, "devDependencies" : {"axios" : "^0.16.2", "bootstrap-sass" : "^3.3.7", "browser-sync" : "^2.18.13", "browser-sync-webpack-plugin" : "^1.2.0", "cross-env" : "^5.0.1", "eslint" : "^4.8.0", "eslint-config-standard" : "^10.2.1", "eslint-friendly-formatter" : "^3.0.0", "eslint-loader" : "^1.9.0", "eslint-plugin-html" : "^4.0.0-alpha.1", "eslint-plugin-import" : "^2.7.0", "eslint-plugin-node" : "^5.2.0", "eslint-plugin-promise" : "^3.5.0", "eslint-plugin-standard" : "^3.0.1", "eslint-plugin-vue" : "^3.13.1", "jquery" : "^3.1.1", "laravel-mix" : "^1.0", "lodash" : "^4.17.4", "vue" : "^2.1.10", "vue-router" : "^2.7.0", "webpack-dev-server" : "^2.6.1"}, "dependencies" : {"vue-session" : "^0.9.10", "vuex" : "^2.3.1"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "hot": {"type": "string"}, "prod": {"type": "string"}, "production": {"type": "string"}}, "required": ["dev", "development", "watch", "watch-poll", "hot", "prod", "production"]}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bootstrap-sass": {"type": "string"}, "browser-sync": {"type": "string"}, "browser-sync-webpack-plugin": {"type": "string"}, "cross-env": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-friendly-formatter": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-html": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "jquery": {"type": "string"}, "laravel-mix": {"type": "string"}, "lodash": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["axios", "bootstrap-sass", "browser-sync", "browser-sync-webpack-plugin", "cross-env", "eslint", "eslint-config-standard", "eslint-friendly-formatter", "eslint-loader", "eslint-plugin-html", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "eslint-plugin-vue", "jquery", "laravel-mix", "lodash", "vue", "vue-router", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"vue-session": {"type": "string"}, "vuex": {"type": "string"}}, "required": ["vue-session", "vuex"]}}, "required": ["private", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"scheduler.css": {"type": "string"}, "scheduler.js": {"type": "string"}, "scheduler.min.css": {"type": "string"}, "scheduler.min.js": {"type": "string"}}, "required": ["scheduler.css", "scheduler.js", "scheduler.min.css", "scheduler.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scheduler.css" : "sha256-CqRhbpU70pG9fD8XLEnAeGM6Al76yeCKU6Nmw2lDftI=", "scheduler.js" : "sha256-ow9Q/vbfSitmtPoFTB/jHVnTmVS97Y8mHJICYd2b08A=", "scheduler.min.css" : "sha256-S3SkWblno8ygIazaLypby/B12wSBmtEAO/RwKrGt3kc=", "scheduler.min.js" : "sha256-AAFb+sASZjlSnhE1uict3oMSTuDH/S51NPgoCyepRUc="} | json_instruct | {"type": "object", "properties": {"scheduler.css": {"type": "string"}, "scheduler.js": {"type": "string"}, "scheduler.min.css": {"type": "string"}, "scheduler.min.js": {"type": "string"}}, "required": ["scheduler.css", "scheduler.js", "scheduler.min.css", "scheduler.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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-pm35-r9m4-68jr", "modified" : "2022-05-01T07:35:39Z", "published" : "2022-05-01T07:35:39Z", "aliases" : ["CVE-2006-6189"], "details" : "SQL injection vulnerability in displayCalendar.asp in ClickTech Click Blog allows remote attackers to execute arbitrary SQL commands via the date parameter.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-6189"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/30537"}, {"type" : "WEB", "url" : "http://securityreason.com/securityalert/1934"}, {"type" : "WEB", "url" : "http://www.aria-security.com/forum/showthread.php?t=50"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/452730/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/21310"}], "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "QmYgG12xZ1tDHSEEBpUaJJ2YFUfVfQSPFBhBS2ueUqoV4e", "title" : "Add ampl to Fund pool", "body" : "Ampl has a lot of fans and we can attract them. Before that, uniswap increased its liquidity from several million to tens of millions through ampl activities\uff01\n\n", "choices" : ["YES", "NO"], "start" : 1601697600, "end" : 1601784000, "snapshot" : "1000", "state" : "closed", "author" : "0x0a0F76B2De7EB0c0E51CEaE07185088D8211d563", "space" : {"id" : "sake", "name" : "SAKEVOTER"}, "votes" : 0, "votes_data" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"zxcvbn-async-bower.js": {"type": "string"}, "zxcvbn-async-bower.min.js": {"type": "string"}, "zxcvbn-async.js": {"type": "string"}, "zxcvbn-async.min.js": {"type": "string"}, "zxcvbn.js": {"type": "string"}, "zxcvbn.min.js": {"type": "string"}}, "required": ["zxcvbn-async-bower.js", "zxcvbn-async-bower.min.js", "zxcvbn-async.js", "zxcvbn-async.min.js", "zxcvbn.js", "zxcvbn.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"zxcvbn-async-bower.js" : "sha256-VlmPpqUnXLxfL9onlEiNSCzmNqYvdwf/XqlNZxZrLZI=", "zxcvbn-async-bower.min.js" : "sha256-7oEmBGiHdpa/He4RpA9XXY+x6vd9AxxxAPtWVDzZrBw=", "zxcvbn-async.js" : "sha256-ZELQV4gwUDsa0YQz198oxT7yyt/R6I0ux6Bv4lydSZU=", "zxcvbn-async.min.js" : "sha256-YlZNwZhUgcQxRINh03WPvVT0XOWeDONaRYWsB/5V9cU=", "zxcvbn.js" : "sha256-FmtUa5NEuaI51H7J9Dg8h+ERuGZw2UsOCDR2bZzy9T4=", "zxcvbn.min.js" : "sha256-SdTLN49xrsxOptkhtAsqVlVjbz68b6+AI8jj15Urua0="} | json_instruct | {"type": "object", "properties": {"zxcvbn-async-bower.js": {"type": "string"}, "zxcvbn-async-bower.min.js": {"type": "string"}, "zxcvbn-async.js": {"type": "string"}, "zxcvbn-async.min.js": {"type": "string"}, "zxcvbn.js": {"type": "string"}, "zxcvbn.min.js": {"type": "string"}}, "required": ["zxcvbn-async-bower.js", "zxcvbn-async-bower.min.js", "zxcvbn-async.js", "zxcvbn-async.min.js", "zxcvbn.js", "zxcvbn.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1004-29", "text" : "'\u25a0 v\n8. Grade level? Primary_ Elementary _ Jr.-Shs _ Adult _\n9o General description of series (theme, content, materials, authority, etc\u00ab)\n10. Yfhat related teaching material is available (manuals, leaflets, bibliographies)\nand in what quantities? (This question has particular reference to In-School\nprograms.)\n11. Does the tape have restrictions for broadcast? Yes _ No _\nIf yes, explain. ______\n12. Name of organization from which copies of the program can be obtained:\nPerson in charge\nAddress _\nSignature of person reporting\n-2-"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["513430100001", "\u5929\u5730\u575d\u9547\u57ce\u5357\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513430100002", "\u5929\u5730\u575d\u9547\u57ce\u5317\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513430100200", "\u8001\u8425\u76d8\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["513430100201", "\u65b0\u8425\u76d8\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513430100202", "\u9ed1\u7af9\u6d1b\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513430100203", "\u65b0\u5be8\u5b50\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513430100204", "\u5305\u8c37\u5c71\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513430100205", "\u5409\u53f2\u91cc\u53e3\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513430100207", "\u5929\u751f\u6865\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513430100208", "\u65b0\u5efa\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "9b2d83abc5a6321bf769", "c" : {}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "recorded", "related_urls", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright_text" : "CC BY 3.0 AU", "description" : "Coding is a creative process. But we don\u2019t really learn about creativity, usually it's all exception handling and Big O complexity. This talk is about introspection and calm coding in the face of long stack traces. Also, I'll be doing a live watercolour painting at the same time.", "recorded" : "2018-08-26", "related_urls" : [{"label" : "Talk schedule", "url" : "https://2018.pycon-au.org/talks/45226-reflections-on-the-creative-process-illustrated-with-watercolour-painting/"}], "speakers" : ["Grace Nolan"], "thumbnail_url" : "https://i.ytimg.com/vi/fujTKJnesXI/hqdefault.jpg", "title" : "Reflections on the Creative Process - Illustrated with Watercolour Painting", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=fujTKJnesXI"}]} | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "recorded", "related_urls", "speakers", "thumbnail_url", "title", "videos"], "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "PELALAWAN", "originalFilename" : "mardemis ok.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 35129, "noUrut" : 1, "nama" : "MARDEMIS", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PELALAWAN", "originalFilename" : "DSC_0009 copy.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 230362, "noUrut" : 2, "nama" : "Drs. SUMANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PELALAWAN", "originalFilename" : "FOTO RIA merah.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 264970, "noUrut" : 3, "nama" : "RIA FEBRIANTI, S.IP", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PELALAWAN", "originalFilename" : "234 pc 468 DSC_0565.JPG", "namaPartai" : "Partai Bulan Bintang", "id" : 38043, "noUrut" : 4, "nama" : "HAMDANI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PELALAWAN", "originalFilename" : "DSC_1145.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 240546, "noUrut" : 5, "nama" : "RINI KUSMAWATI, SP", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PELALAWAN", "originalFilename" : "DSC_5129.JPG", "namaPartai" : "Partai Bulan Bintang", "id" : 240942, "noUrut" : 6, "nama" : "BAKRI NURDIN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PELALAWAN", "originalFilename" : "foto.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 240757, "noUrut" : 7, "nama" : "SRI HEMALINI MANIK", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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-57g9-gx79-m728", "modified" : "2022-04-30T18:11:28Z", "published" : "2022-04-30T18:11:28Z", "aliases" : ["CVE-1999-0926"], "details" : "Apache allows remote attackers to conduct a denial of service via a large number of MIME headers.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-1999-0926"}, {"type" : "WEB", "url" : "http://archives.neohapsis.com/archives/bugtraq/1998_3/0742.html"}], "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/vanity/cute/cutetable/cutetable.object": {"type": "array", "items": {"type": "string"}}, "objects/vanity/cute/cuteteatable/cuteteatable.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/vanity/cute/cutetable/cutetable.object", "objects/vanity/cute/cuteteatable/cuteteatable.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"objects/vanity/cute/cutetable/cutetable.object" : ["/description"], "objects/vanity/cute/cuteteatable/cuteteatable.object" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u4e2a\u53ef\u7231\u7684\u684c\u5b50\u3002", "Eng" : "A cute table."}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/vanity/cute/cutetable/cutetable.object": {"type": "array", "items": {"type": "string"}}, "objects/vanity/cute/cuteteatable/cuteteatable.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/vanity/cute/cutetable/cutetable.object", "objects/vanity/cute/cuteteatable/cuteteatable.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Justin Anderson": {"type": "string"}}, "required": ["Justin Anderson"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}}, "required": ["git"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "exclude_files": {"type": "string"}, "resources": {"type": "string"}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files", "resources", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Cacher", "version" : "1.0.0", "summary" : "A simple no-nonsense image cache written entirely in swift.", "description" : "A simple no-nonsense image cache written entirely in swift.", "homepage" : "https://github.com/MountainBuffalo/Cacher", "license" : "MIT", "authors" : {"Justin Anderson" : "jus0610tin@gmail.com"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/MountainBuffalo/Cacher.git"}, "source_files" : ["Cacher", "Cacher/**/*.{h,m,swift}"], "exclude_files" : "CacherTests", "resources" : "cacher.png", "pushed_with_swift_version" : "3.1"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Justin Anderson": {"type": "string"}}, "required": ["Justin Anderson"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}}, "required": ["git"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "exclude_files": {"type": "string"}, "resources": {"type": "string"}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files", "resources", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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": {"minimatch": {"type": "string"}}, "required": ["minimatch"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "git-attributes", "version" : "1.0.0", "description" : "Parse gitattributes files", "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/danielgindi/node-git-attributes"}, "scripts" : {"test" : "mocha ./tests/**/*test.js"}, "keywords" : ["gitattributes", "git-attributes", "git", "attributes"], "author" : "Daniel Cohen Gindi <danielgindi@gmail.com> (https://github.com/danielgindi)", "license" : "MIT", "bugs" : {"url" : "https://github.com/danielgindi/node-git-attributes/issues"}, "homepage" : "https://github.com/danielgindi/node-git-attributes", "dependencies" : {"minimatch" : "^3.0.4"}, "devDependencies" : {"mocha" : "^5.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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": {"minimatch": {"type": "string"}}, "required": ["minimatch"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$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": "null"}, "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-4pf4-vf9p-vxx6", "modified" : "2022-02-17T00:00:32Z", "published" : "2022-02-17T00:00:32Z", "aliases" : ["CVE-2021-22040"], "details" : "VMware ESXi, Workstation, and Fusion contain a use-after-free vulnerability in the XHCI USB controller. A malicious actor with local administrative privileges on a virtual machine may exploit this issue to execute code as the virtual machine's VMX process running on the host.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-22040"}, {"type" : "WEB", "url" : "https://www.vmware.com/security/advisories/VMSA-2022-0004.html"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "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": "null"}, "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Linux", "Operating Systems", "Programming", "Scripting", "Sysadmin"], "desc" : " ", "details" : {"authors" : "Steve Parker", "format" : "pdf", "isbn-10" : "1118024486", "isbn-13" : "978-1118024485", "pages" : "600 pages", "publication date" : "August 30, 2011", "publisher" : "Wrox", "size" : "14.00Mb"}, "img" : "http://23.95.221.108/covers/23/236730da234d6bad4fe3e227df3ece9f.jpg", "link" : "https://rapidhosting.info/files/a39", "title" : "Shell Scripting: Expert Recipes for Linux, Bash and more"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : ["With a fork pierce meat side of ribs all over. In a small bowl stir together spices and rub all over ribs. Put ribs in a shallow baking dish.", "In bowl stir together Worcestershire sauce, soy sauce or tamari, and sugar and brush mixture over ribs. Marinate ribs, meat sides down, covered and chilled, at least 3 hours and up to overnight.", "Preheat oven to 300\u00b0F.", "Put ribs, meat sides up, in a roasting pan large enough to hold them in one layer and roast in middle of oven, turning occasionally, 1 1/2 hours, or until cooked through. Cut ribs into sections."], "ingredients" : ["4 pounds baby back pork ribs (about 4 racks)", "1 teaspoon garlic powder", "5 teaspoons onion powder", "1/2 teaspoon freshly ground black pepper", "5 teaspoons Chinese five-spice powder*", "a pinch ground coriander", "1 tablespoon ground cloves", "1/4 cup Worcestershire sauce", "1/4 cup soy sauce or tamari", "2 teaspoons sugar", "*available at Asian markets or specialty foods shops"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Marinate", "Roast", "Pork Rib", "Chill", "Clove", "Soy Sauce", "Gourmet", "Florida"], "title" : "Aromatic Baby Back Ribs", "url" : "http://www.epicurious.com/recipes/food/views/aromatic-baby-back-ribs-11800"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "SOPPENG", "originalFilename" : "GAZALI.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 180280, "noUrut" : 1, "nama" : "GAZALI MAKKARAKA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SOPPENG", "originalFilename" : "IMG-20180725-WA0025.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 291205, "noUrut" : 2, "nama" : "MARWAH, SM", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x1073d81088798640dd41f97562afca35fe6fff0f", "tool" : "mythril", "start" : 1563338575.5608413, "end" : 1563338582.1212401, "duration" : 6.560398817062378, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["#ut:sand/red_sand", "#ut:sand/sand", "#forge:sand"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1949, 5], [1963, 5], [1968, 5], [1970, 5], [1977, 5], [1978, 7], [1982, 5], [1989, 5], [1990, 5], [1992, 7], [1993, 5], [1994, 6], [1995, 7], [1998, 5], [2000, 5], [2001, 5], [2003, 7], [2005, 8], [2006, 6], [2007, 10], [2009, 5], [2011, 6], [2012, 5], [2013, 6], [2014, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Kinnaur ", "Himachal Pradesh", "8.15", "34"], ["North District ", "Sikkim", "7.87", "241"], ["West Kameng ", "Arunachal Pradesh", "6.27", "246"], ["Lower Subansiri ", "Arunachal Pradesh", "5.86", "255"], ["Papum Pare ", "Arunachal Pradesh", "4.43", "248"], ["Korba ", "Chhattisgarh", "4.14", "404"], ["Dibang Valley ", "Arunachal Pradesh", "3.99", "257"], ["South District ", "Sikkim", "3.88", "243"], ["Upper Siang ", "Arunachal Pradesh", "3.56", "252"], ["Lower Dibang Valley ", "Arunachal Pradesh", "3.45", "258"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_4tkgqga5", "name" : "Yildeh"}, "date" : {"day" : 1582243200, "full" : 1582245987, "month" : 1580515200, "week" : 1581811200}, "id" : "t3_f72yv4", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 75261, "fullUrl" : "https://preview.redd.it/6s20g941c6i41.png?auto=webp&s=0b4ec45c673ad4444050abe2ab7a566a6e3737f7", "hash" : "f09e038cb1", "height" : 480, "lqip" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAIAAADkharWAAAACXBIWXMAAAsTAAALEwEAmpwYAAABfElEQVQokXWS3cqqQBSGu+K6gA466aQbCCqC6qyTbiHiI+2PCkrRGsWfySbTRlOxccZpQ8ZmF/t7j9aC92Gx1rtKz09RSk3TRAgZhqFpWpZlX4bSV/94PERR3Gw2y+VyOp2maforEASB53mMMcdxNE0zTfN0OjHGrtcrxvgD4Jw/n0+MMYQwDMM4jhVFkWU5DMP7/W7btu/7f23vCb7vq6o6Go36/f5isUAIua67Xq8Hg8FwOHRd9xtIksSyrEaj0el0oiiSJGm/30dR1Ov16vW653kfQFFFUTSZTCqVSrPZ3G63u92u1WqVy+XxeBzH8QeQ5zlCCAAQBIFlWbVard1ud7vdarVqmmYQBLquXy4XxtgbIIQAAA6HA4TwdrvN53NBEERRFAQBY2wYxvF41HWdUvqfHPhLjuOcz2fOeZIkqqqmaZrn+fuskiT9vLRarWazmaqqWZadXyKEFNkX1jzPOeclCKEkSbIsAwAURbFtuzBRSost/30CQsgflMQIsbCMiEUAAAAASUVORK5CYII=", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/G6skhsgK9O95h3J8YsVPW-gfdJg3Ny91Gewy-66jv_k.jpg", "url" : "https://preview.redd.it/6s20g941c6i41.png?width=640&crop=smart&auto=webp&s=4be8cd28ee61a5d4dbe0e672fe416a32600c6411", "width" : 640}, "score" : {"comments" : 8, "downs" : 0, "isCurated" : false, "ratio" : 1, "ups" : 18, "value" : 18}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Building"], "title" : "Abandoned Church, simple dungeon", "url" : "https://www.reddit.com/r/dndmaps/comments/f72yv4/abandoned_church_simple_dungeon/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"primaryKeys": {"type": "array", "items": {"type": "string"}}, "foreignKeys": {"type": "array", "items": {}}}, "required": ["primaryKeys", "foreignKeys"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"primaryKeys" : ["occupancyschemeName", "occupancyCode"], "foreignKeys" : []} | json_instruct | {"type": "object", "properties": {"primaryKeys": {"type": "array", "items": {"type": "string"}}, "foreignKeys": {"type": "array", "items": {}}}, "required": ["primaryKeys", "foreignKeys"], "$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": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "perl-json-maybexs", "downloads" : 7400, "count" : 5568}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ahh", "pikachu", "jeff", "moaning", "nani", "reee", "shutdown", "startup", "yeet"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.