{"openapi":"3.0.3","info":{"title":"Protocol API","description":"Primary REST API","version":"1.0.0"},"servers":[{"url":"https://api.prod.pxyz.dev/api/v0","environment":"production"},{"url":"https://api.ericc59.pxyz.dev/api/v0","environment":"development"}],"paths":{"/tenants/{id}/brand":{"get":{"operationId":"tenants-getBrand","summary":"Get Tenant brand properties","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"background":{"type":"string"},"foreground":{"type":"string"},"muted":{"type":"string"},"mutedForeground":{"type":"string"},"popover":{"type":"string"},"popoverForeground":{"type":"string"},"card":{"type":"string"},"cardForeground":{"type":"string"},"border":{"type":"string"},"input":{"type":"string"},"primary":{"type":"string"},"primaryForeground":{"type":"string"},"secondary":{"type":"string"},"secondaryForeground":{"type":"string"},"accent":{"type":"string"},"accentForeground":{"type":"string"},"destructive":{"type":"string"},"destructiveForeground":{"type":"string"},"ring":{"type":"string"},"radius":{"type":"string"},"darkBackground":{"type":"string"},"darkForeground":{"type":"string"},"darkMuted":{"type":"string"},"darkMutedForeground":{"type":"string"},"darkPopover":{"type":"string"},"darkPopoverForeground":{"type":"string"},"darkCard":{"type":"string"},"darkCardForeground":{"type":"string"},"darkBorder":{"type":"string"},"darkInput":{"type":"string"},"darkPrimary":{"type":"string"},"darkPrimaryForeground":{"type":"string"},"darkSecondary":{"type":"string"},"darkSecondaryForeground":{"type":"string"},"darkAccent":{"type":"string"},"darkAccentForeground":{"type":"string"},"darkDestructive":{"type":"string"},"darkDestructiveForeground":{"type":"string"},"darkRing":{"type":"string"},"darkRadius":{"type":"string"}},"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"tenants-updateBrand","summary":"Update Tenant brand properties","tags":["Tenant"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"background":{"type":"string"},"foreground":{"type":"string"},"muted":{"type":"string"},"mutedForeground":{"type":"string"},"popover":{"type":"string"},"popoverForeground":{"type":"string"},"card":{"type":"string"},"cardForeground":{"type":"string"},"border":{"type":"string"},"input":{"type":"string"},"primary":{"type":"string"},"primaryForeground":{"type":"string"},"secondary":{"type":"string"},"secondaryForeground":{"type":"string"},"accent":{"type":"string"},"accentForeground":{"type":"string"},"destructive":{"type":"string"},"destructiveForeground":{"type":"string"},"ring":{"type":"string"},"radius":{"type":"string"},"darkBackground":{"type":"string"},"darkForeground":{"type":"string"},"darkMuted":{"type":"string"},"darkMutedForeground":{"type":"string"},"darkPopover":{"type":"string"},"darkPopoverForeground":{"type":"string"},"darkCard":{"type":"string"},"darkCardForeground":{"type":"string"},"darkBorder":{"type":"string"},"darkInput":{"type":"string"},"darkPrimary":{"type":"string"},"darkPrimaryForeground":{"type":"string"},"darkSecondary":{"type":"string"},"darkSecondaryForeground":{"type":"string"},"darkAccent":{"type":"string"},"darkAccentForeground":{"type":"string"},"darkDestructive":{"type":"string"},"darkDestructiveForeground":{"type":"string"},"darkRing":{"type":"string"},"darkRadius":{"type":"string"}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/tenants/{id}/env":{"get":{"operationId":"tenants-envVars","summary":"Get an Auth Tenant env vars","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"scope","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{id}/rotate-secret-key":{"post":{"operationId":"tenants-rotateSecretKey","summary":"Rotate Tenant secret key","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"}},"required":["status"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants":{"get":{"operationId":"tenants-list","summary":"Get all Tenants","tags":["Tenant"],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}},"post":{"operationId":"tenants-create","summary":"Create Tenant","tags":["Tenant"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","minLength":4,"maxLength":32},"slug":{"type":"string","minLength":4,"maxLength":32},"environment":{"type":"string","enum":["development","staging","production"]},"domain":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$"}},"required":["projectId","name","environment"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/pkey/{publicKey}":{"get":{"operationId":"tenants-getByPublicKey","summary":"Get Tenant by public key","tags":["Tenant"],"parameters":[{"name":"publicKey","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/slug/{slug}":{"get":{"operationId":"tenants-getBySlug","summary":"[tenants.getBySlug] Get Tenant by slug","tags":["Tenant"],"parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{id}":{"get":{"operationId":"tenants-get","summary":"Get Tenant by id","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"includeDomains","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"includeAuth","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"tenants-update","summary":"Update Tenant","tags":["Tenant"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":"string"},"logoId":{"type":"string","nullable":true},"iconId":{"type":"string","nullable":true}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"tenants-delete","summary":"Delete Tenant","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{id}/subscription":{"get":{"operationId":"tenants-getSubscription","summary":"Get Tenant subscription","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"anyOf":[{"not":{}},{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"stripeId":{"type":"string"},"customerId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"status":{"type":"string"},"plan":{"type":"string"},"collectionMethod":{"type":"string"},"currentPeriodStart":{"type":"string","format":"date-time"},"currentPeriodEnd":{"type":"string","format":"date-time"},"meteredUsageAuthUsers":{"type":"number","minimum":0},"meteredUsageAuthOrganizations":{"type":"number","minimum":0},"meteredUsageMediaUploads":{"type":"number","minimum":0},"meteredUsageMediaStorage":{"type":"number","minimum":0},"meteredUsageMediaBandwidth":{"type":"number","minimum":0},"meteredUsageMediaProcessingTime":{"type":"number","minimum":0},"meteredUsageNotifications":{"type":"number","minimum":0},"stripeMonthlySubId":{"type":"string","nullable":true},"stripeMeteredAuthUsersSubId":{"type":"string","nullable":true},"stripeMeteredAuthOrganizationsSubId":{"type":"string","nullable":true},"stripeMeteredMediaUploadsSubId":{"type":"string","nullable":true},"stripeMeteredMediaStorageSubId":{"type":"string","nullable":true},"stripeMeteredMediaBandwidthSubId":{"type":"string","nullable":true},"stripeMeteredMediaProcessingTimeSubId":{"type":"string","nullable":true},"stripeMeteredNotificationsSubId":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","stripeId","customerId","status","plan","collectionMethod","currentPeriodStart","currentPeriodEnd","meteredUsageAuthUsers","meteredUsageAuthOrganizations","meteredUsageMediaUploads","meteredUsageMediaStorage","meteredUsageMediaBandwidth","meteredUsageMediaProcessingTime","meteredUsageNotifications","stripeMonthlySubId","stripeMeteredAuthUsersSubId","stripeMeteredAuthOrganizationsSubId","stripeMeteredMediaUploadsSubId","stripeMeteredMediaStorageSubId","stripeMeteredMediaBandwidthSubId","stripeMeteredMediaProcessingTimeSubId","stripeMeteredNotificationsSubId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}]}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/members":{"get":{"operationId":"tenantMembers-listMembers","summary":"Get Tenant members","tags":["Tenant"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","email","verifiedAt"],"additionalProperties":false}},"primaryEmailId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","emailAddresses","primaryEmailId","name"],"additionalProperties":false,"nullable":true},"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","userId","roleAdmin","roleEditOrganizations","roleEditUsers","roleEditConfig","roleViewUsers","roleViewOrganizations","roleViewConfig","roleViewBilling","roleEditBilling","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/members/{id}":{"patch":{"operationId":"tenantMembers-updateMember","summary":"Update Tenant member","tags":["Tenant"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"}},"required":["roleAdmin","roleEditOrganizations","roleEditUsers","roleEditConfig","roleViewUsers","roleViewOrganizations","roleViewConfig","roleViewBilling","roleEditBilling"],"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","email","verifiedAt"],"additionalProperties":false}},"primaryEmailId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","emailAddresses","primaryEmailId","name"],"additionalProperties":false,"nullable":true},"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","userId","roleAdmin","roleEditOrganizations","roleEditUsers","roleEditConfig","roleViewUsers","roleViewOrganizations","roleViewConfig","roleViewBilling","roleEditBilling","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"tenantMembers-deleteMember","summary":"Delete Tenant member","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/members/invite":{"post":{"operationId":"tenantMembers-inviteMember","summary":"Invite Tenant member","tags":["Tenant"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"}},"required":["tenantId","email"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenant":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"environment":{"type":"string","enum":["development","staging","production"]},"createdAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","environment","createdAt"],"additionalProperties":false,"nullable":true},"email":{"type":"string","format":"email"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","email","verifiedAt"],"additionalProperties":false}},"primaryEmailId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","emailAddresses","primaryEmailId"],"additionalProperties":false,"nullable":true},"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","roleAdmin","roleEditOrganizations","roleEditUsers","roleEditConfig","roleViewUsers","roleViewOrganizations","roleViewConfig","roleViewBilling","roleEditBilling","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/invitations":{"get":{"operationId":"tenantInvitations-listInvitations","summary":"Get Tenant invitations","tags":["Tenant"],"parameters":[{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenant":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"environment":{"type":"string","enum":["development","staging","production"]},"createdAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","environment","createdAt"],"additionalProperties":false,"nullable":true},"email":{"type":"string","format":"email"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","email","verifiedAt"],"additionalProperties":false}},"primaryEmailId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","emailAddresses","primaryEmailId"],"additionalProperties":false,"nullable":true},"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","roleAdmin","roleEditOrganizations","roleEditUsers","roleEditConfig","roleViewUsers","roleViewOrganizations","roleViewConfig","roleViewBilling","roleEditBilling","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/invitations/{id}":{"delete":{"operationId":"tenantInvitations-deleteInvitation","summary":"Delete Tenant invitation","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}},"patch":{"operationId":"tenantInvitations-updateInvitation","summary":"Update Tenant invitation","tags":["Tenant"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenant":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"environment":{"type":"string","enum":["development","staging","production"]},"createdAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","environment","createdAt"],"additionalProperties":false,"nullable":true},"email":{"type":"string","format":"email"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","email","verifiedAt"],"additionalProperties":false}},"primaryEmailId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","emailAddresses","primaryEmailId"],"additionalProperties":false,"nullable":true},"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","roleAdmin","roleEditOrganizations","roleEditUsers","roleEditConfig","roleViewUsers","roleViewOrganizations","roleViewConfig","roleViewBilling","roleEditBilling","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/projects":{"get":{"operationId":"projects-list","summary":"Get all Projects","tags":["Project"],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"tenants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string"},"environment":{"type":"string","enum":["development","staging","production"]},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true}},"required":["id","creatorId","name","environment","slug"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","creatorId","tenants","createdAt","updatedAt"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}},"post":{"operationId":"projects-create","summary":"Create Project","tags":["Project"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","minLength":4,"maxLength":32},"slug":{"type":"string","minLength":4,"maxLength":32},"plan":{"type":"string"},"paymentMethodId":{"type":"string"},"paymentMethodBrand":{"type":"string"},"paymentMethodLast4":{"type":"string"}},"required":["name"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"tenants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string"},"environment":{"type":"string","enum":["development","staging","production"]},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true}},"required":["id","creatorId","name","environment","slug"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","creatorId","tenants","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/projects/slug/{slug}":{"get":{"operationId":"projects-getBySlug","summary":"[projects.getBySlug] Get Project by slug","tags":["Project"],"parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"tenants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string"},"environment":{"type":"string","enum":["development","staging","production"]},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true}},"required":["id","creatorId","name","environment","slug"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","creatorId","tenants","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/projects/{id}":{"get":{"operationId":"projects-get","summary":"Get Project by id","tags":["Project"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"tenants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string"},"environment":{"type":"string","enum":["development","staging","production"]},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true}},"required":["id","creatorId","name","environment","slug"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","creatorId","tenants","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"projects-update","summary":"Update Project","tags":["Project"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"slug":{"type":"string"},"logoId":{"type":"string","nullable":true},"iconId":{"type":"string","nullable":true}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"tenants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string"},"environment":{"type":"string","enum":["development","staging","production"]},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true}},"required":["id","creatorId","name","environment","slug"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","creatorId","tenants","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"projects-delete","summary":"Delete Project","tags":["Project"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}}},"/projects/{id}/subscription":{"get":{"operationId":"projects-getSubscription","summary":"Get Project subscription","tags":["Project"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"anyOf":[{"not":{}},{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"stripeId":{"type":"string"},"customerId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"status":{"type":"string"},"plan":{"type":"string"},"collectionMethod":{"type":"string"},"currentPeriodStart":{"type":"string","format":"date-time"},"currentPeriodEnd":{"type":"string","format":"date-time"},"meteredUsageAuthUsers":{"type":"number","minimum":0},"meteredUsageAuthOrganizations":{"type":"number","minimum":0},"meteredUsageMediaUploads":{"type":"number","minimum":0},"meteredUsageMediaStorage":{"type":"number","minimum":0},"meteredUsageMediaBandwidth":{"type":"number","minimum":0},"meteredUsageMediaProcessingTime":{"type":"number","minimum":0},"meteredUsageNotifications":{"type":"number","minimum":0},"stripeMonthlySubId":{"type":"string","nullable":true},"stripeMeteredAuthUsersSubId":{"type":"string","nullable":true},"stripeMeteredAuthOrganizationsSubId":{"type":"string","nullable":true},"stripeMeteredMediaUploadsSubId":{"type":"string","nullable":true},"stripeMeteredMediaStorageSubId":{"type":"string","nullable":true},"stripeMeteredMediaBandwidthSubId":{"type":"string","nullable":true},"stripeMeteredMediaProcessingTimeSubId":{"type":"string","nullable":true},"stripeMeteredNotificationsSubId":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","stripeId","customerId","status","plan","collectionMethod","currentPeriodStart","currentPeriodEnd","meteredUsageAuthUsers","meteredUsageAuthOrganizations","meteredUsageMediaUploads","meteredUsageMediaStorage","meteredUsageMediaBandwidth","meteredUsageMediaProcessingTime","meteredUsageNotifications","stripeMonthlySubId","stripeMeteredAuthUsersSubId","stripeMeteredAuthOrganizationsSubId","stripeMeteredMediaUploadsSubId","stripeMeteredMediaStorageSubId","stripeMeteredMediaBandwidthSubId","stripeMeteredMediaProcessingTimeSubId","stripeMeteredNotificationsSubId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}]}}}},"default":{"$ref":"#/components/responses/error"}}}},"/projects/{projectId}/members":{"get":{"operationId":"projectMembers-listMembers","summary":"Get Project members","tags":["Project"],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","email","verifiedAt"],"additionalProperties":false}},"primaryEmailId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","emailAddresses","primaryEmailId","name"],"additionalProperties":false,"nullable":true},"role":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["projectId","userId","role","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/projects/members/{projectId}":{"patch":{"operationId":"projectMembers-updateMember","summary":"Update Project member","tags":["Project"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"role":{"type":"string"}},"required":["userId","role"],"additionalProperties":false}}}},"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","email","verifiedAt"],"additionalProperties":false}},"primaryEmailId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","emailAddresses","primaryEmailId","name"],"additionalProperties":false,"nullable":true},"role":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["projectId","userId","role","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/projects/members/{projectId}/{userId}":{"delete":{"operationId":"projectMembers-deleteMember","summary":"Delete Project member","tags":["Project"],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"userId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}}},"/domains":{"get":{"operationId":"domains-list","summary":"Get all Domains","tags":["Domain"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"primary":{"type":"boolean"},"type":{"type":"string","enum":["protocol","external"]},"verified":{"type":"boolean"},"verificationRecordType":{"type":"string","nullable":true},"verificationRecordDomain":{"type":"string","nullable":true},"verificationRecordValue":{"type":"string","nullable":true},"verificationRecordReason":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","primary","type","verified","verificationRecordType","verificationRecordDomain","verificationRecordValue","verificationRecordReason","createdAt","updatedAt"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}},"post":{"operationId":"domains-create","summary":"Create Domain","tags":["Domain"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^(((?!-))(xn--)?[a-z0-9\\-_]{0,61}[a-z0-9]{1,1}\\.)*(xn--)?([a-z0-9-]{1,61}|[a-z0-9-]{1,30})\\.[a-z]{2,}$"}},"required":["tenantId","name"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"primary":{"type":"boolean"},"type":{"type":"string","enum":["protocol","external"]},"verified":{"type":"boolean"},"verificationRecordType":{"type":"string","nullable":true},"verificationRecordDomain":{"type":"string","nullable":true},"verificationRecordValue":{"type":"string","nullable":true},"verificationRecordReason":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","primary","type","verified","verificationRecordType","verificationRecordDomain","verificationRecordValue","verificationRecordReason","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/domains/{id}":{"get":{"operationId":"domains-get","summary":"Get Domain by id","tags":["Domain"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"primary":{"type":"boolean"},"type":{"type":"string","enum":["protocol","external"]},"verified":{"type":"boolean"},"verificationRecordType":{"type":"string","nullable":true},"verificationRecordDomain":{"type":"string","nullable":true},"verificationRecordValue":{"type":"string","nullable":true},"verificationRecordReason":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","primary","type","verified","verificationRecordType","verificationRecordDomain","verificationRecordValue","verificationRecordReason","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"domains-delete","summary":"Delete Domain","tags":["Domain"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}}},"/domains/{id}/verify":{"post":{"operationId":"domains-verify","summary":"Verify Domain","tags":["Domain"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"primary":{"type":"boolean"},"type":{"type":"string","enum":["protocol","external"]},"verified":{"type":"boolean"},"verificationRecordType":{"type":"string","nullable":true},"verificationRecordDomain":{"type":"string","nullable":true},"verificationRecordValue":{"type":"string","nullable":true},"verificationRecordReason":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","primary","type","verified","verificationRecordType","verificationRecordDomain","verificationRecordValue","verificationRecordReason","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/domains/{id}/primary":{"post":{"operationId":"domains-setPrimary","summary":"Set Domain as primary","tags":["Domain"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"primary":{"type":"boolean"},"type":{"type":"string","enum":["protocol","external"]},"verified":{"type":"boolean"},"verificationRecordType":{"type":"string","nullable":true},"verificationRecordDomain":{"type":"string","nullable":true},"verificationRecordValue":{"type":"string","nullable":true},"verificationRecordReason":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","primary","type","verified","verificationRecordType","verificationRecordDomain","verificationRecordValue","verificationRecordReason","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/stats/recent-sign-ups":{"get":{"operationId":"auth-stats-recentSignUps","summary":"Get recent sign ups","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/stats/recent-sign-ins":{"get":{"operationId":"auth-stats-recentSignIns","summary":"Get recent sign ins","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"browser":{"type":"string","nullable":true},"device":{"type":"string","nullable":true},"engine":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"cpu":{"type":"string","nullable":true},"ua":{"type":"string","nullable":true},"ip":{"type":"string","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"user":{},"signInAttemptId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"signInAttempt":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"ipAddress":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"strategy":{"type":"string","nullable":true},"oauthProviderId":{"type":"string","nullable":true},"oauthProvider":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"signUpAttemptId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"signUpAttempt":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"expiresAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","userId","expiresAt","createdAt","updatedAt"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/stats/sign-ups-by-day":{"get":{"operationId":"auth-stats-signUpsByDay","summary":"Get sign ups by day","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"count":{"type":"number"}},"required":["date","count"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/stats/sessions-by-day":{"get":{"operationId":"auth-stats-sessionsByDay","summary":"Get sessions by day","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"count":{"type":"number"}},"required":["date","count"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/stats":{"get":{"operationId":"auth-stats-stats","summary":"Get all dashboard stats","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"name":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string","enum":["Total Users"]},{"type":"string","enum":["Active Users"]}]},{"type":"string","enum":["Sign Ups"]}]},{"type":"string","enum":["Sign Ins"]}]},"value":{"type":"number"},"change":{"type":"number"},"changeType":{"anyOf":[{"anyOf":[{"type":"string","enum":["up"]},{"type":"string","enum":["down"]}]},{"type":"string","enum":["none"]}]}},"required":["name","value","change","changeType"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/users":{"get":{"operationId":"auth-users-list","summary":"Get all users","tags":["User"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"post":{"operationId":"auth-users-create","summary":"Create a user","tags":["User"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"email":{"type":"string","format":"email"},"username":{"type":"string"},"roleId":{"type":"string"},"phone":{"type":"string"},"password":{"type":"string"},"publicMeta":{},"privateMeta":{}},"required":["tenantId"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/users/{id}":{"get":{"operationId":"auth-users-get","summary":"Get a user","tags":["User"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false}},"required":["status","data"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"auth-users-update","summary":"Update a user","tags":["User"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"username":{"type":"string"},"imageUri":{"anyOf":[{"type":"string","enum":[""]},{"type":"string","format":"uri"}]},"roleId":{"type":"string"},"status":{"type":"string","enum":["active","inactive","suspended"]},"locale":{"type":"string"},"timezone":{"type":"string"},"primaryEmailId":{"type":"string"},"primaryPhoneId":{"type":"string"},"publicMeta":{},"privateMeta":{}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-users-delete","summary":"Delete a user","tags":["User"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"anyOf":[{"not":{}},{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true}},"additionalProperties":false,"nullable":true}]}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/users/{id}/change-password":{"put":{"operationId":"auth-users-changePassword","summary":"Change a user's password","tags":["User"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"password":{"type":"string","minLength":6,"maxLength":255}},"required":["password"],"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/users/{id}/suspend":{"put":{"operationId":"auth-users-suspend","summary":"Suspend a user","tags":["User"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/users/{id}/unsuspend":{"put":{"operationId":"auth-users-unsuspend","summary":"Unsuspend a user","tags":["User"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/auth/organizations":{"get":{"operationId":"auth-organizations-list","summary":"Get all organizations","tags":["Organization"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"slug":{"type":"string"},"name":{"type":"string"},"imageUri":{"type":"string","nullable":true},"privateMeta":{},"publicMeta":{},"_count":{"type":"object","properties":{"members":{"type":"number"}},"required":["members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","slug","name","_count","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/organizations/{id}":{"get":{"operationId":"auth-organizations-get","summary":"Get an organization","tags":["Organization"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"slug":{"type":"string"},"name":{"type":"string"},"imageUri":{"type":"string","nullable":true},"privateMeta":{},"publicMeta":{},"_count":{"type":"object","properties":{"members":{"type":"number"}},"required":["members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","slug","name","_count","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"auth-organizations-update","summary":"Update an organization","tags":["Organization"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"imageUri":{"anyOf":[{"type":"string","enum":[""]},{"type":"string","format":"uri"}]},"privateMeta":{},"publicMeta":{},"slug":{"type":"string"}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"slug":{"type":"string"},"name":{"type":"string"},"imageUri":{"type":"string","nullable":true},"privateMeta":{},"publicMeta":{},"_count":{"type":"object","properties":{"members":{"type":"number"}},"required":["members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","slug","name","_count","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-organizations-delete","summary":"Delete an organization","tags":["Organization"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"slug":{"type":"string"},"name":{"type":"string"},"imageUri":{"type":"string","nullable":true},"privateMeta":{},"publicMeta":{},"_count":{"type":"object","properties":{"members":{"type":"number"}},"required":["members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","slug","name","_count","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/organizations":{"post":{"operationId":"auth-organizations-create","summary":"Create an organization","tags":["Organization"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"imageUri":{"anyOf":[{"type":"string","enum":[""]},{"type":"string","format":"uri"}]},"privateMeta":{},"publicMeta":{}},"required":["tenantId","name"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"slug":{"type":"string"},"name":{"type":"string"},"imageUri":{"type":"string","nullable":true},"privateMeta":{},"publicMeta":{},"_count":{"type":"object","properties":{"members":{"type":"number"}},"required":["members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","slug","name","_count","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/organizations/{organizationId}/auth/organization-members":{"get":{"operationId":"auth-organizationMembers-list","summary":"Get all organizationMemberships","tags":["OrganizationMembership"],"parameters":[{"name":"organizationId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"identifier":{"type":"string"},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","identifier","createdAt","updatedAt"],"additionalProperties":false},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","userId","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/organization-members/{id}":{"get":{"operationId":"auth-organizationMembers-get","summary":"Get an organizationMembership","tags":["OrganizationMembership"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"identifier":{"type":"string"},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","identifier","createdAt","updatedAt"],"additionalProperties":false},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","userId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"auth-organizationMembers-update","summary":"Update an organizationMembership","tags":["OrganizationMembership"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"privateMeta":{"nullable":true},"publicMeta":{"nullable":true}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"identifier":{"type":"string"},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","identifier","createdAt","updatedAt"],"additionalProperties":false},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","userId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-organizationMembers-delete","summary":"Delete an organizationMembership","tags":["OrganizationMembership"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"identifier":{"type":"string"},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","identifier","createdAt","updatedAt"],"additionalProperties":false},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","userId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/organization-members":{"post":{"operationId":"auth-organizationMembers-create","summary":"Create an organizationMembership","tags":["OrganizationMembership"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"privateMeta":{"nullable":true},"publicMeta":{"nullable":true}},"required":["organizationId","userId"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"identifier":{"type":"string"},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","identifier","createdAt","updatedAt"],"additionalProperties":false},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","userId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/organizations/{organizationId}/organization-invitations":{"get":{"operationId":"auth-organizationInvitations-list","summary":"Get all organizationInvitations","tags":["OrganizationInvitation"],"parameters":[{"name":"organizationId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"acceptedAt":{"type":"string","format":"date-time","nullable":true},"declinedAt":{"type":"string","format":"date-time","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/organization-invitations/{id}":{"get":{"operationId":"auth-organizationInvitations-get","summary":"Get an organizationInvitation","tags":["OrganizationInvitation"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"acceptedAt":{"type":"string","format":"date-time","nullable":true},"declinedAt":{"type":"string","format":"date-time","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"auth-organizationInvitations-update","summary":"Update an organizationInvitation","tags":["OrganizationInvitation"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"acceptedAt":{"type":"string","format":"date-time","nullable":true},"declinedAt":{"type":"string","format":"date-time","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-organizationInvitations-delete","summary":"Delete an organizationInvitation","tags":["OrganizationInvitation"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"acceptedAt":{"type":"string","format":"date-time","nullable":true},"declinedAt":{"type":"string","format":"date-time","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/organization-invitations":{"post":{"operationId":"auth-organizationInvitations-create","summary":"Create an organizationInvitation","tags":["OrganizationInvitation"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true}},"required":["organizationId","email"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"organizationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"acceptedAt":{"type":"string","format":"date-time","nullable":true},"declinedAt":{"type":"string","format":"date-time","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"publicMeta":{},"privateMeta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","organizationId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/tenants/{tenantId}/roles":{"get":{"operationId":"auth-roles-list","summary":"Get all authRoles","tags":["AuthRole"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/roles/{id}":{"get":{"operationId":"auth-roles-get","summary":"Get an authRole","tags":["AuthRole"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"auth-roles-update","summary":"Update a Role","tags":["AuthRole"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"required":["name","tenantId"],"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-roles-delete","summary":"Delete a Role","tags":["AuthRole"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/roles":{"post":{"operationId":"auth-roles-create","summary":"Create a Role","tags":["AuthRole"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"required":["name","tenantId"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"},"nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"_count":{"type":"object","properties":{"users":{"type":"number"},"members":{"type":"number"}},"required":["users","members"],"additionalProperties":false},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/auth/sessions":{"get":{"operationId":"auth-sessions-list","summary":"Get all sessions","tags":["Session"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"browser":{"type":"string","nullable":true},"device":{"type":"string","nullable":true},"engine":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"cpu":{"type":"string","nullable":true},"ua":{"type":"string","nullable":true},"ip":{"type":"string","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"user":{},"signInAttemptId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"signInAttempt":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"ipAddress":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"strategy":{"type":"string","nullable":true},"oauthProviderId":{"type":"string","nullable":true},"oauthProvider":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"signUpAttemptId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"signUpAttempt":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"expiresAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","userId","expiresAt","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/users/{userId}/sessions":{"get":{"operationId":"auth-sessions-listByUserId","summary":"Get all sessions for a user","tags":["Session"],"parameters":[{"name":"userId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"browser":{"type":"string","nullable":true},"device":{"type":"string","nullable":true},"engine":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"cpu":{"type":"string","nullable":true},"ua":{"type":"string","nullable":true},"ip":{"type":"string","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"user":{},"signInAttemptId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"signInAttempt":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"ipAddress":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"strategy":{"type":"string","nullable":true},"oauthProviderId":{"type":"string","nullable":true},"oauthProvider":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"signUpAttemptId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"signUpAttempt":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"expiresAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","userId","expiresAt","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/sessions/{id}":{"get":{"operationId":"auth-sessions-get","summary":"Get a session","tags":["Session"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"browser":{"type":"string","nullable":true},"device":{"type":"string","nullable":true},"engine":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"cpu":{"type":"string","nullable":true},"ua":{"type":"string","nullable":true},"ip":{"type":"string","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"user":{},"signInAttemptId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"signInAttempt":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"ipAddress":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"strategy":{"type":"string","nullable":true},"oauthProviderId":{"type":"string","nullable":true},"oauthProvider":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"signUpAttemptId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"signUpAttempt":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"expiresAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","userId","expiresAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-sessions-delete","summary":"Delete a session","tags":["Session"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/auth/phone-numbers":{"get":{"operationId":"auth-phoneNumbers-list","summary":"Get all PhoneNumbers for a tenant","tags":["User","PhoneNumber"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/users/{userId}/phone-numbers":{"get":{"operationId":"auth-phoneNumbers-listByUserId","summary":"Get all User PhoneNumbers","tags":["User","PhoneNumber"],"parameters":[{"name":"userId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/phone-numbers/{id}":{"get":{"operationId":"auth-phoneNumbers-get","summary":"Get a User PhoneNumber","tags":["User","PhoneNumber"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/phone-numbers":{"post":{"operationId":"auth-phoneNumbers-create","summary":"Create a User PhoneNumber","tags":["User","PhoneNumber"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"phone":{"type":"string"}},"required":["tenantId","userId","phone"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-phoneNumbers-delete","summary":"Delete an PhoneNumber","tags":["User","PhoneNumber"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/phone-numbers/make-primary":{"post":{"operationId":"auth-phoneNumbers-makePrimary","summary":"Make an PhoneNumber the primary PhoneNumber for a User","tags":["User","PhoneNumber"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"required":["id"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/phone-numbers/verify":{"post":{"operationId":"auth-phoneNumbers-verify","summary":"Verify an PhoneNumber","tags":["User","PhoneNumber"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"required":["id"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/auth/email-addresses":{"get":{"operationId":"auth-emailAddresses-list","summary":"Get all User EmailAddresses","tags":["User","EmailAddress"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/users/{userId}/email-addresses":{"get":{"operationId":"auth-emailAddresses-listByUserId","summary":"Get all User EmailAddresses","tags":["User","EmailAddress"],"parameters":[{"name":"userId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/email-addresses/{id}":{"get":{"operationId":"auth-emailAddresses-get","summary":"Get a User EmailAddress","tags":["User","EmailAddress"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/email-addresses":{"post":{"operationId":"auth-emailAddresses-create","summary":"Create a User EmailAddress","tags":["User","EmailAddress"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","format":"email"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"required":["email","userId","tenantId"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"auth-emailAddresses-update","summary":"Update a User EmailAddress","tags":["User","EmailAddress"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"}},"required":["id"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-emailAddresses-delete","summary":"Delete an EmailAddress","tags":["User","EmailAddress"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/email-addresses/make-primary":{"post":{"operationId":"auth-emailAddresses-makePrimary","summary":"Make an EmailAddress the primary EmailAddress for a User","tags":["User","EmailAddress"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"required":["id"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/email-addresses/verify":{"post":{"operationId":"auth-emailAddresses-verify","summary":"Verify an EmailAddress","tags":["User","EmailAddress"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"required":["id"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/social-providers":{"get":{"operationId":"auth-socialProviders-list","summary":"Get all SocialProviders","tags":["SocialProvider"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}},"post":{"operationId":"auth-socialProviders-create","summary":"Create an SocialProvider","tags":["SocialProvider"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean"},"clientId":{"type":"string","nullable":true},"clientSecret":{"type":"string","nullable":true},"additionalScopes":{"nullable":true},"authenticatable":{"type":"boolean"},"autoConnectAccounts":{"type":"boolean"},"config":{}},"required":["tenantId","providerKey","enabled"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/social-providers/{id}/secret":{"get":{"operationId":"auth-socialProviders-getSecret","summary":"Get a SocialProvider's secret","tags":["SocialProvider"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"secret":{"type":"string"}},"required":["secret"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/social-providers/{id}":{"get":{"operationId":"auth-socialProviders-get","summary":"Get an SocialProvider","tags":["SocialProvider"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"auth-socialProviders-update","summary":"Update an SocialProvider","tags":["SocialProvider"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean"},"clientId":{"type":"string","nullable":true},"clientSecret":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{"nullable":true},"authenticatable":{"type":"boolean"},"autoConnectAccounts":{"type":"boolean"},"config":{}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-socialProviders-delete","summary":"Delete a SocialProvider","tags":["SocialProvider"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/jwk-certificates":{"get":{"operationId":"auth-jwkCertificates-list","summary":"Get all JWKCertificates","tags":["JWKCertificate"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"public":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","public","createdAt","updatedAt"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/sign-ins":{"get":{"operationId":"auth-signInAttempts-list","summary":"Get all signInAttempts","tags":["SignInAttempt"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"ipAddress":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"strategy":{"type":"string","nullable":true},"oauthProviderId":{"type":"string","nullable":true},"oauthProvider":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/sign-ins/{id}":{"get":{"operationId":"auth-signInAttempts-get","summary":"Get a signInAttempt","tags":["SignInAttempt"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"ipAddress":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"identifier":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"strategy":{"type":"string","nullable":true},"oauthProviderId":{"type":"string","nullable":true},"oauthProvider":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"providerKey":{"type":"string","enum":["google","github","gitlab","apple","facebook"]},"enabled":{"type":"boolean"},"useCustomCredentials":{"type":"boolean","nullable":true},"clientId":{"type":"string","nullable":true},"redirectUri":{"type":"string","nullable":true},"additionalScopes":{},"authenticatable":{"type":"boolean","nullable":true},"autoConnectAccounts":{"type":"boolean","nullable":true},"config":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","providerKey","enabled","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-signInAttempts-delete","summary":"Delete a signInAttempt","tags":["SignInAttempt"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/sign-ups":{"get":{"operationId":"auth-signUpAttempts-list","summary":"Get all signUpAttempts","tags":["SignUpAttempt"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/sign-ups/{id}":{"get":{"operationId":"auth-signUpAttempts-get","summary":"Get a SignUpAttempt","tags":["SignUpAttempt"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"auth-signUpAttempts-delete","summary":"Delete a SignUpAttempt","tags":["SignUpAttempt"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/tenants/{id}":{"get":{"operationId":"auth-tenants-getAuthTenant","summary":"Get an Tenant","tags":["Tenant"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"anyOf":[{"not":{}},{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","auth","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}]}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"auth-tenants-updateAuthTenant","summary":"Update an Tenant","tags":["Tenant"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"homeUri":{"type":"string"},"frontendApiUri":{"type":"string"},"signUpUri":{"type":"string"},"signInRedirectUri":{"type":"string"},"signInUri":{"type":"string"},"signUpRedirectUri":{"type":"string"},"logoutRedirectUri":{"type":"string"},"userSettingsUri":{"type":"string"},"organizationSettingsUri":{"type":"string"},"createOrganizationUri":{"type":"string"},"createOrganizationRedirectUri":{"type":"string"},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","nullable":true},"magicLinkEmailTemplateId":{"type":"string","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","nullable":true},"welcomeEmailTemplateId":{"type":"string","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","nullable":true}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"anyOf":[{"not":{}},{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}]}}}},"default":{"$ref":"#/components/responses/error"}}}},"/auth/tenants/{id}/session":{"put":{"operationId":"auth-tenants-updateSessionSettings","summary":"Update an Tenant's session settings","tags":["Tenant"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"anyOf":[{"not":{}},{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}]}}}},"default":{"$ref":"#/components/responses/error"}}},"patch":{"operationId":"auth-tenants-updateOrganizationSettings","summary":"Update Tenant Organization Settings","description":"Updates the organization settings for a given tenant.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"anyOf":[{"not":{}},{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"publicKey":{"type":"string"},"creatorId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"projectId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"logoUri":{"type":"string","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconUri":{"type":"string","nullable":true},"auth":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"signUpEnabled":{"type":"boolean"},"signInEnabled":{"type":"boolean"},"strategyUsernamePasswordEnabled":{"type":"boolean"},"strategyEmailPasswordEnabled":{"type":"boolean"},"strategyEmailLinkEnabled":{"type":"boolean"},"strategyEmailCodeEnabled":{"type":"boolean"},"strategyPhoneCodeEnabled":{"type":"boolean"},"strategyPhonePasswordEnabled":{"type":"boolean"},"strategyOAuthEnabled":{"type":"boolean"},"strategyAuthenticatorCodeEnabled":{"type":"boolean"},"strategySecurityKeyEnabled":{"type":"boolean"},"passwordsEnabled":{"type":"boolean"},"emailSignInEnabled":{"type":"boolean"},"phoneSignInEnabled":{"type":"boolean"},"usernameSignInEnabled":{"type":"boolean"},"nameRequired":{"type":"boolean"},"emailRequired":{"type":"boolean"},"phoneRequired":{"type":"boolean"},"usernameRequired":{"type":"boolean"},"passwordRequired":{"type":"boolean"},"emailVerificationRequired":{"type":"boolean"},"phoneVerificationRequired":{"type":"boolean"},"emailVerificationCodeEnabled":{"type":"boolean"},"emailVerificationLinkEnabled":{"type":"boolean"},"phoneVerificationCodeEnabled":{"type":"boolean"},"sessionMaximumLifetimeEnabled":{"type":"boolean"},"sessionMaximumLifetime":{"type":"integer"},"sessionInactivityTimeoutEnabled":{"type":"boolean"},"sessionInactivityTimeout":{"type":"integer"},"homeUri":{"type":"string","nullable":true},"frontendApiUri":{"type":"string","nullable":true},"signUpUri":{"type":"string","nullable":true},"signInRedirectUri":{"type":"string","nullable":true},"signInUri":{"type":"string","nullable":true},"signUpRedirectUri":{"type":"string","nullable":true},"logoutRedirectUri":{"type":"string","nullable":true},"userSettingsUri":{"type":"string","nullable":true},"organizationSettingsUri":{"type":"string","nullable":true},"createOrganizationUri":{"type":"string","nullable":true},"createOrganizationRedirectUri":{"type":"string","nullable":true},"emailChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"smsChannelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"codeVerificationSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"magicLinkSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeEmailTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"welcomeSMSMessageTemplateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"organizationsEnabled":{"type":"boolean"},"organizationMembershipLimit":{"type":"integer"},"organizationAdminDeletingEnabled":{"type":"boolean"},"organizationCustomDomainManagementEnabled":{"type":"boolean"},"organizationAutomaticInvitationEnabled":{"type":"boolean"},"organizationAutomaticInvitationSuggestionsEnabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["tenantId","signUpEnabled","signInEnabled","strategyUsernamePasswordEnabled","strategyEmailPasswordEnabled","strategyEmailLinkEnabled","strategyEmailCodeEnabled","strategyPhoneCodeEnabled","strategyPhonePasswordEnabled","strategyOAuthEnabled","strategyAuthenticatorCodeEnabled","strategySecurityKeyEnabled","passwordsEnabled","emailSignInEnabled","phoneSignInEnabled","usernameSignInEnabled","nameRequired","emailRequired","phoneRequired","usernameRequired","passwordRequired","emailVerificationRequired","phoneVerificationRequired","emailVerificationCodeEnabled","emailVerificationLinkEnabled","phoneVerificationCodeEnabled","sessionMaximumLifetimeEnabled","sessionMaximumLifetime","sessionInactivityTimeoutEnabled","sessionInactivityTimeout","createdAt","updatedAt"],"additionalProperties":false,"nullable":true},"brand":{},"environment":{"type":"string","enum":["development","staging","production"]},"domains":{"type":"array","items":{"type":"object","properties":{"primary":{"type":"boolean"},"name":{"type":"string"}},"required":["primary","name"],"additionalProperties":false}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","publicKey","logoId","logoUri","iconId","iconUri","environment","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}]}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/stats/uploads-by-day":{"get":{"operationId":"media-stats-uploadsByDay","summary":"Get uploads by day","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"filterRangeType","in":"query","required":false,"schema":{"anyOf":[{"not":{}},{"type":"string","enum":["current_billing_cycle","previous_billing_cycle","current_thirty_days","prior_thirty_days","current_month","previous_month","current_year","previous_year","all_time","custom"]}],"default":"current_billing_cycle"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"count":{"type":"number"}},"required":["date","count"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/stats/upload-size-by-day":{"get":{"operationId":"media-stats-uploadSizeByDay","summary":"Get upload size by day","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"filterRangeType","in":"query","required":false,"schema":{"anyOf":[{"not":{}},{"type":"string","enum":["current_billing_cycle","previous_billing_cycle","current_thirty_days","prior_thirty_days","current_month","previous_month","current_year","previous_year","all_time","custom"]}],"default":"current_billing_cycle"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"size":{"type":"number"}},"required":["date","size"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/stats":{"get":{"operationId":"media-stats-stats","summary":"Get all dashboard stats","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"filterRangeType","in":"query","required":false,"schema":{"anyOf":[{"not":{}},{"type":"string","enum":["current_billing_cycle","previous_billing_cycle","current_thirty_days","prior_thirty_days","current_month","previous_month","current_year","previous_year","all_time","custom"]}],"default":"current_billing_cycle"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"number"},"unit":{"type":"string","nullable":true},"change":{"type":"number"},"changeType":{"type":"string"}},"required":["name","value","change","changeType"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/media/uploads":{"get":{"operationId":"media-uploads-list","summary":"Get all Tenant Uploads","tags":["Upload"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"path","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"path":{"type":"string","nullable":true},"originalFilename":{"type":"string","nullable":true},"mime":{"type":"string","nullable":true},"size":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"meta":{},"finishedAt":{"type":"string","format":"date-time","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"duration":{"type":"number","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"deletedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","tenantId","originalFilename","mime","size","createdAt","updatedAt","deletedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/uploads/{id}":{"get":{"operationId":"media-uploads-get","summary":"Get a single Upload","tags":["Upload"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"path":{"type":"string","nullable":true},"originalFilename":{"type":"string","nullable":true},"mime":{"type":"string","nullable":true},"size":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"meta":{},"finishedAt":{"type":"string","format":"date-time","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"duration":{"type":"number","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"deletedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","tenantId","originalFilename","mime","size","createdAt","updatedAt","deletedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"media-uploads-delete","summary":"Delete a single Upload","tags":["Upload"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/uploads":{"post":{"operationId":"media-uploads-create","summary":"Create a new Upload","tags":["Upload"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"path":{"type":"string"},"access":{"type":"string","enum":["public","private"]},"originalFilename":{"type":"string","nullable":true},"mime":{"type":"string"},"size":{"type":"integer","exclusiveMinimum":true,"minimum":0},"meta":{},"width":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"height":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"duration":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true}},"required":["tenantId","access","originalFilename","mime","size"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"path":{"type":"string","nullable":true},"originalFilename":{"type":"string","nullable":true},"mime":{"type":"string","nullable":true},"size":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"meta":{},"finishedAt":{"type":"string","format":"date-time","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"duration":{"type":"number","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"uploadUrl":{"type":"string","format":"uri"},"fields":{}},"required":["id","tenantId","originalFilename","mime","size","createdAt","updatedAt","deletedAt","uploadUrl"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/media/transformations":{"get":{"operationId":"media-transformations-list","summary":"Get all Tenant Transformations","tags":["Transformation"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string","nullable":true},"outputFormat":{"type":"string","enum":["auto","jpeg","webp","avif","png","svg","gif"]},"outputQuality":{"type":"number"},"outputCompression":{"type":"number"},"outputWidth":{"type":"number"},"outputHeight":{"type":"number"},"outputResizeMode":{"type":"string","enum":["minimum","maximum","stretch","crop"]},"steps":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","description","outputFormat","outputQuality","outputCompression","outputWidth","outputHeight","outputResizeMode","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/transformations/{id}":{"get":{"operationId":"media-transformations-get","summary":"Get a single Transformation","tags":["Transformation"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string","nullable":true},"outputFormat":{"type":"string","enum":["auto","jpeg","webp","avif","png","svg","gif"]},"outputQuality":{"type":"number"},"outputCompression":{"type":"number"},"outputWidth":{"type":"number"},"outputHeight":{"type":"number"},"outputResizeMode":{"type":"string","enum":["minimum","maximum","stretch","crop"]},"steps":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","description","outputFormat","outputQuality","outputCompression","outputWidth","outputHeight","outputResizeMode","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"patch":{"operationId":"media-transformations-update","summary":"Update a single Transformation","tags":["Transformation"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string"},"outputFormat":{"type":"string","enum":["auto","jpeg","webp","avif","png","svg","gif"]},"outputQuality":{"type":"number"},"outputCompression":{"type":"number"},"outputWidth":{"type":"number"},"outputHeight":{"type":"number"},"outputResizeMode":{"type":"string","enum":["minimum","maximum","stretch","crop"]},"steps":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["blur","brightness-hue-saturation-lightness","extend","flip","flush","grayscale","layer","negative","rotate","sharpen","text","tint"]},"options":{"anyOf":[{"type":"object","properties":{"blurType":{"type":"string","enum":["fast","manual"]},"strength":{"type":"number","minimum":1,"maximum":100,"nullable":true}},"required":["blurType"],"additionalProperties":false},{"type":"object","properties":{"brightness":{"type":"number","minimum":-100,"maximum":100,"nullable":true},"hue":{"type":"number","minimum":-180,"maximum":180,"nullable":true},"saturation":{"type":"number","minimum":-100,"maximum":100,"nullable":true},"lightness":{"type":"number","minimum":-100,"maximum":100,"nullable":true}},"additionalProperties":false},{"type":"object","properties":{"top":{"type":"number","nullable":true},"bottom":{"type":"number","nullable":true},"left":{"type":"number","nullable":true},"right":{"type":"number","nullable":true},"color":{"type":"string","nullable":true}},"additionalProperties":false},{"type":"object","properties":{},"additionalProperties":false},{"type":"object","properties":{},"additionalProperties":false},{"type":"object","properties":{"url":{"type":"string"},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"resizeMode":{"type":"string","enum":["minimum","maximum","stretch","crop"],"nullable":true},"horizontalAlignment":{"type":"string","enum":["left","center","right"],"nullable":true},"verticalAlignment":{"type":"string","enum":["top","center","bottom"],"nullable":true},"paddingLeft":{"type":"number","nullable":true},"paddingRight":{"type":"number","nullable":true},"paddingTop":{"type":"number","nullable":true},"paddingBottom":{"type":"number","nullable":true},"repeat":{"type":"boolean","nullable":true},"opacity":{"type":"number","nullable":true},"rotation":{"type":"number","nullable":true},"blendMode":{"type":"string","enum":["add","color-burn","color-dodge","darken","difference","exclusion","hard-light","hue","lighten","multiply","overlay","saturate","screen","soft-light","subtract","source-over","destination-over","source-in","destination-in","source-out","destination-out","source-atop","destination-atop","xor"],"nullable":true}},"required":["url"],"additionalProperties":false},{"type":"object","properties":{"negativeAlpha":{"type":"boolean","nullable":true}},"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["auto","manual"]},"degrees":{"type":"number","minimum":-360,"maximum":360,"nullable":true},"backgroundColor":{"type":"string","nullable":true}},"required":["type"],"additionalProperties":false},{"type":"object","properties":{"sharpenType":{"type":"string","enum":["fast","manual"]},"strength":{"type":"number","minimum":1,"maximum":100,"nullable":true}},"required":["sharpenType"],"additionalProperties":false},{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string","nullable":true},"fontSize":{"type":"number","nullable":true},"fontWeight":{"type":"number","nullable":true},"fontStyle":{"type":"string","enum":["normal","italic","oblique"],"nullable":true},"letterSpacing":{"type":"number","nullable":true},"lineHeight":{"type":"number","nullable":true},"underline":{"type":"string","enum":["none","double","single","error","low"],"nullable":true},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"horizontalAlignment":{"type":"string","enum":["left","center","right"],"nullable":true},"verticalAlignment":{"type":"string","enum":["top","center","bottom"],"nullable":true},"justify":{"type":"string","enum":["left","center","right","full"],"nullable":true},"paddingTop":{"type":"number","nullable":true},"paddingBottom":{"type":"number","nullable":true},"paddingLeft":{"type":"number","nullable":true},"paddingRight":{"type":"number","nullable":true},"repeat":{"type":"boolean","nullable":true},"opacity":{"type":"number","minimum":0,"maximum":100,"nullable":true},"rotate":{"type":"number","minimum":-360,"maximum":360,"nullable":true},"blendMode":{"type":"string","enum":["add","color-burn","color-dodge","darken","difference","exclusion","hard-light","hue","lighten","multiply","overlay","saturate","screen","soft-light","subtract","source-over","destination-over","source-in","destination-in","source-out","destination-out","source-atop","destination-atop","xor"],"nullable":true}},"required":["text"],"additionalProperties":false},{"type":"object","properties":{"color":{"type":"string"},"opacity":{"type":"number","minimum":0,"maximum":100,"nullable":true}},"required":["color"],"additionalProperties":false}]}},"required":["type","options"],"additionalProperties":false}}},"required":["tenantId","name","outputFormat","outputQuality","outputCompression","outputWidth","outputHeight","outputResizeMode","steps"],"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string","nullable":true},"outputFormat":{"type":"string","enum":["auto","jpeg","webp","avif","png","svg","gif"]},"outputQuality":{"type":"number"},"outputCompression":{"type":"number"},"outputWidth":{"type":"number"},"outputHeight":{"type":"number"},"outputResizeMode":{"type":"string","enum":["minimum","maximum","stretch","crop"]},"steps":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","description","outputFormat","outputQuality","outputCompression","outputWidth","outputHeight","outputResizeMode","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"media-transformations-delete","summary":"Delete a single Transformation","tags":["Transformation"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/transformations":{"post":{"operationId":"media-transformations-create","summary":"Create a new Transformation","tags":["Transformation"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string"},"outputFormat":{"type":"string","enum":["auto","jpeg","webp","avif","png","svg","gif"]},"outputQuality":{"type":"number"},"outputCompression":{"type":"number"},"outputWidth":{"type":"number"},"outputHeight":{"type":"number"},"outputResizeMode":{"type":"string","enum":["minimum","maximum","stretch","crop"]},"steps":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["blur","brightness-hue-saturation-lightness","extend","flip","flush","grayscale","layer","negative","rotate","sharpen","text","tint"]},"options":{"anyOf":[{"type":"object","properties":{"blurType":{"type":"string","enum":["fast","manual"]},"strength":{"type":"number","minimum":1,"maximum":100,"nullable":true}},"required":["blurType"],"additionalProperties":false},{"type":"object","properties":{"brightness":{"type":"number","minimum":-100,"maximum":100,"nullable":true},"hue":{"type":"number","minimum":-180,"maximum":180,"nullable":true},"saturation":{"type":"number","minimum":-100,"maximum":100,"nullable":true},"lightness":{"type":"number","minimum":-100,"maximum":100,"nullable":true}},"additionalProperties":false},{"type":"object","properties":{"top":{"type":"number","nullable":true},"bottom":{"type":"number","nullable":true},"left":{"type":"number","nullable":true},"right":{"type":"number","nullable":true},"color":{"type":"string","nullable":true}},"additionalProperties":false},{"type":"object","properties":{},"additionalProperties":false},{"type":"object","properties":{},"additionalProperties":false},{"type":"object","properties":{"url":{"type":"string"},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"resizeMode":{"type":"string","enum":["minimum","maximum","stretch","crop"],"nullable":true},"horizontalAlignment":{"type":"string","enum":["left","center","right"],"nullable":true},"verticalAlignment":{"type":"string","enum":["top","center","bottom"],"nullable":true},"paddingLeft":{"type":"number","nullable":true},"paddingRight":{"type":"number","nullable":true},"paddingTop":{"type":"number","nullable":true},"paddingBottom":{"type":"number","nullable":true},"repeat":{"type":"boolean","nullable":true},"opacity":{"type":"number","nullable":true},"rotation":{"type":"number","nullable":true},"blendMode":{"type":"string","enum":["add","color-burn","color-dodge","darken","difference","exclusion","hard-light","hue","lighten","multiply","overlay","saturate","screen","soft-light","subtract","source-over","destination-over","source-in","destination-in","source-out","destination-out","source-atop","destination-atop","xor"],"nullable":true}},"required":["url"],"additionalProperties":false},{"type":"object","properties":{"negativeAlpha":{"type":"boolean","nullable":true}},"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["auto","manual"]},"degrees":{"type":"number","minimum":-360,"maximum":360,"nullable":true},"backgroundColor":{"type":"string","nullable":true}},"required":["type"],"additionalProperties":false},{"type":"object","properties":{"sharpenType":{"type":"string","enum":["fast","manual"]},"strength":{"type":"number","minimum":1,"maximum":100,"nullable":true}},"required":["sharpenType"],"additionalProperties":false},{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string","nullable":true},"fontSize":{"type":"number","nullable":true},"fontWeight":{"type":"number","nullable":true},"fontStyle":{"type":"string","enum":["normal","italic","oblique"],"nullable":true},"letterSpacing":{"type":"number","nullable":true},"lineHeight":{"type":"number","nullable":true},"underline":{"type":"string","enum":["none","double","single","error","low"],"nullable":true},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"horizontalAlignment":{"type":"string","enum":["left","center","right"],"nullable":true},"verticalAlignment":{"type":"string","enum":["top","center","bottom"],"nullable":true},"justify":{"type":"string","enum":["left","center","right","full"],"nullable":true},"paddingTop":{"type":"number","nullable":true},"paddingBottom":{"type":"number","nullable":true},"paddingLeft":{"type":"number","nullable":true},"paddingRight":{"type":"number","nullable":true},"repeat":{"type":"boolean","nullable":true},"opacity":{"type":"number","minimum":0,"maximum":100,"nullable":true},"rotate":{"type":"number","minimum":-360,"maximum":360,"nullable":true},"blendMode":{"type":"string","enum":["add","color-burn","color-dodge","darken","difference","exclusion","hard-light","hue","lighten","multiply","overlay","saturate","screen","soft-light","subtract","source-over","destination-over","source-in","destination-in","source-out","destination-out","source-atop","destination-atop","xor"],"nullable":true}},"required":["text"],"additionalProperties":false},{"type":"object","properties":{"color":{"type":"string"},"opacity":{"type":"number","minimum":0,"maximum":100,"nullable":true}},"required":["color"],"additionalProperties":false}]}},"required":["type","options"],"additionalProperties":false}}},"required":["tenantId","name","outputFormat","outputQuality","outputCompression","outputWidth","outputHeight","outputResizeMode","steps"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string","nullable":true},"outputFormat":{"type":"string","enum":["auto","jpeg","webp","avif","png","svg","gif"]},"outputQuality":{"type":"number"},"outputCompression":{"type":"number"},"outputWidth":{"type":"number"},"outputHeight":{"type":"number"},"outputResizeMode":{"type":"string","enum":["minimum","maximum","stretch","crop"]},"steps":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","description","outputFormat","outputQuality","outputCompression","outputWidth","outputHeight","outputResizeMode","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/media/files":{"get":{"operationId":"media-files-list","summary":"Get all Tenant Files","tags":["File"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"originalFilename":{"type":"string","nullable":true},"path":{"type":"string"},"description":{"type":"string","nullable":true},"mime":{"type":"string","nullable":true},"size":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"width":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"height":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"duration":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"transformationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"meta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"deletedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","tenantId","path","description","mime","size","width","height","duration","transformationId","createdAt","updatedAt","deletedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/files/{id}":{"get":{"operationId":"media-files-get","summary":"Get a single File","tags":["File"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"originalFilename":{"type":"string","nullable":true},"path":{"type":"string"},"description":{"type":"string","nullable":true},"mime":{"type":"string","nullable":true},"size":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"width":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"height":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"duration":{"type":"integer","exclusiveMinimum":true,"minimum":0,"nullable":true},"transformationId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"meta":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"deletedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","tenantId","path","description","mime","size","width","height","duration","transformationId","createdAt","updatedAt","deletedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/files/{id}":{"delete":{"operationId":"media-files-delete","summary":"Delete a single File","tags":["File"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/media/folders":{"get":{"operationId":"media-folders-list","summary":"Get all Tenant Folders","tags":["Folder"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"path","in":"query","required":false,"schema":{"type":"string"}},{"name":"depth","in":"query","required":false,"schema":{"type":"number"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"description":{"type":"string","nullable":true},"path":{"type":"string","nullable":true},"parentId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"depth":{"type":"number","nullable":true},"permission":{"type":"string","enum":["Public","PublicWithTransformations","Private"],"nullable":true},"allowedTransformations":{"type":"array","items":{"type":"string"},"nullable":true},"subfolders":{"type":"array","nullable":true},"uploadsCount":{"type":"number","nullable":true},"subfoldersCount":{"type":"number","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/media/folders/{path}":{"get":{"operationId":"media-folders-getByPath","summary":"Get a Tenant Folder by path","tags":["Folder"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"path","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"description":{"type":"string","nullable":true},"path":{"type":"string","nullable":true},"parentId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"depth":{"type":"number","nullable":true},"permission":{"type":"string","enum":["Public","PublicWithTransformations","Private"],"nullable":true},"allowedTransformations":{"type":"array","items":{"type":"string"},"nullable":true},"subfolders":{"type":"array","nullable":true},"uploadsCount":{"type":"number","nullable":true},"subfoldersCount":{"type":"number","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/folders/{id}":{"get":{"operationId":"media-folders-get","summary":"Get a single Folder","tags":["Folder"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"description":{"type":"string","nullable":true},"path":{"type":"string","nullable":true},"parentId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"depth":{"type":"number","nullable":true},"permission":{"type":"string","enum":["Public","PublicWithTransformations","Private"],"nullable":true},"allowedTransformations":{"type":"array","items":{"type":"string"},"nullable":true},"subfolders":{"type":"array","nullable":true},"uploadsCount":{"type":"number","nullable":true},"subfoldersCount":{"type":"number","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"media-folders-delete","summary":"Delete a single Folder","tags":["Folder"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/media/folders":{"post":{"operationId":"media-folders-create","summary":"Create a new Folder","tags":["Folder"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"path":{"type":"string","minLength":1},"parentId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"permission":{"type":"string","enum":["Public","PublicWithTransformations","Private"]},"allowedTransformations":{"type":"array","items":{"type":"string"}}},"required":["path","tenantId"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"description":{"type":"string","nullable":true},"path":{"type":"string","nullable":true},"parentId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"depth":{"type":"number","nullable":true},"permission":{"type":"string","enum":["Public","PublicWithTransformations","Private"],"nullable":true},"allowedTransformations":{"type":"array","items":{"type":"string"},"nullable":true},"subfolders":{"type":"array","nullable":true},"uploadsCount":{"type":"number","nullable":true},"subfoldersCount":{"type":"number","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/stats/day":{"get":{"operationId":"notifications-stats-perDay","summary":"Get notifications per day","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"filterRangeType","in":"query","required":false,"schema":{"anyOf":[{"not":{}},{"type":"string","enum":["current_billing_cycle","previous_billing_cycle","current_thirty_days","prior_thirty_days","current_month","previous_month","current_year","previous_year","all_time","custom"]}],"default":"current_billing_cycle"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"day":{"type":"string"},"count":{"type":"number"}},"required":["day","count"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/stats":{"get":{"operationId":"notifications-stats-stats","summary":"Get all dashboard stats","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"filterRangeType","in":"query","required":false,"schema":{"anyOf":[{"not":{}},{"type":"string","enum":["current_billing_cycle","previous_billing_cycle","current_thirty_days","prior_thirty_days","current_month","previous_month","current_year","previous_year","all_time","custom"]}],"default":"current_billing_cycle"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"number"},"change":{"type":"number"},"changeType":{"type":"string"}},"required":["name","value","change","changeType"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/notifications/templates":{"get":{"operationId":"notifications-templates-list","summary":"Get all NotificationTemplates","tags":["NotificationTemplate"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]}},{"name":"query","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"body":{},"subject":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","type","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/templates/{id}":{"get":{"operationId":"notifications-templates-get","summary":"Get NotificationTemplate by id","tags":["NotificationTemplate"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"body":{},"subject":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","type","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"notifications-templates-update","summary":"Update NotificationTemplate","tags":["NotificationTemplate"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"body":{"type":"string"},"subject":{"type":"string","nullable":true}},"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"body":{},"subject":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","type","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"notifications-templates-delete","summary":"Delete NotificationTemplate","tags":["NotificationTemplate"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/templates":{"post":{"operationId":"notifications-templates-create","summary":"Create NotificationTemplate","tags":["NotificationTemplate"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"name":{"type":"string"},"body":{"type":"object","additionalProperties":{}},"subject":{"type":"string","nullable":true}},"required":["tenantId","type","name","body"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"body":{},"subject":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","type","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/templates/{id}/content":{"get":{"operationId":"notifications-templates-getContent","summary":"Get NotificationTemplate content","tags":["NotificationTemplate"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{}}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"notifications-templates-updateContent","summary":"Update NotificationTemplate content","tags":["NotificationTemplate"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"assets":{"type":"array","items":{"type":"object","additionalProperties":{}}},"pages":{"type":"array","items":{"type":"object","additionalProperties":{}}},"styles":{"type":"array","items":{"type":"object","additionalProperties":{}}}},"required":["assets","pages","styles"],"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","additionalProperties":{}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/test":{"post":{"operationId":"notifications-templates-test","summary":"Test NotificationTemplate","tags":["NotificationTemplate"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"templateId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"channelId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"variables":{"type":"string"},"input":{"type":"object","additionalProperties":{}}},"required":["templateId","channelId","variables","input"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/templates/clone-all-to-tenant":{"post":{"operationId":"notifications-templates-cloneAllToTenant","summary":"Clone all NotificationTemplates to a new tenant","tags":["NotificationTemplate"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"fromTenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"toTenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"required":["fromTenantId","toTenantId"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"successes":{"type":"array","items":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},"failures":{"type":"array","items":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}},"required":["successes","failures"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/notifications/channels":{"get":{"operationId":"notifications-channels-list","summary":"Get all Channels","tags":["Channel"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"key":{"type":"string"},"description":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"provider":{"type":"string","enum":["email_pxyz","email_aws_ses","email_mailgun","email_mailjet","email_mailersend","email_mailtrap","email_mandrill","email_postmark","email_sendgrid","email_sparkpost","email_resend","inapp_pxyz","push_firebase","push_apns","push_expo","sms_pxyz","sms_twilio","sms_telnyx","sms_mailersend","sms_messagebird","sms_africas_talking","sms_vonage","sms_sinch","sms_aws_sns","sms_plivo","chat_slack","chat_microsoft_teams","chat_discord","chat_whatsapp","webhook"]},"enabled":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","key","description","type","provider","enabled","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/channels/{id}":{"get":{"operationId":"notifications-channels-get","summary":"Get Channel by id","tags":["Channel"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"key":{"type":"string"},"description":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"provider":{"type":"string","enum":["email_pxyz","email_aws_ses","email_mailgun","email_mailjet","email_mailersend","email_mailtrap","email_mandrill","email_postmark","email_sendgrid","email_sparkpost","email_resend","inapp_pxyz","push_firebase","push_apns","push_expo","sms_pxyz","sms_twilio","sms_telnyx","sms_mailersend","sms_messagebird","sms_africas_talking","sms_vonage","sms_sinch","sms_aws_sns","sms_plivo","chat_slack","chat_microsoft_teams","chat_discord","chat_whatsapp","webhook"]},"enabled":{"type":"boolean"},"providerSettings":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","key","description","type","provider","enabled","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"put":{"operationId":"notifications-channels-update","summary":"Update Channel","tags":["Channel"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"key":{"type":"string","pattern":"^[a-z-_\\.]+$"},"description":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"provider":{"type":"string","enum":["email_pxyz","email_aws_ses","email_mailgun","email_mailjet","email_mailersend","email_mailtrap","email_mandrill","email_postmark","email_sendgrid","email_sparkpost","email_resend","inapp_pxyz","push_firebase","push_apns","push_expo","sms_pxyz","sms_twilio","sms_telnyx","sms_mailersend","sms_messagebird","sms_africas_talking","sms_vonage","sms_sinch","sms_aws_sns","sms_plivo","chat_slack","chat_microsoft_teams","chat_discord","chat_whatsapp","webhook"]},"providerSettings":{"type":"object","additionalProperties":{}}},"required":["providerSettings"],"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"key":{"type":"string"},"description":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"provider":{"type":"string","enum":["email_pxyz","email_aws_ses","email_mailgun","email_mailjet","email_mailersend","email_mailtrap","email_mandrill","email_postmark","email_sendgrid","email_sparkpost","email_resend","inapp_pxyz","push_firebase","push_apns","push_expo","sms_pxyz","sms_twilio","sms_telnyx","sms_mailersend","sms_messagebird","sms_africas_talking","sms_vonage","sms_sinch","sms_aws_sns","sms_plivo","chat_slack","chat_microsoft_teams","chat_discord","chat_whatsapp","webhook"]},"enabled":{"type":"boolean"},"providerSettings":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","key","description","type","provider","enabled","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"notifications-channels-delete","summary":"Delete Channel","tags":["Channel"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"deleted":{"type":"boolean"}},"required":["deleted"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/channels":{"post":{"operationId":"notifications-channels-create","summary":"Create Channel","tags":["Channel"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"key":{"type":"string","pattern":"^[a-z-_\\.]+$"},"description":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"provider":{"type":"string","enum":["email_pxyz","email_aws_ses","email_mailgun","email_mailjet","email_mailersend","email_mailtrap","email_mandrill","email_postmark","email_sendgrid","email_sparkpost","email_resend","inapp_pxyz","push_firebase","push_apns","push_expo","sms_pxyz","sms_twilio","sms_telnyx","sms_mailersend","sms_messagebird","sms_africas_talking","sms_vonage","sms_sinch","sms_aws_sns","sms_plivo","chat_slack","chat_microsoft_teams","chat_discord","chat_whatsapp","webhook"]},"providerSettings":{"type":"object","additionalProperties":{}}},"required":["tenantId","name","key","type","provider","providerSettings"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"key":{"type":"string"},"description":{"type":"string","nullable":true},"type":{"type":"string","enum":["email","sms","push","webhook","inapp","chat"]},"provider":{"type":"string","enum":["email_pxyz","email_aws_ses","email_mailgun","email_mailjet","email_mailersend","email_mailtrap","email_mandrill","email_postmark","email_sendgrid","email_sparkpost","email_resend","inapp_pxyz","push_firebase","push_apns","push_expo","sms_pxyz","sms_twilio","sms_telnyx","sms_mailersend","sms_messagebird","sms_africas_talking","sms_vonage","sms_sinch","sms_aws_sns","sms_plivo","chat_slack","chat_microsoft_teams","chat_discord","chat_whatsapp","webhook"]},"enabled":{"type":"boolean"},"providerSettings":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","key","description","type","provider","enabled","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/notifications/send":{"post":{"operationId":"notifications-notification-send","summary":"Create a Notification","tags":["Notification"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"template":{"type":"string"},"channel":{"type":"string"},"variables":{"type":"object","additionalProperties":{}},"input":{"type":"object","additionalProperties":{}}},"required":["tenantId","template","channel","variables","input"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]}},"required":["status"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/notifications/emails":{"get":{"operationId":"notifications-emails-list","summary":"List Email Notifications","tags":["Notification"],"parameters":[{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array"}},"required":["status","data"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/notifications/sms":{"get":{"operationId":"notifications-sms-list","summary":"List Sms Notifications","tags":["Notification"],"parameters":[{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array"}},"required":["status","data"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/notifications/webhooks":{"get":{"operationId":"notifications-webhooks-list","summary":"List Webhook Notifications","tags":["Notification"],"parameters":[{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array"}},"required":["status","data"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/notifications/push":{"get":{"operationId":"notifications-push-list","summary":"List Push Notifications","tags":["Notification"],"parameters":[{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array"}},"required":["status","data"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/notifications/inapp":{"get":{"operationId":"notifications-inapp-list","summary":"List In App Notifications","tags":["Notification"],"parameters":[{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}},{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array"}},"required":["status","data"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/content/stats":{"get":{"operationId":"content-stats-stats","summary":"Get all content dashboard stats","tags":["Stats"],"parameters":[{"name":"tenantId","in":"query","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"filterRangeType","in":"query","required":false,"schema":{"anyOf":[{"not":{}},{"type":"string","enum":["current_billing_cycle","previous_billing_cycle","current_thirty_days","prior_thirty_days","current_month","previous_month","current_year","previous_year","all_time","custom"]}],"default":"current_billing_cycle"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"number"},"unit":{"type":"string","nullable":true},"change":{"type":"number"},"changeType":{"type":"string"}},"required":["name","value","change","changeType"],"additionalProperties":false}}}}},"default":{"$ref":"#/components/responses/error"}}}},"/tenants/{tenantId}/content/schemas":{"get":{"operationId":"content-schemas-list","summary":"Get all Tenant Schemas","tags":["Schema"],"parameters":[{"name":"tenantId","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"perPage","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string","nullable":true},"types":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","description","createdAt","updatedAt"],"additionalProperties":false}},"meta":{"type":"object","properties":{"total":{"type":"integer"},"count":{"type":"integer"},"numPages":{"type":"integer"},"perPage":{"type":"integer"},"prev":{"type":"string","format":"date-time","nullable":true},"next":{"type":"string","format":"date-time","nullable":true}},"required":["total","count","numPages","perPage"],"additionalProperties":false}},"required":["status","data","meta"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/content/schemas/{id}":{"get":{"operationId":"content-schemas-get","summary":"Get a single Schema","tags":["Schema"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string","nullable":true},"types":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","description","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"patch":{"operationId":"content-schemas-update","summary":"Update a single Schema","tags":["Schema"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string"},"types":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["image"]},"name":{"type":"string"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"accept":{"type":"string"}},"required":["type","name","fields"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["geopoint"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"name":{"type":"string"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"accept":{"type":"string"}},"required":["type","name","fields"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["datetime"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"dateFormat":{"type":"string"},"timeFormat":{"type":"string"},"timeStep":{"type":"number"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["date"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"placeholder":{"type":"string"},"initialValue":{"type":"string"},"dateFormat":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["boolean"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"boolean"},"layout":{"type":"string","enum":["radio","dropdown"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["block"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"spellCheck":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["array"]},"name":{"type":"string"},"of":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["image"]},"name":{"type":"string"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"accept":{"type":"string"}},"required":["type","name","fields"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["geopoint"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"name":{"type":"string"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"accept":{"type":"string"}},"required":["type","name","fields"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["datetime"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"dateFormat":{"type":"string"},"timeFormat":{"type":"string"},"timeStep":{"type":"number"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["date"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"placeholder":{"type":"string"},"initialValue":{"type":"string"},"dateFormat":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["boolean"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"boolean"},"layout":{"type":"string","enum":["radio","dropdown"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["block"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"spellCheck":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"sortable":{"type":"boolean"},"layout":{"type":"string","enum":["tags","list","grid"]},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"modal":{"type":"object","properties":{"type":{"type":"string","enum":["dialog","popover"]},"width":{"anyOf":[{"type":"string","enum":["auto"]},{"type":"number"}]}},"required":["type"],"additionalProperties":false}},"required":["type","name","of"],"additionalProperties":false}]}}},"required":["tenantId","name","types"],"additionalProperties":false}}}},"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string","nullable":true},"types":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","description","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}},"delete":{"operationId":"content-schemas-delete","summary":"Delete a single Schema","tags":["Schema"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"boolean"}}}},"default":{"$ref":"#/components/responses/error"}}}},"/content/schemas":{"post":{"operationId":"content-schemas-create","summary":"Create a new Schema","tags":["Schema"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string"},"types":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["image"]},"name":{"type":"string"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"accept":{"type":"string"}},"required":["type","name","fields"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["geopoint"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"name":{"type":"string"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"accept":{"type":"string"}},"required":["type","name","fields"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["datetime"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"dateFormat":{"type":"string"},"timeFormat":{"type":"string"},"timeStep":{"type":"number"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["date"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"placeholder":{"type":"string"},"initialValue":{"type":"string"},"dateFormat":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["boolean"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"boolean"},"layout":{"type":"string","enum":["radio","dropdown"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["block"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"spellCheck":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["array"]},"name":{"type":"string"},"of":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["image"]},"name":{"type":"string"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"accept":{"type":"string"}},"required":["type","name","fields"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["geopoint"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["file"]},"name":{"type":"string"},"fields":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","enum":["url"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["text"]},"name":{"type":"string"},"rows":{"type":"number"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["string"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["slug"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"source":{"type":"string"},"maxLength":{"type":"number"},"unique":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["reference"]},"name":{"type":"string"},"to":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"disableNew":{"type":"boolean"}},"required":["type","name","to"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["number"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"number"},"list":{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"object","properties":{"value":{"type":"number"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"layout":{"type":"string","enum":["radio","dropdown"]},"direction":{"type":"string","enum":["horizontal","vertical"]}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"accept":{"type":"string"}},"required":["type","name","fields"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["datetime"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"string"},"dateFormat":{"type":"string"},"timeFormat":{"type":"string"},"timeStep":{"type":"number"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["date"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"placeholder":{"type":"string"},"initialValue":{"type":"string"},"dateFormat":{"type":"string"}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["boolean"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"initialValue":{"type":"boolean"},"layout":{"type":"string","enum":["radio","dropdown"]}},"required":["type","name"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","enum":["block"]},"name":{"type":"string"},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"spellCheck":{"type":"boolean"}},"required":["type","name"],"additionalProperties":false}]}},"title":{"type":"string"},"hidden":{"type":"boolean"},"readOnly":{"type":"boolean"},"description":{"type":"string"},"sortable":{"type":"boolean"},"layout":{"type":"string","enum":["tags","list","grid"]},"list":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"value":{"type":"string"},"title":{"type":"string"}},"required":["value","title"],"additionalProperties":false}]}},"modal":{"type":"object","properties":{"type":{"type":"string","enum":["dialog","popover"]},"width":{"anyOf":[{"type":"string","enum":["auto"]},{"type":"number"}]}},"required":["type"],"additionalProperties":false}},"required":["type","name","of"],"additionalProperties":false}]}}},"required":["tenantId","name","types"],"additionalProperties":false}}}},"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","pattern":"^[a-z0-9-_]+$"},"description":{"type":"string","nullable":true},"types":{},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","description","createdAt","updatedAt"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/user/whoami":{"get":{"operationId":"user-whoami","summary":"Get the current user","tags":["User"],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string","nullable":true},"imageUri":{"type":"string","nullable":true},"lastSignInAt":{"type":"string","format":"date-time","nullable":true},"lastActiveAt":{"type":"string","format":"date-time","nullable":true},"username":{"type":"string","nullable":true},"status":{"type":"string","enum":["active","inactive","suspended"],"nullable":true},"roleId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"role":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"permissions":{"type":"array","items":{"type":"string"}}},"required":["id","name","permissions"],"additionalProperties":false,"nullable":true},"primaryEmailId":{"type":"string","nullable":true},"primaryPhoneId":{"type":"string","nullable":true},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"phoneNumbers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"phone":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","phone","verifiedAt","createdAt","updatedAt"],"additionalProperties":false}},"publicMeta":{"nullable":true},"privateMeta":{"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","name","emailAddresses","phoneNumbers","createdAt","updatedAt"],"additionalProperties":false,"nullable":true}}}},"default":{"$ref":"#/components/responses/error"}}}},"/user/invitations":{"get":{"operationId":"user-listTenantInvitations","summary":"List all Tenant Invitations for the current user","tags":["User"],"parameters":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]},"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenantId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"tenant":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"name":{"type":"string"},"slug":{"type":"string"},"logoId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"iconId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"environment":{"type":"string","enum":["development","staging","production"]},"createdAt":{"type":"string","format":"date-time"}},"required":["id","name","slug","environment","createdAt"],"additionalProperties":false,"nullable":true},"email":{"type":"string","format":"email"},"userId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"user":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"emailAddresses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"},"email":{"type":"string","format":"email"},"verifiedAt":{"type":"string","format":"date-time","nullable":true}},"required":["id","email","verifiedAt"],"additionalProperties":false}},"primaryEmailId":{"type":"string","pattern":"^[cC][^\\s-]{8,}$","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","emailAddresses","primaryEmailId"],"additionalProperties":false,"nullable":true},"roleAdmin":{"type":"boolean"},"roleEditOrganizations":{"type":"boolean"},"roleEditUsers":{"type":"boolean"},"roleEditConfig":{"type":"boolean"},"roleViewUsers":{"type":"boolean"},"roleViewOrganizations":{"type":"boolean"},"roleViewConfig":{"type":"boolean"},"roleViewBilling":{"type":"boolean"},"roleEditBilling":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","tenantId","email","roleAdmin","roleEditOrganizations","roleEditUsers","roleEditConfig","roleViewUsers","roleViewOrganizations","roleViewConfig","roleViewBilling","roleEditBilling","createdAt","updatedAt"],"additionalProperties":false}}},"required":["status","data"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/user/invitations/{id}/accept":{"post":{"operationId":"user-acceptTenantInvitation","summary":"Accept a Tenant Invitation","tags":["User"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]}},"required":["status"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}},"/user/invitations/{id}/decline":{"post":{"operationId":"user-declineTenantInvitation","summary":"Decline a Tenant Invitation","tags":["User"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","pattern":"^[cC][^\\s-]{8,}$"}}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","enum":["success","error"]}},"required":["status"],"additionalProperties":false}}}},"default":{"$ref":"#/components/responses/error"}}}}},"components":{"securitySchemes":{"Authorization":{"type":"http","scheme":"bearer"}},"responses":{"error":{"description":"Error response","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"code":{"type":"string"},"issues":{"type":"array","items":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"],"additionalProperties":false}}},"required":["message","code"],"additionalProperties":false}}}}}}}