{"openapi":"3.1.0","info":{"title":"Dostup.in","version":"0.1.0"},"paths":{"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/api/v1/gates":{"get":{"tags":["API v1"],"summary":"Api V1 Gates","operationId":"api_v1_gates_api_v1_gates_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"HTTPBearer":[]}]}},"/api/v1/links":{"get":{"tags":["API v1"],"summary":"Api V1 Links","operationId":"api_v1_links_api_v1_links_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"active","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":50,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","default":0,"title":"Offset"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["API v1"],"summary":"Api V1 Create Link","operationId":"api_v1_create_link_api_v1_links_post","security":[{"HTTPBearer":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiLinkCreate"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/links/{link_id}":{"get":{"tags":["API v1"],"summary":"Api V1 Get Link","operationId":"api_v1_get_link_api_v1_links__link_id__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"link_id","in":"path","required":true,"schema":{"type":"integer","title":"Link Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"patch":{"tags":["API v1"],"summary":"Api V1 Update Link","operationId":"api_v1_update_link_api_v1_links__link_id__patch","security":[{"HTTPBearer":[]}],"parameters":[{"name":"link_id","in":"path","required":true,"schema":{"type":"integer","title":"Link Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiLinkUpdate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["API v1"],"summary":"Api V1 Disable Link","operationId":"api_v1_disable_link_api_v1_links__link_id__delete","security":[{"HTTPBearer":[]}],"parameters":[{"name":"link_id","in":"path","required":true,"schema":{"type":"integer","title":"Link Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/events":{"get":{"tags":["API v1"],"summary":"Api V1 Events","operationId":"api_v1_events_api_v1_events_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"gate_id","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Gate Id"}},{"name":"from_at","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"From At"}},{"name":"to_at","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"To At"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":50,"title":"Limit"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","default":0,"title":"Offset"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/stats":{"get":{"tags":["API v1"],"summary":"Api V1 Stats","operationId":"api_v1_stats_api_v1_stats_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from_at","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"From At"}},{"name":"to_at","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"To At"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/":{"get":{"summary":"Root","operationId":"root__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/internal/caddy/allow-domain":{"get":{"summary":"Allow Caddy Domain","operationId":"allow_caddy_domain_internal_caddy_allow_domain_get","parameters":[{"name":"domain","in":"query","required":true,"schema":{"type":"string","title":"Domain"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/login":{"get":{"summary":"Login Page","operationId":"login_page_login_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"summary":"Login","operationId":"login_login_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_login_login_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/logout":{"post":{"summary":"Logout","operationId":"logout_logout_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/admin/account":{"get":{"summary":"Account Page","operationId":"account_page_admin_account_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}},"post":{"summary":"Change Password","operationId":"change_password_admin_account_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_change_password_admin_account_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin":{"get":{"summary":"Dashboard","operationId":"dashboard_admin_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/admin/tenants":{"post":{"summary":"Create Tenant","operationId":"create_tenant_admin_tenants_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_create_tenant_admin_tenants_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/tenants/{tenant_id}/edit":{"get":{"summary":"Edit Tenant Page","operationId":"edit_tenant_page_admin_tenants__tenant_id__edit_get","parameters":[{"name":"tenant_id","in":"path","required":true,"schema":{"type":"integer","title":"Tenant Id"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Edit Tenant","operationId":"edit_tenant_admin_tenants__tenant_id__edit_post","parameters":[{"name":"tenant_id","in":"path","required":true,"schema":{"type":"integer","title":"Tenant Id"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_edit_tenant_admin_tenants__tenant_id__edit_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/tenants/{tenant_id}/api-keys":{"post":{"summary":"Create Api Key","operationId":"create_api_key_admin_tenants__tenant_id__api_keys_post","parameters":[{"name":"tenant_id","in":"path","required":true,"schema":{"type":"integer","title":"Tenant Id"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_create_api_key_admin_tenants__tenant_id__api_keys_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/api-keys/{key_id}/revoke":{"post":{"summary":"Revoke Api Key","operationId":"revoke_api_key_admin_api_keys__key_id__revoke_post","parameters":[{"name":"key_id","in":"path","required":true,"schema":{"type":"integer","title":"Key Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/tenants/{tenant_id}/delete":{"post":{"summary":"Delete Tenant","operationId":"delete_tenant_admin_tenants__tenant_id__delete_post","parameters":[{"name":"tenant_id","in":"path","required":true,"schema":{"type":"integer","title":"Tenant Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/gates":{"post":{"summary":"Create Gate","operationId":"create_gate_admin_gates_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_create_gate_admin_gates_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/gates/{gate_id}/delete":{"post":{"summary":"Delete Gate","operationId":"delete_gate_admin_gates__gate_id__delete_post","parameters":[{"name":"gate_id","in":"path","required":true,"schema":{"type":"integer","title":"Gate Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/links":{"post":{"summary":"Create Link","operationId":"create_link_admin_links_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_create_link_admin_links_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/links/{link_id}/edit":{"get":{"summary":"Edit Link Page","operationId":"edit_link_page_admin_links__link_id__edit_get","parameters":[{"name":"link_id","in":"path","required":true,"schema":{"type":"integer","title":"Link Id"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"summary":"Edit Link","operationId":"edit_link_admin_links__link_id__edit_post","parameters":[{"name":"link_id","in":"path","required":true,"schema":{"type":"integer","title":"Link Id"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_edit_link_admin_links__link_id__edit_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/links/{link_id}/delete":{"post":{"summary":"Delete Link","operationId":"delete_link_admin_links__link_id__delete_post","parameters":[{"name":"link_id","in":"path","required":true,"schema":{"type":"integer","title":"Link Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/links/{link_id}/regenerate":{"post":{"summary":"Regenerate Link","operationId":"regenerate_link_admin_links__link_id__regenerate_post","parameters":[{"name":"link_id","in":"path","required":true,"schema":{"type":"integer","title":"Link Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/links/{link_id}/toggle":{"post":{"summary":"Toggle Link","operationId":"toggle_link_admin_links__link_id__toggle_post","parameters":[{"name":"link_id","in":"path","required":true,"schema":{"type":"integer","title":"Link Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/events/clear":{"post":{"summary":"Clear Events","operationId":"clear_events_admin_events_clear_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/admin/gates/{gate_id}/provision":{"get":{"summary":"Provision","operationId":"provision_admin_gates__gate_id__provision_get","parameters":[{"name":"gate_id","in":"path","required":true,"schema":{"type":"integer","title":"Gate Id"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/gates/{gate_id}/rotate-secret":{"post":{"summary":"Rotate Device Secret","operationId":"rotate_device_secret_admin_gates__gate_id__rotate_secret_post","parameters":[{"name":"gate_id","in":"path","required":true,"schema":{"type":"integer","title":"Gate Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/admin/gates/{gate_id}/camera":{"get":{"summary":"Camera Settings","operationId":"camera_settings_admin_gates__gate_id__camera_get","parameters":[{"name":"gate_id","in":"path","required":true,"schema":{"type":"integer","title":"Gate Id"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/open/{token}":{"get":{"summary":"Guest Page","operationId":"guest_page_open__token__get","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string","title":"Token"}}],"responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/open/{token}":{"post":{"summary":"Open Gate","operationId":"open_gate_api_open__token__post","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string","title":"Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/devices/{device_id}/commands":{"get":{"summary":"Device Commands","operationId":"device_commands_api_devices__device_id__commands_get","parameters":[{"name":"device_id","in":"path","required":true,"schema":{"type":"string","title":"Device Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/devices/{device_id}/ack":{"post":{"summary":"Device Ack","operationId":"device_ack_api_devices__device_id__ack_post","parameters":[{"name":"device_id","in":"path","required":true,"schema":{"type":"string","title":"Device Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeviceAck"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"ApiLinkCreate":{"properties":{"gate_id":{"type":"integer","title":"Gate Id"},"label":{"type":"string","title":"Label"},"starts_at":{"type":"string","format":"date-time","title":"Starts At"},"ends_at":{"type":"string","format":"date-time","title":"Ends At"},"max_uses":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Max Uses"},"schedule_days":{"anyOf":[{"items":{"type":"integer"},"type":"array"},{"type":"null"}],"title":"Schedule Days"},"schedule_start":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schedule Start"},"schedule_end":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schedule End"}},"type":"object","required":["gate_id","label","starts_at","ends_at"],"title":"ApiLinkCreate"},"ApiLinkUpdate":{"properties":{"gate_id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Gate Id"},"label":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Label"},"starts_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starts At"},"ends_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Ends At"},"max_uses":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Max Uses"},"active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Active"},"schedule_days":{"anyOf":[{"items":{"type":"integer"},"type":"array"},{"type":"null"}],"title":"Schedule Days"},"schedule_start":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schedule Start"},"schedule_end":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Schedule End"}},"type":"object","title":"ApiLinkUpdate"},"Body_change_password_admin_account_post":{"properties":{"current_password":{"type":"string","title":"Current Password"},"new_password":{"type":"string","title":"New Password"},"confirm_password":{"type":"string","title":"Confirm Password"}},"type":"object","required":["current_password","new_password","confirm_password"],"title":"Body_change_password_admin_account_post"},"Body_create_api_key_admin_tenants__tenant_id__api_keys_post":{"properties":{"name":{"type":"string","title":"Name"}},"type":"object","required":["name"],"title":"Body_create_api_key_admin_tenants__tenant_id__api_keys_post"},"Body_create_gate_admin_gates_post":{"properties":{"tenant_id":{"type":"integer","title":"Tenant Id"},"name":{"type":"string","title":"Name"},"wifi_ssid":{"type":"string","title":"Wifi Ssid","default":""},"wifi_password":{"type":"string","title":"Wifi Password","default":""},"open_gpio":{"type":"integer","title":"Open Gpio","default":26},"close_gpio":{"type":"string","title":"Close Gpio","default":""},"auto_close_enabled":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Auto Close Enabled"}},"type":"object","required":["tenant_id","name"],"title":"Body_create_gate_admin_gates_post"},"Body_create_link_admin_links_post":{"properties":{"gate_id":{"type":"integer","title":"Gate Id"},"label":{"type":"string","title":"Label"},"starts_at":{"type":"string","title":"Starts At"},"ends_at":{"type":"string","title":"Ends At"},"access_mode":{"type":"string","title":"Access Mode","default":"unlimited"},"custom_uses":{"type":"string","title":"Custom Uses","default":""},"schedule_days":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Schedule Days"},"schedule_start":{"type":"string","title":"Schedule Start","default":""},"schedule_end":{"type":"string","title":"Schedule End","default":""}},"type":"object","required":["gate_id","label","starts_at","ends_at"],"title":"Body_create_link_admin_links_post"},"Body_create_tenant_admin_tenants_post":{"properties":{"name":{"type":"string","title":"Name"},"subdomain":{"type":"string","title":"Subdomain"},"login":{"type":"string","title":"Login"},"password":{"type":"string","title":"Password"}},"type":"object","required":["name","subdomain","login","password"],"title":"Body_create_tenant_admin_tenants_post"},"Body_edit_link_admin_links__link_id__edit_post":{"properties":{"gate_id":{"type":"integer","title":"Gate Id"},"label":{"type":"string","title":"Label"},"starts_at":{"type":"string","title":"Starts At"},"ends_at":{"type":"string","title":"Ends At"},"max_uses":{"type":"string","title":"Max Uses","default":""}},"type":"object","required":["gate_id","label","starts_at","ends_at"],"title":"Body_edit_link_admin_links__link_id__edit_post"},"Body_edit_tenant_admin_tenants__tenant_id__edit_post":{"properties":{"name":{"type":"string","title":"Name"},"subdomain":{"type":"string","title":"Subdomain"},"login":{"type":"string","title":"Login"},"password":{"type":"string","title":"Password","default":""}},"type":"object","required":["name","subdomain","login"],"title":"Body_edit_tenant_admin_tenants__tenant_id__edit_post"},"Body_login_login_post":{"properties":{"login":{"type":"string","title":"Login"},"password":{"type":"string","title":"Password"}},"type":"object","required":["login","password"],"title":"Body_login_login_post"},"DeviceAck":{"properties":{"command_id":{"type":"integer","title":"Command Id"},"status":{"type":"string","title":"Status","default":"completed"}},"type":"object","required":["command_id"],"title":"DeviceAck"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}},"securitySchemes":{"HTTPBearer":{"type":"http","scheme":"bearer"}}}}