{"openapi":"3.0.2","info":{"title":"Amagi API Integrations","version":"0.2"},"paths":{"/token":{"post":{"tags":["Authenticate"],"summary":"Login For Access Token","operationId":"login_for_access_token_token_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_login_for_access_token_token_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TokenResponse"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v2/integrations":{"get":{"tags":["Partner integrations"],"summary":"Get All Integrations","operationId":"get_all_integrations_api_v2_integrations_get","parameters":[{"required":false,"schema":{"title":"Skip","minimum":0.0,"type":"integer","default":0},"name":"skip","in":"query"},{"required":false,"schema":{"title":"Limit","maximum":100.0,"minimum":1.0,"type":"integer","default":100},"name":"limit","in":"query"},{"required":false,"schema":{"title":"Partner Code","type":"string"},"name":"partner_code","in":"query"},{"required":false,"schema":{"title":"Partner Name","type":"string"},"name":"partner_name","in":"query"},{"required":false,"schema":{"title":"Integration Type","type":"string"},"name":"integration_type","in":"query"},{"required":false,"schema":{"title":"Channel Code","type":"string"},"name":"channel_code","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Get All Integrations Api V2 Integrations Get","type":"array","items":{"$ref":"#/components/schemas/Integration"}}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]}},"/api/v2/integrations/{integration_id}":{"get":{"tags":["Partner integrations"],"summary":"Get Integration Info","operationId":"get_integration_info_api_v2_integrations__integration_id__get","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IntegrationResponse"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]}},"/api/v2/integrations/{integration_id}/channels":{"get":{"tags":["Partner integrations"],"summary":"Get All Channels Info For Integration","operationId":"get_all_channels_info_for_integration_api_v2_integrations__integration_id__channels_get","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":false,"schema":{"title":"Channel Code","type":"string"},"name":"channel_code","in":"query"},{"required":false,"schema":{"title":"Customer Name","type":"string"},"name":"customer_name","in":"query"},{"required":false,"schema":{"title":"Skip","minimum":0.0,"type":"integer","default":0},"name":"skip","in":"query"},{"required":false,"schema":{"title":"Limit","maximum":500.0,"minimum":1.0,"type":"integer","default":500},"name":"limit","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Get All Channels Info For Integration Api V2 Integrations  Integration Id  Channels Get","type":"array","items":{"$ref":"#/components/schemas/ChannelResponse"}}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]}},"/api/v2/integrations/{integration_id}/channels/{channel_id}":{"get":{"tags":["Partner integrations"],"summary":"Get Channel Info For Integration","operationId":"get_channel_info_for_integration_api_v2_integrations__integration_id__channels__channel_id__get","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"},{"required":false,"schema":{"title":"Graphics","type":"boolean","default":true},"name":"graphics","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChannelResponse"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]}},"/api/v2/integrations/{integration_id}/channels/{channel_id}/assets":{"get":{"tags":["Partner integrations"],"summary":"Get All Assets Info For Channel","operationId":"get_all_assets_info_for_channel_api_v2_integrations__integration_id__channels__channel_id__assets_get","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"},{"required":false,"schema":{"title":"Skip","minimum":0.0,"type":"integer","default":0},"name":"skip","in":"query"},{"required":false,"schema":{"title":"Limit","maximum":50.0,"minimum":1.0,"type":"integer","default":50},"name":"limit","in":"query"},{"required":false,"schema":{"title":"Missing Partner Meta","type":"boolean","default":false},"name":"missing_partner_meta","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Get All Assets Info For Channel Api V2 Integrations  Integration Id  Channels  Channel Id  Assets Get","type":"array","items":{"$ref":"#/components/schemas/Asset"}}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]}},"/api/v2/integrations/{integration_id}/channels/{channel_id}/assets/{asset_id}":{"get":{"tags":["Partner integrations"],"summary":"Get Asset Info For Channel","operationId":"get_asset_info_for_channel_api_v2_integrations__integration_id__channels__channel_id__assets__asset_id__get","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"},{"required":true,"schema":{"title":"Asset Id","type":"string"},"name":"asset_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Asset"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]}},"/api/v2/integrations/{integration_id}/channels/{channel_id}/assets/{asset_id}/dbi_segments":{"get":{"tags":["Partner integrations"],"summary":"Get All Dbi Segments For Asset","operationId":"get_all_dbi_segments_for_asset_api_v2_integrations__integration_id__channels__channel_id__assets__asset_id__dbi_segments_get","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"},{"required":true,"schema":{"title":"Asset Id","type":"string"},"name":"asset_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Get All Dbi Segments For Asset Api V2 Integrations  Integration Id  Channels  Channel Id  Assets  Asset Id  Dbi Segments Get","type":"array","items":{"$ref":"#/components/schemas/Segment"}}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]},"post":{"tags":["Partner integrations"],"summary":"Create Dbi Segments For Asset","operationId":"create_dbi_segments_for_asset_api_v2_integrations__integration_id__channels__channel_id__assets__asset_id__dbi_segments_post","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"},{"required":true,"schema":{"title":"Asset Id","type":"string"},"name":"asset_id","in":"path"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SegmentsCreateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TaskStatus"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:write"]}]}},"/api/v2/integrations/{integration_id}/channels/{channel_id}/assets/{asset_id}/metadata":{"get":{"tags":["Partner integrations"],"summary":"Get Metadata For Asset","operationId":"get_metadata_for_asset_api_v2_integrations__integration_id__channels__channel_id__assets__asset_id__metadata_get","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"},{"required":true,"schema":{"title":"Asset Id","type":"string"},"name":"asset_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetadataUpdate"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]},"post":{"tags":["Partner integrations"],"summary":"Create Metadata For Asset","operationId":"create_metadata_for_asset_api_v2_integrations__integration_id__channels__channel_id__assets__asset_id__metadata_post","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"},{"required":true,"schema":{"title":"Asset Id","type":"string"},"name":"asset_id","in":"path"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetadataUpdate"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TaskStatus"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:write"]}]}},"/api/v2/integrations/{integration_id}/channels/{channel_id}/metadata":{"post":{"tags":["Partner integrations"],"summary":"Create Bulk Metadata For Channel","operationId":"create_bulk_metadata_for_channel_api_v2_integrations__integration_id__channels__channel_id__metadata_post","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CVABulkUpdateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TaskStatus"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:write"]}]}},"/api/v2/integrations/{integration_id}/channels/{channel_id}/epg":{"get":{"tags":["Partner integrations"],"summary":"Get Epg For Channel","operationId":"get_EPG_for_channel_api_v2_integrations__integration_id__channels__channel_id__epg_get","parameters":[{"required":true,"schema":{"title":"Integration Id","type":"string"},"name":"integration_id","in":"path"},{"required":true,"schema":{"title":"Channel Id","type":"string"},"name":"channel_id","in":"path"},{"required":true,"schema":{"title":"Start Time","type":"string","format":"date-time"},"name":"start_time","in":"query"},{"required":true,"schema":{"title":"End Time","type":"string","format":"date-time"},"name":"end_time","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EPGResponse"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":["integrations:read"]}]}},"/api/v2/users":{"get":{"tags":["Users - Administration"],"summary":"Get All Users Info","operationId":"get_all_users_info_api_v2_users_get","parameters":[{"required":false,"schema":{"title":"Skip","type":"integer","default":0},"name":"skip","in":"query"},{"required":false,"schema":{"title":"Limit","type":"integer","default":100},"name":"limit","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"title":"Response Get All Users Info Api V2 Users Get","type":"array","items":{"$ref":"#/components/schemas/User"}}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]},{"OAuth2PasswordBearer":["admin:users"]}]}},"/api/v2/users/{user_id}":{"get":{"tags":["Users - Administration"],"summary":"Get User Info","operationId":"get_user_info_api_v2_users__user_id__get","parameters":[{"required":true,"schema":{"title":"User Id","type":"string"},"name":"user_id","in":"path"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/User"}}}},"404":{"description":"Not found"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]},{"OAuth2PasswordBearer":["admin:users"]}]}}},"components":{"schemas":{"AdditionalInfo":{"title":"AdditionalInfo","type":"object","properties":{"amagi-asset-id":{"title":"Amagi-Asset-Id","type":"string"}}},"Asset":{"title":"Asset","type":"object","properties":{"publisher":{"title":"Publisher","type":"string"},"guid":{"title":"Guid","type":"string"},"title":{"title":"Title","type":"string"},"asset_id":{"title":"Asset Id","type":"string"},"blip_asset_id":{"title":"Blip Asset Id","type":"string"},"external_ids":{"title":"External Ids","type":"object","additionalProperties":{"type":"string"}},"season_id":{"title":"Season Id","type":"string"},"series_id":{"title":"Series Id","type":"string"},"series_name":{"title":"Series Name","type":"string"},"episode_id":{"title":"Episode Id","type":"string"},"episode_name":{"title":"Episode Name","type":"string"},"genre":{"title":"Genre","type":"array","items":{"type":"string"}},"segments":{"title":"Segments","type":"array","items":{"$ref":"#/components/schemas/Segment"}},"dbi_segments":{"title":"Dbi Segments","type":"array","items":{"$ref":"#/components/schemas/Segment"}},"duration":{"title":"Duration","type":"string"},"aspect_ratio":{"title":"Aspect Ratio","type":"string"},"resolution":{"title":"Resolution","type":"string"},"processed":{"title":"Processed","type":"boolean","default":false},"fps":{"title":"Fps","type":"string"},"duration_msec":{"title":"Duration Msec","type":"integer","default":0},"cdn_url":{"title":"Cdn Url","type":"string"},"thumbnail_url":{"title":"Thumbnail Url","type":"string"},"tags":{"title":"Tags","type":"array","items":{"type":"string"}},"short_description":{"title":"Short Description","type":"string"},"long_description":{"title":"Long Description","type":"string"},"original_air_date":{"title":"Original Air Date","type":"string"},"publish_date":{"title":"Publish Date","type":"string"},"create_date":{"title":"Create Date","type":"string"},"update_date":{"title":"Update Date","type":"string"},"metadata":{"title":"Metadata","type":"object"},"ratings":{"title":"Ratings","type":"array","items":{"type":"string"}}},"example":{"publisher":"name of the customer","guid":"Globally Unique IDentifier of the asset","title":"title of asset","asset_id":"id of asset in cloudport","blip_asset_id":"blip id of asset in cloudport","season_id":"Metastore id of season","series_id":"Metastore id of series","series_name":"Metastore name of series","episode_id":"Metastore id of episode","episode_name":"Metastore name of episode","genre":"Category that defines the asset(Example: horror,action,suspence etc)","segments":{"segment_type":"type of segment(dbi or cva)","segment_id":"Unique identifier of the segment","tc_in":"starting time of the segment","tc_out":"ending time of the segment"},"dbi_segments":{"segment_type":"type of segment(dbi or cva)","segment_id":"Unique identifier of the segment","tc_in":"starting time of the segment","tc_out":"ending time of the segment"},"duration":"Duration of the asset in HH:MM:SS:SSS format","aspect_ratio":"the asset width in proportion to the height","resolution":"the number of pixels contained in each frame of the asset","fps":"frames per second value of the asset","duration_msec":"Duration of the asset in milliseconds","cdn_url":"Downloadable URL to the asset","thumbnail_url":"URL of the thumbnail of the asset","tags":"Category that defines the asset(Example: horror,action,suspence etc)","short_description":"Short description of the asset","long_description":"Long description of the asset","original_air_date":"the date on which the asset is scheduled to be broadcast","publish_date":"the date on which the asset is planned to be published.","update_date":"the date on which the asset is updated","metadata":"metedata of the asset","ratings":"List of Ratings of the asset(Example: G,PG,PG-13 etc)"}},"AuthScopeEnum":{"title":"AuthScopeEnum","enum":["admin:users","admin:channels","admin:integrations","integrations:read","integrations:write","integrations"],"type":"string","description":"An enumeration."},"Body_login_for_access_token_token_post":{"title":"Body_login_for_access_token_token_post","required":["username","password"],"type":"object","properties":{"grant_type":{"title":"Grant Type","pattern":"password","type":"string"},"username":{"title":"Username","type":"string"},"password":{"title":"Password","type":"string"},"scope":{"title":"Scope","type":"string","default":""},"client_id":{"title":"Client Id","type":"string"},"client_secret":{"title":"Client Secret","type":"string"}}},"CVABulkUpdateRequest":{"title":"CVABulkUpdateRequest","required":["data"],"type":"object","properties":{"data":{"title":"Data","type":"array","items":{"$ref":"#/components/schemas/CVAMetadata"}}}},"CVAMetadata":{"title":"CVAMetadata","required":["asset_id"],"type":"object","properties":{"asset_id":{"title":"Asset Id","type":"string"},"metadata":{"title":"Metadata","type":"object"}}},"ChannelResponse":{"title":"ChannelResponse","required":["customer_name","channel_name","channel_code"],"type":"object","properties":{"customer_name":{"title":"Customer Name","type":"string"},"channel_name":{"title":"Channel Name","type":"string"},"channel_code":{"title":"Channel Code","type":"string"},"logo_cdn_url":{"title":"Logo Cdn Url","type":"string"},"_id":{"title":" Id","type":"string"}},"example":{"id":"unique identifier of the channel","customer_name":"name of the customer","channel_name":"name of channel","channel_code":"code of the channel","logo_cdn_url":"displays cdn url of channel logo"}},"EPGResponse":{"title":"EPGResponse","type":"object","properties":{"schedule":{"title":"Schedule","type":"array","items":{"$ref":"#/components/schemas/EPGSchedule"}}}},"EPGSchedule":{"title":"EPGSchedule","required":["duration"],"type":"object","properties":{"start-time":{"title":"Start-Time","type":"string"},"end-time":{"title":"End-Time","type":"string"},"id":{"title":"Id","type":"string"},"additional-info":{"$ref":"#/components/schemas/AdditionalInfo"},"genres":{"title":"Genres","type":"array","items":{"type":"string"}},"type":{"title":"Type","type":"string"},"name":{"title":"Name","type":"string"},"studio":{"title":"Studio","type":"string"},"language":{"title":"Language","type":"string"},"duration":{"title":"Duration","type":"integer"},"rating":{"title":"Rating","type":"object","default":{}}},"example":{"segment_type":"type of segment(dbi or cva)","segment_id":"Unique identifier of the segment","tc_in":"starting time of the segment","tc_out":"ending time of the segment"}},"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"Integration":{"title":"Integration","type":"object","properties":{"_id":{"title":" Id","type":"string"},"partner_code":{"title":"Partner Code","type":"string"},"partner_name":{"title":"Partner Name","type":"string"},"integration_type":{"$ref":"#/components/schemas/IntegrationTypeEnum"},"enable_video_sharing":{"title":"Enable Video Sharing","type":"boolean","default":false},"channel_list":{"title":"Channel List","type":"array","items":{"type":"string"}},"selective_assets_channels":{"title":"Selective Assets Channels","type":"array","items":{"type":"string"}}},"example":{"id":"unique identifier of the integration","partner_code":"code of integration partner","partner_name":"name of integration partner","integration_type":"type of integration(dbi or cva)"}},"IntegrationResponse":{"title":"IntegrationResponse","type":"object","properties":{"_id":{"title":" Id","type":"string"},"partner_code":{"title":"Partner Code","type":"string"},"partner_name":{"title":"Partner Name","type":"string"},"integration_type":{"$ref":"#/components/schemas/IntegrationTypeEnum"},"enable_video_sharing":{"title":"Enable Video Sharing","type":"boolean","default":false}},"example":{"id":"unique identifier of the integration","partner_code":"code of integration partner","partner_name":"name of integration partner","integration_type":"type of integration(dbi or cva)"}},"IntegrationTypeEnum":{"title":"IntegrationTypeEnum","enum":["dbi","cva","contentplus"],"type":"string","description":"An enumeration."},"MetadataUpdate":{"title":"MetadataUpdate","type":"object","properties":{"metadata":{"title":"Metadata","type":"object"}}},"Segment":{"title":"Segment","type":"object","properties":{"segment_type":{"title":"Segment Type","type":"string"},"segment_id":{"title":"Segment Id","type":"integer","default":0},"tc_in":{"title":"Tc In","type":"string"},"tc_out":{"title":"Tc Out","type":"string"}},"example":{"segment_type":"type of segment(dbi or cva)","segment_id":"Unique identifier of the segment","tc_in":"starting time of the segment","tc_out":"ending time of the segment"}},"SegmentsCreateRequest":{"title":"SegmentsCreateRequest","required":["segments"],"type":"object","properties":{"segments":{"title":"Segments","type":"array","items":{"$ref":"#/components/schemas/Segment"}}}},"TaskStatus":{"title":"TaskStatus","type":"object","properties":{"status":{"title":"Status","type":"string"},"message":{"title":"Message","type":"string"}}},"TokenResponse":{"title":"TokenResponse","required":["access_token","token_type"],"type":"object","properties":{"access_token":{"title":"Access Token","type":"string"},"token_type":{"title":"Token Type","type":"string"}}},"User":{"title":"User","required":["username"],"type":"object","properties":{"_id":{"title":" Id","type":"string"},"username":{"title":"Username","type":"string"},"email":{"title":"Email","type":"string"},"enabled":{"title":"Enabled","type":"boolean","default":false},"hashed_password":{"title":"Hashed Password","type":"string"},"access_key":{"title":"Access Key","type":"string"},"secret_key":{"title":"Secret Key","type":"string"},"region":{"title":"Region","type":"string"},"bucket":{"title":"Bucket","type":"string"},"folder":{"title":"Folder","type":"string"},"scopes":{"type":"array","items":{"$ref":"#/components/schemas/AuthScopeEnum"}},"platform":{"title":"Platform","type":"string"},"integration_list":{"title":"Integration List","type":"array","items":{"type":"string"}}}},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}}},"securitySchemes":{"OAuth2PasswordBearer":{"type":"oauth2","flows":{"password":{"scopes":{"integrations:read":"For partners to read data","integrations:write":"For partners to write data"},"tokenUrl":"token"}}}}}}