{"openapi":"3.1.0","info":{"title":"Open Mercato API","version":"0.8.0","description":"Auto-generated OpenAPI definition for all enabled modules."},"servers":[{"url":"https://crm.textunited.com/api","description":"Default environment"}],"paths":{"/auth/locale":{"get":{"operationId":"auth_get_auth_locale","summary":"Set locale and redirect","description":"Stores the selected locale in a cookie and redirects to a safe local path.","tags":["Authentication & Accounts"],"parameters":[{"name":"locale","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthLocaleGetParameters0Schema"},"example":"string","description":"A locale code this tenant serves — one of the `servable` entries returned by `GET /api/translations/locales`. Codes are canonicalized (`de-AT` → `de`)."},{"name":"redirect","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthLocaleGetParameters1Schema"},"example":"string"}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLocaleGetResponses200ContentApplicationJsonSchema"}}}},"302":{"description":"Locale cookie set and request redirected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLocaleGetResponses302ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid locale","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLocaleGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/locale?locale=string\" \\\n  -H \"Accept: application/json\""}]},"post":{"operationId":"auth_post_auth_locale","summary":"Set locale","description":"Stores the selected locale in a cookie and returns a JSON success response.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLocalePostRequestBodyContentApplicationJsonSchema"},"example":{"locale":"string"}}}},"responses":{"200":{"description":"Locale cookie set","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLocalePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid locale or malformed request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLocalePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/locale\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"locale\\\": \\\"string\\\"\n}\""}]}},"/auth/profile":{"get":{"operationId":"auth_get_auth_profile","summary":"Get current profile","description":"Returns the email address, display name, and roles for the signed-in user. The display name is null when unset.","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Profile payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses200ContentApplicationJsonSchema"},"example":{"email":"user@example.com","name":null,"roles":["string"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"User not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/profile\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"auth_put_auth_profile","summary":"Update current profile","description":"Updates the email address or password for the signed-in user.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthProfilePutRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Profile updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthProfilePutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"email":"user@example.com"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthProfilePutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthProfilePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/auth/profile\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true}},"/auth/roles/acl":{"get":{"operationId":"auth_get_auth_roles_acl","summary":"Fetch role ACL","description":"Returns the feature and organization assignments associated with a role within the current tenant.","tags":["Authentication & Accounts"],"parameters":[{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role ACL entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchema"},"example":{"isSuperAdmin":true,"features":["string"],"organizations":null,"updatedAt":null}}}},"400":{"description":"Invalid role id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/roles/acl?roleId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"auth_put_auth_roles_acl","summary":"Update role ACL","description":"Replaces the feature list, super admin flag, and optional organization assignments for a role.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchema"},"example":{"roleId":"00000000-0000-4000-8000-000000000000","organizations":null}}}},"responses":{"200":{"description":"Role ACL updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"sanitized":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient privileges to modify ACL","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/auth/roles/acl\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"roleId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizations\\\": null\n}\""}],"x-require-auth":true}},"/auth/roles":{"get":{"operationId":"auth_get_auth_roles","summary":"List roles","description":"Returns available roles within the current tenant. Super administrators receive visibility across tenants.","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesGetParameters3Schema"},"example":"string"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","usersCount":1,"tenantId":null,"tenantName":null,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/roles?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"auth_post_auth_roles","summary":"Create role","description":"Creates a new role anchored to the caller's tenant. Non-superadmins cannot target another tenant; supplying a foreign `tenantId` is rejected.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string"}}}},"responses":{"201":{"description":"Role created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"auth_put_auth_roles","summary":"Update role","description":"Updates mutable fields on an existing role.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Role updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/auth/roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"auth_delete_auth_roles","summary":"Delete role","description":"Deletes a role by identifier. Fails when users remain assigned.","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Role identifier"}],"responses":{"200":{"description":"Role deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Role cannot be deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/auth/roles?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/auth/sidebar/preferences":{"get":{"operationId":"auth_get_auth_sidebar_preferences","summary":"Get sidebar preferences","description":"Returns sidebar customization for the current user (default) or the specified role (`?roleId=…`, requires `auth.sidebar.manage`).","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Current sidebar configuration","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchema"},"example":{"locale":"string","settings":{"version":1,"groupOrder":["string"],"groupLabels":{"key":"string"},"itemLabels":{"key":"string"},"hiddenItems":["string"],"itemOrder":{"key":["string"]}},"canApplyToRoles":true,"roles":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","hasPreference":true}],"scope":{"type":"user"},"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing features for role-scope read","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Role not found in current tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/sidebar/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"auth_put_auth_sidebar_preferences","summary":"Update sidebar preferences","description":"Updates sidebar configuration. With `scope.type === \"user\"` (default) writes the calling user's personal preferences and may optionally apply the same settings to selected roles via `applyToRoles[]`. With `scope.type === \"role\"` writes the named role variant directly (requires `auth.sidebar.manage`); `applyToRoles[]` and `clearRoleIds[]` are rejected in this mode.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Preferences saved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchema"},"example":{"locale":"string","settings":{"version":1,"groupOrder":["string"],"groupLabels":{"key":"string"},"itemLabels":{"key":"string"},"hiddenItems":["string"],"itemOrder":{"key":["string"]}},"canApplyToRoles":true,"roles":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","hasPreference":true}],"scope":{"type":"user"},"updatedAt":null,"appliedRoles":["00000000-0000-4000-8000-000000000000"],"clearedRoles":["00000000-0000-4000-8000-000000000000"]}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing features for role-wide updates","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Role not found in current tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/auth/sidebar/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true},"delete":{"operationId":"auth_delete_auth_sidebar_preferences","summary":"Delete a role sidebar variant","description":"Removes the role variant for the current tenant + locale. Idempotent. Requires `auth.sidebar.manage`.","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Variant deleted (or never existed)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"scope":{"type":"user"}}}}},"400":{"description":"Missing roleId query parameter","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Role not found in current tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/auth/sidebar/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/auth/sidebar/variants":{"get":{"operationId":"auth_get_auth_sidebar_variants","summary":"List sidebar variants","description":"Returns the named sidebar variants saved by the current user for the current tenant + locale.","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Variant list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchema"},"example":{"locale":"string","variants":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","isActive":true,"settings":{"version":1,"groupOrder":["string"],"groupLabels":{"key":"string"},"itemLabels":{"key":"string"},"hiddenItems":["string"],"itemOrder":{"key":["string"]}},"createdAt":"string","updatedAt":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/sidebar/variants\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"auth_post_auth_sidebar_variants","summary":"Create a sidebar variant","description":"Creates a new variant. If `name` is omitted or blank, an auto-name like \"My preferences\", \"My preferences 2\", … is assigned.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Variant created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchema"},"example":{"locale":"string","variant":{"id":"00000000-0000-4000-8000-000000000000","name":"string","isActive":true,"settings":{"version":1,"groupOrder":["string"],"groupLabels":{"key":"string"},"itemLabels":{"key":"string"},"hiddenItems":["string"],"itemOrder":{"key":["string"]}},"createdAt":"string","updatedAt":null}}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/sidebar/variants\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true}},"/auth/users/acl":{"get":{"operationId":"auth_get_auth_users_acl","summary":"Fetch user ACL","description":"Returns custom ACL overrides for a user, scoped to the requested tenant when supplied and to the actor or target user tenant otherwise.","tags":["Authentication & Accounts"],"parameters":[{"name":"userId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"User ACL entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchema"},"example":{"hasCustomAcl":true,"isSuperAdmin":true,"features":["string"],"organizations":null,"updatedAt":null}}}},"400":{"description":"Invalid user id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient privileges for the requested tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/users/acl?userId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"auth_put_auth_users_acl","summary":"Update user ACL","description":"Updates a per-user ACL override. Omitted super admin, feature, and organization fields preserve their stored values. Authorization evaluates the merged ACL, so a partial request returns 403 when a preserved grant is outside the actor's grantable ACL. An organization-scoped non-super-admin override requires at least one feature grant.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchema"},"example":{"userId":"00000000-0000-4000-8000-000000000000","organizations":null}}}},"responses":{"200":{"description":"User ACL updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"sanitized":true}}}},"400":{"description":"Invalid payload or unresolved tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient privileges to modify ACL","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/auth/users/acl\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"userId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizations\\\": null\n}\""}],"x-require-auth":true}},"/auth/users/consents":{"get":{"operationId":"auth_get_auth_users_consents","summary":"List user consents","description":"Returns all consent records for a given user, with integrity verification status.","tags":["Auth"],"parameters":[{"name":"userId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersConsentsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Consent list returned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersConsentsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersConsentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersConsentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/users/consents?userId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/auth/users/resend-invite":{"post":{"operationId":"auth_post_auth_users_resend_invite","summary":"Resend invitation email","description":"Resends the invitation email to a user who has not yet set up their password. Generates a new 48-hour setup token and invalidates prior tokens.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Invite email sent","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request origin","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"User not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"User already has a password","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Validation error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Rate limit exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Invitation email origin is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/users/resend-invite\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/auth/users":{"get":{"operationId":"auth_get_auth_users","summary":"List users","description":"Returns users for the effective selected tenant and organization scope. Search matches email, organization name, and role name. Super administrators may scope the response via the topbar context, organization filters, or role filters. Pass scopeToActiveOrganization=1 to restrict results to the caller's active organization (used by recipient/assignee pickers so suggestions stay within the org that owns the resulting record). Pass ids=<uuid>,<uuid> (max 100) to resolve a known set of users in one request, for example to label a list of foreign keys; it intersects with id and roleId, and a supplied ids value that contains no valid identifier matches nothing.","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters1Schema"},"example":"string","description":"Comma-separated user identifiers, at most 100"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters2Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters3Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters4Schema"},"example":"string"},{"name":"name","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters5Schema"},"example":"string"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters6Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"scopeToActiveOrganization","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters7Schema"},"example":true},{"name":"roleIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters8Schema"},"example":["00000000-0000-4000-8000-000000000000"]}],"responses":{"200":{"description":"User collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","email":"user@example.com","name":null,"organizationId":null,"organizationName":null,"tenantId":null,"tenantName":null,"roles":["string"],"isConfirmed":true,"updatedAt":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/users?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"auth_post_auth_users","summary":"Create user","description":"Creates a new confirmed user within the specified organization, optional display name, and optional roles.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchema"},"example":{"email":"user@example.com","name":null,"organizationId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"User created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload or duplicate email","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Attempted to assign privileged roles","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/users\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"email\\\": \\\"user@example.com\\\",\n  \\\"name\\\": null,\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"auth_put_auth_users","summary":"Update user","description":"Updates profile fields including display name, organization assignment, credentials, or role memberships. A destination organization must be within the caller's descendant-expanded organization scope. Retained and newly assigned roles must belong to the destination tenant and be grantable by the caller. Setting isConfirmed=false deactivates the account: the user can no longer sign in and every active session is revoked; isConfirmed=true reactivates it. A tenant cannot drop below a protected role's minimum active holder count, so revoking the role from, deactivating, moving, or deleting the last active administrator is rejected.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","name":null}}}},"responses":{"200":{"description":"User updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload, duplicate email, or the update would remove the last active holder of a protected role","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Destination organization is outside caller scope, or a retained or assigned role is not grantable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"User or destination organization not found in the caller tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/auth/users\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"auth_delete_auth_users","summary":"Delete user","description":"Deletes a user by identifier. Rejected when the target is the last active holder of a protected role in the tenant. Undo support is provided via the command bus.","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"User identifier"}],"responses":{"200":{"description":"User deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"User cannot be deleted, or is the last active holder of a protected role","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"User not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/auth/users?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/auth/sidebar/variants/{id}":{"get":{"operationId":"auth_get_auth_sidebar_variants_id","summary":"Get a sidebar variant","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Variant","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchema"},"example":{"locale":"string","variant":{"id":"00000000-0000-4000-8000-000000000000","name":"string","isActive":true,"settings":{"version":1,"groupOrder":["string"],"groupLabels":{"key":"string"},"itemLabels":{"key":"string"},"hiddenItems":["string"],"itemOrder":{"key":["string"]}},"createdAt":"string","updatedAt":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Variant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/sidebar/variants/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"auth_put_auth_sidebar_variants_id","summary":"Update a sidebar variant","description":"Updates the variant's name, settings, and/or isActive flag. Setting `isActive: true` deactivates other variants in the same scope (only one active per user/tenant/locale).","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Variant updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchema"},"example":{"locale":"string","variant":{"id":"00000000-0000-4000-8000-000000000000","name":"string","isActive":true,"settings":{"version":1,"groupOrder":["string"],"groupLabels":{"key":"string"},"itemLabels":{"key":"string"},"hiddenItems":["string"],"itemOrder":{"key":["string"]}},"createdAt":"string","updatedAt":null}}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Variant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/auth/sidebar/variants/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true},"delete":{"operationId":"auth_delete_auth_sidebar_variants_id","summary":"Delete a sidebar variant","description":"Soft-deletes the variant (sets deleted_at).","tags":["Authentication & Accounts"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Variant deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Variant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/auth/sidebar/variants/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/auth/admin/nav":{"get":{"operationId":"auth_get_auth_admin_nav","summary":"Resolve backend chrome bootstrap payload","description":"Returns the backend chrome payload available to the authenticated administrator after applying scope, RBAC, role defaults, and personal sidebar preferences.","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Backend chrome payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchema"},"example":{"brand":null,"groups":[{"name":"string","items":[{"href":"string","title":"string"}]}],"settingsSections":[{"id":"string","label":"string","items":[{"id":"string","label":"string","href":"string"}]}],"settingsPathPrefixes":["string"],"profileSections":[{"id":"string","label":"string","items":[{"id":"string","label":"string","href":"string"}]}],"profilePathPrefixes":["string"],"grantedFeatures":["string"],"roles":["string"],"currentOrganization":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/admin/nav\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/auth/autologin":{"get":{"operationId":"auth_get_auth_autologin","summary":"Auto sign-in using env-configured demo credentials","description":"When OM_AUTOLOGIN_EMAIL / OM_AUTOLOGIN_PASSWORD are configured, signs the visitor in with those credentials and redirects into the app. Intended for single-tenant demo instances only. Falls back to the login page when disabled or misconfigured.","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthAutologinGetResponses200ContentApplicationJsonSchema"}}}},"307":{"description":"Redirect into the app (or to /login on failure)","content":{"text/html":{"schema":{"$ref":"#/components/schemas/DocPathsAuthAutologinGetResponses307ContentTextHtmlSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/autologin\" \\\n  -H \"Accept: application/json\""}]}},"/auth/feature-check":{"post":{"operationId":"auth_post_auth_feature_check","summary":"Check feature grants for the current user","description":"Evaluates which of the requested features are available to the signed-in user within the active tenant / organization context.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostRequestBodyContentApplicationJsonSchema"},"example":{"features":["string"]}}},"description":"Feature identifiers to evaluate."},"responses":{"200":{"description":"Evaluation result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"granted":["string"],"userId":"string"}}}},"400":{"description":"Invalid request — features array missing, too large, or contains invalid entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses400ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses401ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/feature-check\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"features\\\": [\n    \\\"string\\\"\n  ]\n}\""}],"x-require-auth":true}},"/auth/features":{"get":{"operationId":"auth_get_auth_features","summary":"List declared feature flags","description":"Returns all static features contributed by the enabled modules along with their module source.","tags":["Authentication & Accounts"],"parameters":[],"responses":{"200":{"description":"Aggregated feature catalog","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","title":"string","module":"string"}],"modules":[{"id":"string","title":"string"}]}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/features\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/auth/login":{"post":{"operationId":"auth_post_auth_login","summary":"Authenticate user credentials","description":"Validates the submitted credentials and issues a bearer token cookie for subsequent API calls.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchema"},"example":{"email":"user@example.com","password":"string"}}},"description":"Form-encoded payload captured from the login form."},"responses":{"200":{"description":"Authentication succeeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"token":"string","redirect":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses400ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"401":{"description":"Invalid credentials","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses401ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"403":{"description":"User lacks required role","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses403ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"429":{"description":"Too many login attempts","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/login\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/x-www-form-urlencoded\" \\\n  -d \"email=user%40example.com&password=string\""}]}},"/auth/logout":{"post":{"operationId":"auth_post_auth_logout","summary":"Invalidate session and redirect","description":"Clears authentication cookies and redirects the browser to the login page.","tags":["Authentication & Accounts"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLogoutPostResponses201ContentApplicationJsonSchema"}}}},"302":{"description":"Redirect to login after successful logout","content":{"text/html":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLogoutPostResponses302ContentTextHtmlSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthLogoutPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/logout\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/auth/reset/confirm":{"post":{"operationId":"auth_post_auth_reset_confirm","summary":"Complete password reset","description":"Validates the reset token and updates the user password.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostRequestBodyContentApplicationXWwwFormUrlencodedSchema"},"example":{"token":"string","password":"string"}}}},"responses":{"200":{"description":"Password reset succeeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"redirect":"string"}}}},"400":{"description":"Invalid token or payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostResponses400ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"429":{"description":"Too many reset confirmation attempts","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/reset/confirm\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/x-www-form-urlencoded\" \\\n  -d \"token=string&password=string\""}]}},"/auth/reset/validate":{"post":{"operationId":"auth_post_auth_reset_validate","summary":"Check whether a password reset token is still usable","description":"Reports whether a reset token exists, is unused, and has not expired, so the reset page can render a terminal state instead of a form the token can never submit. The token is never consumed and the response never distinguishes unknown, used, and expired tokens.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetValidatePostRequestBodyContentApplicationXWwwFormUrlencodedSchema"},"example":{"token":"string"}}}},"responses":{"200":{"description":"Token state resolved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetValidatePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"valid":true}}}},"429":{"description":"Too many token validation attempts","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetValidatePostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/reset/validate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/x-www-form-urlencoded\" \\\n  -d \"token=string\""}]}},"/auth/reset":{"post":{"operationId":"auth_post_auth_reset","summary":"Send reset email","description":"Requests a password reset email for the given account. The endpoint always returns `ok: true` to avoid leaking account existence.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetPostRequestBodyContentApplicationXWwwFormUrlencodedSchema"},"example":{"email":"user@example.com"}}}},"responses":{"200":{"description":"Reset email dispatched (or ignored for unknown accounts)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request origin","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"429":{"description":"Too many password reset requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetPostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Password reset email origin is not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthResetPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/reset\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/x-www-form-urlencoded\" \\\n  -d \"email=user%40example.com\""}]}},"/auth/session/refresh":{"get":{"operationId":"auth_get_auth_session_refresh","summary":"Refresh auth cookie from session token (browser)","description":"Exchanges an existing `session_token` cookie for a fresh JWT auth cookie and redirects the browser.","tags":["Authentication & Accounts"],"parameters":[{"name":"redirect","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshGetParameters0Schema"},"example":"string","description":"Absolute or relative URL to redirect after refresh"}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshGetResponses200ContentApplicationJsonSchema"}}}},"302":{"description":"Redirect to target location when session is valid","content":{"text/html":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshGetResponses302ContentTextHtmlSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/auth/session/refresh\" \\\n  -H \"Accept: application/json\""}]},"post":{"operationId":"auth_post_auth_session_refresh","summary":"Refresh access token (API/mobile)","description":"Exchanges a refresh token for a new JWT access token. Pass the refresh token obtained from login in the request body.","tags":["Authentication & Accounts"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostRequestBodyContentApplicationJsonSchema"},"example":{"refreshToken":"string"}}}},"responses":{"200":{"description":"New access token issued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"accessToken":"string","expiresIn":1}}}},"400":{"description":"Missing refresh token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses400ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"401":{"description":"Invalid or expired token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses401ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"429":{"description":"Too many refresh attempts","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses429ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/auth/session/refresh\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"refreshToken\\\": \\\"string\\\"\n}\""}]}},"/directory/organization-branding":{"get":{"operationId":"directory_get_directory_organization_branding","summary":"Read sidebar branding for the selected organization","description":"Returns the logo URL used by the backend sidebar for the currently selected organization.","tags":["Directory"],"parameters":[],"responses":{"200":{"description":"Organization branding","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","organizationName":"string","tenantId":"00000000-0000-4000-8000-000000000000","logoUrl":null,"logoPreserveAspectRatio":true,"updatedAt":null}}}},"400":{"description":"A concrete organization scope is required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Organization not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/directory/organization-branding\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"directory_put_directory_organization_branding","summary":"Update sidebar branding for the selected organization","description":"Stores an external image URL or an internal attachment image URL as the selected organization logo.","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchema"},"example":{"logoUrl":null}}}},"responses":{"200":{"description":"Updated organization branding","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","organizationName":"string","tenantId":"00000000-0000-4000-8000-000000000000","logoUrl":null,"logoPreserveAspectRatio":true,"updatedAt":null}}}},"400":{"description":"Save failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Organization branding changed since it was loaded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Invalid logo URL","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/directory/organization-branding\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"logoUrl\\\": null\n}\""}],"x-require-auth":true}},"/directory/organization-switcher":{"get":{"operationId":"directory_get_directory_organization_switcher","summary":"Load organization switcher menu","description":"Returns the hierarchical menu of organizations the current user may switch to within the active tenant.","tags":["Directory"],"parameters":[],"responses":{"200":{"description":"Organization switcher payload.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","depth":1,"selectable":true,"children":[]}],"selectedId":null,"canManage":true,"canViewAllOrganizations":true,"tenantId":null,"tenants":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","isActive":true}],"isSuperAdmin":true}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/directory/organization-switcher\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/directory/organizations":{"get":{"operationId":"directory_get_directory_organizations","summary":"List organizations","description":"Returns organizations using options, tree, or paginated manage view depending on the `view` parameter.","tags":["Directory"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetParameters2Schema"},"example":"string"},{"name":"view","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetParameters3Schema"},"example":"options"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetParameters4Schema"},"example":"string"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"includeInactive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetParameters6Schema"},"example":"true"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetParameters7Schema"},"example":"all"}],"responses":{"200":{"description":"Organization data for the requested view.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","parentId":null,"parentName":null,"tenantId":null,"tenantName":null,"rootId":null,"treePath":null}]}}}},"400":{"description":"Invalid query or tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/directory/organizations?page=1&pageSize=50&view=options\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"directory_post_directory_organizations","summary":"Create organization","description":"Creates a new organization within a tenant and optionally assigns hierarchy relationships.","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","slug":null,"logoUrl":null,"parentId":null}}},"description":"Organization attributes and optional hierarchy configuration."},"responses":{"201":{"description":"Organization created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing directory.organizations.manage feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/directory/organizations\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"slug\\\": null,\n  \\\"logoUrl\\\": null,\n  \\\"parentId\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"directory_put_directory_organizations","summary":"Update organization","description":"Updates organization details and hierarchy assignments.","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","slug":null,"logoUrl":null,"parentId":null}}},"description":"Organization identifier followed by fields to update."},"responses":{"200":{"description":"Organization updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing directory.organizations.manage feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/directory/organizations\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"slug\\\": null,\n  \\\"logoUrl\\\": null,\n  \\\"parentId\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"directory_delete_directory_organizations","summary":"Delete organization","description":"Soft deletes an organization identified by id.","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier of the organization to delete."},"responses":{"200":{"description":"Organization deleted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing directory.organizations.manage feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/directory/organizations\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/directory/tenants":{"get":{"operationId":"directory_get_directory_tenants","summary":"List tenants","description":"Returns tenants visible to the current user with optional search and pagination.","tags":["Directory"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetParameters3Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetParameters4Schema"},"example":"name"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetParameters5Schema"},"example":"asc"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetParameters6Schema"},"example":"true"}],"responses":{"200":{"description":"Paged list of tenants.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","isActive":true,"createdAt":null,"updatedAt":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Requires super-admin","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/directory/tenants?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"directory_post_directory_tenants","summary":"Create tenant","description":"Creates a new tenant and returns its identifier.","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string"}}},"description":"Tenant name and optional activation flag."},"responses":{"201":{"description":"Tenant created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing directory.tenants.manage feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/directory/tenants\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"directory_put_directory_tenants","summary":"Update tenant","description":"Updates tenant properties such as name or activation state.","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Tenant identifier with fields to update."},"responses":{"200":{"description":"Tenant updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing directory.tenants.manage feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/directory/tenants\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"directory_delete_directory_tenants","summary":"Delete tenant","description":"Soft deletes the tenant identified by id.","tags":["Directory"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Identifier of the tenant to remove."},"responses":{"200":{"description":"Tenant removed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing directory.tenants.manage feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/directory/tenants\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/directory/organizations/lookup":{"get":{"operationId":"directory_get_directory_organizations_lookup","summary":"Public organization lookup by slug","tags":["Directory (Tenants & Organizations)"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsLookupGetResponses200ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/directory/organizations/lookup\" \\\n  -H \"Accept: application/json\""}]}},"/directory/tenants/lookup":{"get":{"operationId":"directory_get_directory_tenants_lookup","summary":"Public tenant lookup","tags":["Directory (Tenants & Organizations)"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsLookupGetResponses200ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/directory/tenants/lookup\" \\\n  -H \"Accept: application/json\""}]}},"/configs/cache":{"get":{"operationId":"configs_get_configs_cache","summary":"Get cache statistics","description":"Returns detailed cache statistics including total entries and breakdown by cache segments. Requires cache service to be available.","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"Cache statistics","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchema"},"example":{"generatedAt":"string","totalKeys":1,"segments":[{"segment":"string","resource":null,"method":null,"path":null,"keyCount":1,"keys":["string"]}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to resolve cache stats","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Cache service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/configs/cache\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"configs_post_configs_cache","summary":"Purge cache","description":"Purges cache entries. Supports two actions: purgeAll (clears entire cache) or purgeSegment (clears specific segment). Returns updated cache statistics after purge.","tags":["Configs"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCachePostRequestBodyContentApplicationJsonSchema"},"example":{"action":"purgeAll"}}}},"responses":{"200":{"description":"Cache segment cleared successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchema"},"example":{"action":"purgeSegment","segment":"string","deleted":1,"stats":{"generatedAt":"string","totalKeys":1,"segments":[{"segment":"string","resource":null,"method":null,"path":null,"keyCount":1,"keys":["string"]}]}}}}},"400":{"description":"Invalid request - missing segment identifier for purgeSegment action","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to purge cache","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Cache service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/configs/cache\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"action\\\": \\\"purgeAll\\\"\n}\""}],"x-require-auth":true}},"/configs/module-telemetry":{"get":{"operationId":"configs_get_configs_module_telemetry","summary":"Get module resource usage telemetry","description":"Returns in-process module resource attribution for API routes, event subscribers, and queue workers.","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"Module resource usage report","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchema"},"example":{"generatedAt":"string","startedAt":"string","enabled":true,"bucketIntervalMs":1,"totals":{"modules":1,"operations":1,"calls":1,"errors":1,"totalDurationMs":1,"totalCpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1},"thresholds":{"p95DurationMs":1,"cpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1,"errors":1},"modules":[{"moduleId":"string","calls":1,"errors":1,"totalDurationMs":1,"p95DurationMs":1,"totalCpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1,"surfaces":[{"surface":"api","calls":1,"errors":1,"totalDurationMs":1,"p95DurationMs":1,"totalCpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1}],"topOperations":[{"moduleId":"string","surface":"api","operation":"string","resourceId":null,"calls":1,"errors":1,"totalDurationMs":1,"maxDurationMs":1,"p95DurationMs":1,"totalCpuUserMs":1,"totalCpuSystemMs":1,"maxCpuMs":1,"totalHeapDeltaBytes":1,"positiveHeapDeltaBytes":1,"maxHeapDeltaBytes":1,"totalRssDeltaBytes":1,"positiveRssDeltaBytes":1,"maxRssDeltaBytes":1,"firstSeenAt":"string","lastSeenAt":"string"}],"candidateReasons":["string"]}],"candidates":[{"moduleId":"string","calls":1,"errors":1,"totalDurationMs":1,"p95DurationMs":1,"totalCpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1,"surfaces":[{"surface":"api","calls":1,"errors":1,"totalDurationMs":1,"p95DurationMs":1,"totalCpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1}],"topOperations":[{"moduleId":"string","surface":"api","operation":"string","resourceId":null,"calls":1,"errors":1,"totalDurationMs":1,"maxDurationMs":1,"p95DurationMs":1,"totalCpuUserMs":1,"totalCpuSystemMs":1,"maxCpuMs":1,"totalHeapDeltaBytes":1,"positiveHeapDeltaBytes":1,"maxHeapDeltaBytes":1,"totalRssDeltaBytes":1,"positiveRssDeltaBytes":1,"maxRssDeltaBytes":1,"firstSeenAt":"string","lastSeenAt":"string"}],"candidateReasons":["string"]}],"buckets":[{"bucketStart":"string","bucketEnd":"string","bucketIntervalMs":1,"stage":"startup","partial":true,"totals":{"modules":1,"calls":1,"errors":1,"totalDurationMs":1,"totalCpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1},"modules":[{"moduleId":"string","calls":1,"errors":1,"totalDurationMs":1,"p95DurationMs":1,"totalCpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1,"surfaces":[{"surface":"api","calls":1,"errors":1,"totalDurationMs":1,"p95DurationMs":1,"totalCpuMs":1,"positiveHeapDeltaBytes":1,"positiveRssDeltaBytes":1}],"topOperations":[{"moduleId":"string","surface":"api","operation":"string","resourceId":null,"calls":1,"errors":1,"totalDurationMs":1,"maxDurationMs":1,"p95DurationMs":1,"totalCpuUserMs":1,"totalCpuSystemMs":1,"maxCpuMs":1,"totalHeapDeltaBytes":1,"positiveHeapDeltaBytes":1,"maxHeapDeltaBytes":1,"totalRssDeltaBytes":1,"positiveRssDeltaBytes":1,"maxRssDeltaBytes":1,"firstSeenAt":"string","lastSeenAt":"string"}],"candidateReasons":["string"]}]}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/configs/module-telemetry\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"configs_delete_configs_module_telemetry","summary":"Clear module telemetry data","description":"Development-only endpoint that clears in-memory module telemetry and local process telemetry files.","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"Module telemetry cleared","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryDeleteResponses200ContentApplicationJsonSchema"},"example":{"cleared":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden outside development mode","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/configs/module-telemetry\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/configs/system-status":{"get":{"operationId":"configs_get_configs_system_status","summary":"Get system health status","description":"Returns comprehensive system health information including environment details, version, resource usage, and service connectivity status.","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"System status snapshot","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchema"},"example":{"generatedAt":"string","runtimeMode":"development","categories":[{"key":"profiling","labelKey":"string","descriptionKey":null,"items":[{"key":"string","category":"profiling","kind":"boolean","labelKey":"string","descriptionKey":"string","docUrl":null,"defaultValue":null,"state":"enabled","value":null,"normalizedValue":null}]}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to load system status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/configs/system-status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"configs_post_configs_system_status","summary":"Clear system cache","description":"Purges the entire cache for the current tenant. Useful for troubleshooting or forcing fresh data loading.","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"Cache cleared successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses200ContentApplicationJsonSchema"},"example":{"cleared":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to purge cache","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Cache service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/configs/system-status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/configs/upgrade-actions":{"get":{"operationId":"configs_get_configs_upgrade_actions","summary":"List pending upgrade actions","description":"Returns a list of pending upgrade actions for the current version. These are one-time setup tasks that need to be executed after upgrading to a new version. Requires organization and tenant context.","tags":["Configs"],"parameters":[],"responses":{"200":{"description":"List of pending upgrade actions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchema"},"example":{"version":"string","actions":[{"id":"string","version":"string","message":"string","ctaLabel":"string","successMessage":"string","loadingLabel":"string"}]}}}},"400":{"description":"Missing organization or tenant context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to load upgrade actions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/configs/upgrade-actions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"configs_post_configs_upgrade_actions","summary":"Execute upgrade action","description":"Executes a specific upgrade action by ID. Typically used for one-time setup tasks like seeding example data after version upgrade. Returns execution status and localized success message.","tags":["Configs"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostRequestBodyContentApplicationJsonSchema"},"example":{"actionId":"string"}}}},"responses":{"200":{"description":"Upgrade action executed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchema"},"example":{"status":"string","message":"string","version":"string"}}}},"400":{"description":"Invalid request body or missing context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Upgrade actions are disabled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to execute upgrade action","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/configs/upgrade-actions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"actionId\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/entities/definitions.batch":{"post":{"operationId":"entities_post_entities_definitions_batch","summary":"Save multiple custom field definitions","description":"Creates or updates multiple definitions for a single entity in one transaction.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","definitions":[{"key":"string","kind":"text"}]}}}},"responses":{"200":{"description":"Definitions saved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"version":null}}}},"400":{"description":"Validation error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Unexpected failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/entities/definitions.batch\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"definitions\\\": [\n    {\n      \\\"key\\\": \\\"string\\\",\n      \\\"kind\\\": \\\"text\\\"\n    }\n  ]\n}\""}],"x-require-auth":true}},"/entities/definitions.manage":{"get":{"operationId":"entities_get_entities_definitions_manage","summary":"Get management snapshot","description":"Returns scoped custom field definitions (including inactive tombstones) for administration interfaces.","tags":["Entities"],"parameters":[{"name":"entityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Scoped definitions and deleted keys","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","key":"string","kind":"string","configJson":null,"organizationId":null,"tenantId":null}],"deletedKeys":["string"],"version":null}}}},"400":{"description":"Missing entity id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication or feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/entities/definitions.manage?entityId=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/entities/definitions.restore":{"post":{"operationId":"entities_post_entities_definitions_restore","summary":"Restore definition","description":"Reactivates a previously soft-deleted definition within the current tenant/org scope.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","key":"string"}}}},"responses":{"200":{"description":"Definition restored","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing entity id or key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Definition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/entities/definitions.restore\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"key\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/entities/definitions":{"get":{"operationId":"entities_get_entities_definitions","summary":"List active custom field definitions","description":"Returns active custom field definitions for the supplied entity ids, respecting tenant scope and tombstones.","tags":["Entities"],"parameters":[{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetParameters0Schema"},"example":"string"},{"name":"entityIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetParameters1Schema"},"example":"string"},{"name":"fieldset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetParameters2Schema"},"example":"string"}],"responses":{"200":{"description":"Definition list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"key":"string","kind":"string","label":"string","entityId":"string"}]}}}},"400":{"description":"Missing entity id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/entities/definitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"entities_post_entities_definitions","summary":"Upsert custom field definition","description":"Creates or updates a custom field definition for the current tenant/org scope.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","key":"string","kind":"text"}}}},"responses":{"200":{"description":"Definition saved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"00000000-0000-4000-8000-000000000000","key":"string","kind":"string","configJson":{}}}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/entities/definitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"key\\\": \\\"string\\\",\n  \\\"kind\\\": \\\"text\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"entities_delete_entities_definitions","summary":"Soft delete custom field definition","description":"Marks the specified definition inactive and tombstones it for the current scope.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","key":"string"}}}},"responses":{"200":{"description":"Definition deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"version":null}}}},"400":{"description":"Missing entity id or key","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Definition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/entities/definitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"key\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/entities/encryption":{"get":{"operationId":"entities_get_entities_encryption","summary":"Fetch encryption map","description":"Returns the encrypted field map for the current tenant/organization scope.","tags":["Entities"],"parameters":[{"name":"entityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Map","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchema"},"example":{"entityId":"string","fields":[{"field":"string","hashField":null}],"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/entities/encryption?entityId=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"entities_post_entities_encryption","summary":"Upsert encryption map","description":"Creates or updates the encryption map for the current tenant/organization scope. Enforces optimistic locking when the caller sends the expected version header.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","tenantId":null,"organizationId":null,"fields":[{"field":"string","hashField":null}]}}}},"responses":{"200":{"description":"Saved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Optimistic-lock conflict (stale write)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string","code":"string","currentUpdatedAt":"string","expectedUpdatedAt":"string"}}}},"422":{"description":"Selected organization is unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string","code":"organization_selection_invalid"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/entities/encryption\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"tenantId\\\": null,\n  \\\"organizationId\\\": null,\n  \\\"fields\\\": [\n    {\n      \\\"field\\\": \\\"string\\\",\n      \\\"hashField\\\": null\n    }\n  ]\n}\""}],"x-require-auth":true}},"/entities/entities":{"get":{"operationId":"entities_get_entities_entities","summary":"List available entities","description":"Returns generated and custom entities scoped to the caller with field counts per entity.","tags":["Entities"],"parameters":[],"responses":{"200":{"description":"List of entities","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"entityId":"string","source":"code","label":"string","count":1}]}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/entities/entities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"entities_post_entities_entities","summary":"Upsert custom entity","description":"Creates or updates a tenant/org scoped custom entity definition.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","label":"string","description":null,"showInSidebar":false,"accessRestricted":false}}}},"responses":{"200":{"description":"Entity saved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"00000000-0000-4000-8000-000000000000","entityId":"string","label":"string"}}}}},"400":{"description":"Validation error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/entities/entities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"label\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"showInSidebar\\\": false,\n  \\\"accessRestricted\\\": false\n}\""}],"x-require-auth":true},"delete":{"operationId":"entities_delete_entities_entities","summary":"Soft delete custom entity","description":"Marks the specified custom entity inactive within the current scope.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string"}}}},"responses":{"200":{"description":"Entity deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing entity id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Entity not found in scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/entities/entities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/entities/entity-settings":{"get":{"operationId":"entities_get_entities_entity_settings","summary":"Get custom entity settings","description":"Returns the tenant-scoped default-restricted policy for new custom entities.","tags":["Entities"],"parameters":[],"responses":{"200":{"description":"Current settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchema"},"example":{"newEntitiesRestrictedByDefault":true,"updatedAt":null}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/entities/entity-settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"entities_put_entities_entity_settings","summary":"Update custom entity settings","description":"Sets the tenant-scoped default-restricted policy for new custom entities.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutRequestBodyContentApplicationJsonSchema"},"example":{"newEntitiesRestrictedByDefault":true}}}},"responses":{"200":{"description":"Updated settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"newEntitiesRestrictedByDefault":true,"updatedAt":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Optimistic lock conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses409ContentApplicationJsonSchema"},"example":{"code":"string","error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/entities/entity-settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"newEntitiesRestrictedByDefault\\\": true\n}\""}],"x-require-auth":true}},"/entities/records":{"get":{"operationId":"entities_get_entities_records","summary":"List records","description":"Returns paginated records for the supplied entity. Supports custom field filters, exports, and soft-delete toggles.","tags":["Entities"],"parameters":[{"name":"entityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters0Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters2Schema"},"example":1},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters4Schema"},"example":"asc"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters5Schema"},"example":"string"},{"name":"searchFields","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters6Schema"},"example":"string"},{"name":"withDeleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters7Schema"},"example":true},{"name":"format","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters8Schema"},"example":"csv"},{"name":"exportScope","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters9Schema"},"example":"full"},{"name":"export_scope","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters10Schema"},"example":"full"},{"name":"all","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters11Schema"},"example":true},{"name":"full","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetParameters12Schema"},"example":true}],"responses":{"200":{"description":"Paginated records","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Missing entity id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Unexpected failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/entities/records?entityId=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"entities_post_entities_records","summary":"Create record","description":"Creates a record for the given entity. When `recordId` is omitted or not a UUID the data engine will generate one automatically.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","values":{}}}}},"responses":{"200":{"description":"Record created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Unexpected failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/entities/records\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"values\\\": {}\n}\""}],"x-require-auth":true},"put":{"operationId":"entities_put_entities_records","summary":"Update record","description":"Updates an existing record. If the provided recordId is not a UUID the record will be created instead to support optimistic flows.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","recordId":"string","values":{}}}}},"responses":{"200":{"description":"Record updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Unexpected failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/entities/records\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"recordId\\\": \\\"string\\\",\n  \\\"values\\\": {}\n}\""}],"x-require-auth":true},"delete":{"operationId":"entities_delete_entities_records","summary":"Delete record","description":"Soft deletes the specified record within the current tenant/org scope.","tags":["Entities"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","recordId":"string"}}}},"responses":{"200":{"description":"Record deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing entity id or record id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Record not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Unexpected failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/entities/records\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"recordId\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/entities/relations/options":{"get":{"operationId":"entities_get_entities_relations_options","summary":"List relation options","description":"Returns up to 200 option entries for populating relation dropdowns, automatically resolving label fields when omitted. An entityId that matches neither an active custom entity nor a registered ORM entity yields an empty option list.","tags":["Entities"],"parameters":[{"name":"entityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetParameters0Schema"},"example":"string"},{"name":"labelField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetParameters1Schema"},"example":"string"},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetParameters3Schema"},"example":"string"},{"name":"routeContextFields","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetParameters4Schema"},"example":"string"}],"responses":{"200":{"description":"Option list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"value":"string","label":"string"}]}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/entities/relations/options?entityId=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/entities/sidebar-entities":{"get":{"operationId":"entities_get_entities_sidebar_entities","summary":"Get sidebar entities","description":"Returns custom entities flagged with `showInSidebar` for the current tenant/org scope.","tags":["Entities"],"parameters":[],"responses":{"200":{"description":"Sidebar entities for navigation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"entityId":"string","label":"string","href":"string"}]}}}},"401":{"description":"Missing authentication","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/entities/sidebar-entities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/query_index/purge":{"post":{"operationId":"query_index_post_query_index_purge","summary":"Purge query index records","description":"Queues a purge job to remove indexed records for an entity type within the active scope.","tags":["Query Index"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostRequestBodyContentApplicationJsonSchema"},"example":{"entityType":"string"}}},"description":"Entity identifier whose index entries should be removed."},"responses":{"200":{"description":"Purge job accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing entity type","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/query_index/purge\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityType\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/query_index/reindex":{"post":{"operationId":"query_index_post_query_index_reindex","summary":"Trigger query index rebuild","description":"Queues a reindex job for the specified entity type within the current tenant scope.","tags":["Query Index"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchema"},"example":{"entityType":"string"}}},"description":"Entity identifier and optional force flag."},"responses":{"200":{"description":"Reindex job accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing entity type","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/query_index/reindex\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityType\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/query_index/status":{"get":{"operationId":"query_index_get_query_index_status","summary":"Inspect query index coverage","description":"Returns entity counts comparing base tables with the query index along with the latest job status.","tags":["Query Index"],"parameters":[],"responses":{"200":{"description":"Current query index status.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"entityId":"string","label":"string","baseCount":null,"indexCount":null,"vectorCount":null,"fulltextCount":null,"ok":true,"job":{"status":"idle","startedAt":null,"finishedAt":null,"heartbeatAt":null,"processedCount":null,"totalCount":null,"scope":null},"refreshedAt":null}],"errors":[{"id":"string","source":"string","handler":"string","entityType":null,"recordId":null,"tenantId":null,"organizationId":null,"message":"string","stack":null,"payload":null,"occurredAt":"string"}],"logs":[{"id":"string","source":"string","handler":"string","level":"info","entityType":null,"recordId":null,"tenantId":null,"organizationId":null,"message":"string","details":null,"occurredAt":"string"}]}}}},"400":{"description":"Tenant or organization context required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/query_index/status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/version":{"get":{"operationId":"api_docs_get_version","summary":"Deployed Open Mercato version","tags":["API Documentation"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsVersionGetResponses200ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/version\" \\\n  -H \"Accept: application/json\""}]}},"/audit_logs/audit-logs/access":{"get":{"operationId":"audit_logs_get_audit_logs_audit_logs_access","summary":"Retrieve access logs","description":"Fetches paginated access audit logs scoped to the authenticated user. Tenant administrators can optionally expand the search to other actors or organizations.","tags":["Audit & Action Logs"],"parameters":[{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Limit results to a specific organization"},{"name":"actorUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Filter by actor user id (tenant administrators only)"},{"name":"resourceKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters2Schema"},"example":"string","description":"Restrict to a resource kind such as `order` or `product`"},{"name":"accessType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters3Schema"},"example":"string","description":"Access type filter, e.g. `read` or `export`"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters4Schema"},"example":"string","description":"Page number (default 1)"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters5Schema"},"example":"string","description":"Page size (default 50)"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters6Schema"},"example":"string","description":"Explicit maximum number of records when paginating manually"},{"name":"before","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters7Schema"},"example":"string","description":"Return logs created before this ISO-8601 timestamp"},{"name":"after","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetParameters8Schema"},"example":"string","description":"Return logs created after this ISO-8601 timestamp"}],"responses":{"200":{"description":"Access logs returned successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","resourceKind":"string","resourceId":"string","accessType":"string","actorUserId":null,"actorUserName":null,"tenantId":null,"tenantName":null,"organizationId":null,"organizationName":null,"fields":["string"],"context":null,"createdAt":"string"}],"canViewTenant":true,"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"400":{"description":"Invalid filters supplied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Caller has no resolved tenant scope and is not a superadmin","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/audit_logs/audit-logs/access\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/audit_logs/audit-logs/actions/export":{"get":{"operationId":"audit_logs_get_audit_logs_audit_logs_actions_export","summary":"Export action logs as CSV","description":"Returns a CSV attachment containing filtered action audit log entries. Tenant administrators can widen the scope to other actors or organizations.","tags":["Audit & Action Logs"],"parameters":[{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Limit results to a specific organization"},{"name":"actorUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters1Schema"},"example":"string","description":"Filter logs created by specific actor IDs (tenant administrators only). Accepts a single UUID or a comma-separated UUID list."},{"name":"resourceKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters2Schema"},"example":"string","description":"Filter by resource kind (e.g., \"order\", \"product\")"},{"name":"resourceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters3Schema"},"example":"string","description":"Filter by resource ID (UUID of the specific record)"},{"name":"actionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters4Schema"},"example":"string","description":"Filter by action type (`create`, `edit`, `delete`, `assign`). Accepts a single value or a comma-separated list."},{"name":"fieldName","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters5Schema"},"example":"string","description":"Filter to entries where the given field changed. Accepts a single field name or a comma-separated list."},{"name":"includeRelated","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters6Schema"},"example":"true","description":"When `true`, also returns changes to child entities linked via parentResourceKind/parentResourceId"},{"name":"undoableOnly","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters7Schema"},"example":"true","description":"When `true`, only undoable actions are returned"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters8Schema"},"example":"string","description":"Maximum number of records to export (default 1000, capped at 1000)"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters9Schema"},"example":"createdAt","description":"Sort field: `createdAt`, `user`, `action`, `field`, or `source`."},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters10Schema"},"example":"asc","description":"Sort direction: `asc` or `desc`."},{"name":"before","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters11Schema"},"example":"string","description":"Return actions created before this ISO-8601 timestamp"},{"name":"after","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetParameters12Schema"},"example":"string","description":"Return actions created after this ISO-8601 timestamp"}],"responses":{"200":{"description":"CSV export generated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetResponses200ContentApplicationJsonSchema"},"example":{"file":"csv"}}}},"400":{"description":"Invalid filter values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Caller has no resolved tenant scope and is not a superadmin","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/audit_logs/audit-logs/actions/export?includeRelated=false&undoableOnly=false\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/audit_logs/audit-logs/actions/redo":{"post":{"operationId":"audit_logs_post_audit_logs_audit_logs_actions_redo","summary":"Redo by action log id","description":"Redoes the latest undone command owned by the caller. Requires the action to still be eligible for redo within tenant and organization scope.","tags":["Audit & Action Logs"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostRequestBodyContentApplicationJsonSchema"},"example":{"logId":"string"}}}},"responses":{"200":{"description":"Redo executed successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"logId":null,"undoToken":null}}}},"400":{"description":"Log not eligible for redo","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Redo blocked by scope checks","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/audit_logs/audit-logs/actions/redo\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"logId\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/audit_logs/audit-logs/actions":{"get":{"operationId":"audit_logs_get_audit_logs_audit_logs_actions","summary":"Fetch action logs","description":"Returns recent action audit log entries. Tenant administrators can widen the scope to other actors or organizations, and callers can optionally restrict results to undoable actions.","tags":["Audit & Action Logs"],"parameters":[{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Limit results to a specific organization"},{"name":"actorUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters1Schema"},"example":"string","description":"Filter logs created by specific actor IDs (tenant administrators only). Accepts a single UUID or a comma-separated UUID list."},{"name":"resourceKind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters2Schema"},"example":"string","description":"Filter by resource kind (e.g., \"order\", \"product\")"},{"name":"resourceId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters3Schema"},"example":"string","description":"Filter by resource ID (UUID of the specific record)"},{"name":"actionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters4Schema"},"example":"string","description":"Filter by action type (`create`, `edit`, `delete`, `assign`). Accepts a single value or a comma-separated list."},{"name":"fieldName","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters5Schema"},"example":"string","description":"Filter to entries where the given field changed. Accepts a single field name or a comma-separated list."},{"name":"includeRelated","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters6Schema"},"example":"true","description":"When `true`, also returns changes to child entities linked via parentResourceKind/parentResourceId"},{"name":"includeTotal","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters7Schema"},"example":"true","description":"When `true`, the response includes the filtered total count."},{"name":"undoableOnly","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters8Schema"},"example":"true","description":"When `true`, only undoable actions are returned"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters9Schema"},"example":"string","description":"Maximum number of records to return (default 50, max 1000)"},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters10Schema"},"example":"string","description":"Zero-based record offset for pagination (legacy — prefer page/pageSize)"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters11Schema"},"example":"string","description":"Page number (default 1)"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters12Schema"},"example":"string","description":"Page size (default 50, max 200)"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters13Schema"},"example":"createdAt","description":"Sort field: `createdAt`, `user`, `action`, `field`, or `source`."},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters14Schema"},"example":"asc","description":"Sort direction: `asc` or `desc`."},{"name":"before","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters15Schema"},"example":"string","description":"Return actions created before this ISO-8601 timestamp"},{"name":"after","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetParameters16Schema"},"example":"string","description":"Return actions created after this ISO-8601 timestamp"}],"responses":{"200":{"description":"Action logs retrieved successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","commandId":"string","actionLabel":null,"executionState":"done","actorUserId":null,"actorUserName":null,"tenantId":null,"tenantName":null,"organizationId":null,"organizationName":null,"resourceKind":null,"resourceId":null,"parentResourceKind":null,"parentResourceId":null,"undoToken":null,"createdAt":"string","updatedAt":"string","snapshotBefore":null,"snapshotAfter":null,"changes":null,"context":null}],"canViewTenant":true,"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"400":{"description":"Invalid filter values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Caller has no resolved tenant scope and is not a superadmin","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/audit_logs/audit-logs/actions?includeRelated=false&includeTotal=false&undoableOnly=false\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/audit_logs/audit-logs/actions/undo":{"post":{"operationId":"audit_logs_post_audit_logs_audit_logs_actions_undo","summary":"Undo action by token","description":"Replays the undo handler registered for a command. The provided undo token must match the latest undoable log entry accessible to the caller.","tags":["Audit & Action Logs"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostRequestBodyContentApplicationJsonSchema"},"example":{"undoToken":"string"}}}},"responses":{"200":{"description":"Undo applied successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"logId":"string"}}}},"400":{"description":"Invalid or unavailable undo token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Undo blocked by organization or tenant scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Undo deliberately blocked by a beforeUndo command interceptor. The interceptor chooses the status (any 4xx/5xx) and may replace the body.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/audit_logs/audit-logs/actions/undo\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"undoToken\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/notifications/admin/preferences":{"get":{"operationId":"notifications_get_notifications_admin_preferences","summary":"GET /notifications/admin/preferences","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/notifications/admin/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"notifications_put_notifications_admin_preferences","summary":"PUT /notifications/admin/preferences","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/notifications/admin/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/batch":{"post":{"operationId":"notifications_post_notifications_batch","summary":"POST /notifications/batch","tags":["Notifications"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsBatchPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsBatchPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsBatchPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/notifications/batch\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/channels":{"get":{"operationId":"notifications_get_notifications_channels","summary":"GET /notifications/channels","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsChannelsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsChannelsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsChannelsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/notifications/channels\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/feature":{"post":{"operationId":"notifications_post_notifications_feature","summary":"POST /notifications/feature","tags":["Notifications"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsFeaturePostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsFeaturePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsFeaturePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/notifications/feature\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/mark-all-read":{"put":{"operationId":"notifications_put_notifications_mark_all_read","summary":"PUT /notifications/mark-all-read","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsMarkAllReadPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsMarkAllReadPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/notifications/mark-all-read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/preferences":{"get":{"operationId":"notifications_get_notifications_preferences","summary":"GET /notifications/preferences","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/notifications/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"notifications_put_notifications_preferences","summary":"PUT /notifications/preferences","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/notifications/preferences\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/role":{"post":{"operationId":"notifications_post_notifications_role","summary":"POST /notifications/role","tags":["Notifications"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsRolePostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsRolePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsRolePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/notifications/role\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications":{"get":{"operationId":"notifications_get_notifications","summary":"List notifications","description":"Returns a paginated collection of notifications.","tags":["Notifications"],"parameters":[{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters0Schema"},"example":"unread"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters1Schema"},"example":"string"},{"name":"severity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters2Schema"},"example":"info"},{"name":"sourceEntityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters3Schema"},"example":"string"},{"name":"sourceEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"since","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters5Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters6Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters7Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters8Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated notifications","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","type":"string","title":"string","body":null,"titleKey":null,"bodyKey":null,"titleVariables":null,"bodyVariables":null,"icon":null,"severity":"string","status":"string","actions":[{"id":"string","label":"string"}],"sourceModule":null,"sourceEntityType":null,"sourceEntityId":null,"linkHref":null,"createdAt":"string","readAt":null,"actionTaken":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Request could not be resolved to a tenant scope (code: tenant_scope_required)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string","code":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/notifications?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"notifications_post_notifications","summary":"Create notification","description":"Creates a notification for a user.","tags":["Notifications"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchema"},"example":{"type":"string","severity":"info","recipientUserId":"00000000-0000-4000-8000-000000000000"}}},"description":"Creates a notification for a user."},"responses":{"201":{"description":"Notification created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/notifications\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"type\\\": \\\"string\\\",\n  \\\"severity\\\": \\\"info\\\",\n  \\\"recipientUserId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/notifications/settings":{"get":{"operationId":"notifications_get_notifications_settings","summary":"GET /notifications/settings","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/notifications/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"notifications_post_notifications_settings","summary":"POST /notifications/settings","tags":["Notifications"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/notifications/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/types":{"get":{"operationId":"notifications_get_notifications_types","summary":"GET /notifications/types","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/notifications/types\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"patch":{"operationId":"notifications_patch_notifications_types","summary":"PATCH /notifications/types","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesPatchResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/notifications/types\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/unread-count":{"get":{"operationId":"notifications_get_notifications_unread_count","summary":"GET /notifications/unread-count","tags":["Notifications"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsUnreadCountGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsUnreadCountGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/notifications/unread-count\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/{id}/action":{"post":{"operationId":"notifications_post_notifications_id_action","summary":"POST /notifications/{id}/action","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdActionPostParameters0Schema"}}],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdActionPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdActionPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/notifications/:id/action\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/{id}/dismiss":{"put":{"operationId":"notifications_put_notifications_id_dismiss","summary":"PUT /notifications/{id}/dismiss","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdDismissPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdDismissPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdDismissPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/notifications/:id/dismiss\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/{id}/read":{"put":{"operationId":"notifications_put_notifications_id_read","summary":"PUT /notifications/{id}/read","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdReadPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdReadPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdReadPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/notifications/:id/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/{id}/restore":{"put":{"operationId":"notifications_put_notifications_id_restore","summary":"PUT /notifications/{id}/restore","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdRestorePutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdRestorePutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsIdRestorePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/notifications/:id/restore\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/notifications/types/{id}/channels/{channel}":{"put":{"operationId":"notifications_put_notifications_types_id_channels_channel","summary":"PUT /notifications/types/{id}/channels/{channel}","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelPutParameters0Schema"}},{"name":"channel","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelPutParameters1Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/notifications/types/:id/channels/:channel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"notifications_delete_notifications_types_id_channels_channel","summary":"DELETE /notifications/types/{id}/channels/{channel}","tags":["Notifications"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelDeleteParameters0Schema"}},{"name":"channel","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelDeleteParameters1Schema"}}],"responses":{"204":{"description":"Success"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/notifications/types/:id/channels/:channel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/dashboards/layout":{"get":{"operationId":"dashboards_get_dashboards_layout","summary":"Load the current dashboard layout","description":"Returns the saved widget layout together with the widgets the current user is allowed to place.","tags":["Dashboards"],"parameters":[],"responses":{"200":{"description":"Current dashboard layout and available widgets.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchema"},"example":{"layout":{"items":[{"id":"00000000-0000-4000-8000-000000000000","widgetId":"string","order":1}]},"allowedWidgetIds":["string"],"canConfigure":true,"context":{"userId":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"userName":null,"userEmail":null,"userLabel":"string"},"widgets":[{"id":"string","title":"string","description":null,"defaultSize":"sm","defaultEnabled":true,"defaultSettings":null,"features":["string"],"moduleId":"string","icon":null,"loaderKey":"string","supportsRefresh":true}]}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/dashboards/layout\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"dashboards_put_dashboards_layout","summary":"Persist dashboard layout changes","description":"Saves the provided widget ordering, sizes, and settings for the current user.","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","widgetId":"string","order":1}]}}},"description":"List of dashboard widgets with ordering, sizing, and settings."},"responses":{"200":{"description":"Layout updated successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid layout payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing dashboards.configure feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Widget registry unavailable — the layout was not saved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/dashboards/layout\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"items\\\": [\n    {\n      \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n      \\\"widgetId\\\": \\\"string\\\",\n      \\\"order\\\": 1\n    }\n  ]\n}\""}],"x-require-auth":true}},"/dashboards/roles/widgets":{"get":{"operationId":"dashboards_get_dashboards_roles_widgets","summary":"Fetch widget assignments for a role","description":"Returns the widgets explicitly assigned to the given role together with the evaluation scope.","tags":["Dashboards"],"parameters":[{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Current widget configuration for the role.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchema"},"example":{"widgetIds":["string"],"hasCustom":true,"scope":{"tenantId":null,"organizationId":null}}}}},"400":{"description":"Missing role identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions to manage role widgets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/dashboards/roles/widgets?roleId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"dashboards_put_dashboards_roles_widgets","summary":"Update widgets assigned to a role","description":"Persists the widget list for a role within the provided tenant and organization scope.","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchema"},"example":{"roleId":"00000000-0000-4000-8000-000000000000","widgetIds":["string"]}}},"description":"Role identifier and the widget ids that should remain assigned. Scope is derived from the authenticated session."},"responses":{"200":{"description":"Widgets updated successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"widgetIds":["string"]}}}},"400":{"description":"Invalid payload or unknown widgets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions to manage role widgets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/dashboards/roles/widgets\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"roleId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"widgetIds\\\": [\n    \\\"string\\\"\n  ]\n}\""}],"x-require-auth":true}},"/dashboards/users/widgets":{"get":{"operationId":"dashboards_get_dashboards_users_widgets","summary":"Read widget overrides for a user","description":"Returns the widgets inherited and explicitly configured for the requested user within the current scope.","tags":["Dashboards"],"parameters":[{"name":"userId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Widget settings for the user.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchema"},"example":{"mode":"inherit","widgetIds":["string"],"hasCustom":true,"effectiveWidgetIds":["string"],"scope":{"tenantId":null,"organizationId":null}}}}},"400":{"description":"Missing user identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions to manage user widgets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/dashboards/users/widgets?userId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"dashboards_put_dashboards_users_widgets","summary":"Update user-specific dashboard widgets","description":"Sets the widget override mode and allowed widgets for a user. Passing `mode: inherit` clears overrides.","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchema"},"example":{"userId":"00000000-0000-4000-8000-000000000000","mode":"inherit","widgetIds":["string"]}}},"description":"User identifier, override mode, and widget ids. Scope is derived from the authenticated session."},"responses":{"200":{"description":"Overrides saved.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"mode":"inherit","widgetIds":["string"]}}}},"400":{"description":"Invalid payload or unknown widgets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions to manage user widgets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/dashboards/users/widgets\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"userId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"mode\\\": \\\"inherit\\\",\n  \\\"widgetIds\\\": [\n    \\\"string\\\"\n  ]\n}\""}],"x-require-auth":true}},"/dashboards/widgets/data/batch":{"post":{"operationId":"dashboards_post_dashboards_widgets_data_batch","summary":"Fetch aggregated data for multiple dashboard widgets in one request","description":"Resolves a batch of widget data requests with a single authentication, RBAC, organization-scope, and database-context setup. Each request is keyed by an opaque widget id and resolved independently, so a failure in one widget does not fail the batch.","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchema"},"example":{"requests":[{"id":"string","request":{"entityType":"string","metric":{"field":"string","aggregate":"count"}}}]}}},"description":"A list of id-keyed widget data requests to resolve together."},"responses":{"200":{"description":"Per-widget aggregation results keyed by request id.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchema"},"example":{"results":[{"id":"string","ok":true,"data":{"value":null,"data":[{"value":null}],"metadata":{"fetchedAt":"string","recordCount":1,"currency":null}}}]}}}},"400":{"description":"Invalid request payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/dashboards/widgets/data/batch\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"requests\\\": [\n    {\n      \\\"id\\\": \\\"string\\\",\n      \\\"request\\\": {\n        \\\"entityType\\\": \\\"string\\\",\n        \\\"metric\\\": {\n          \\\"field\\\": \\\"string\\\",\n          \\\"aggregate\\\": \\\"count\\\"\n        }\n      }\n    }\n  ]\n}\""}],"x-require-auth":true}},"/dashboards/widgets/data":{"post":{"operationId":"dashboards_post_dashboards_widgets_data","summary":"Fetch aggregated data for dashboard widgets","description":"Executes an aggregation query against the specified entity type and returns the result. Supports date range filtering, grouping, and period-over-period comparison.","tags":["Dashboards"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchema"},"example":{"entityType":"string","metric":{"field":"string","aggregate":"count"}}}},"description":"Widget data request configuration specifying entity type, metric, filters, and grouping."},"responses":{"200":{"description":"Aggregated data for the widget.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchema"},"example":{"value":null,"data":[{"value":null}],"metadata":{"fetchedAt":"string","recordCount":1,"currency":null}}}}},"400":{"description":"Invalid request payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing analytics.view feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Too many rows to group an encrypted field in application code","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Encryption is configured but the group source cannot currently be resolved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/dashboards/widgets/data\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityType\\\": \\\"string\\\",\n  \\\"metric\\\": {\n    \\\"field\\\": \\\"string\\\",\n    \\\"aggregate\\\": \\\"count\\\"\n  }\n}\""}],"x-require-auth":true}},"/dashboards/layout/{itemId}":{"patch":{"operationId":"dashboards_patch_dashboards_layout_itemId","summary":"Update a dashboard layout item","description":"Adjusts the size or settings for a single widget within the dashboard layout.","tags":["Dashboards"],"parameters":[{"name":"itemId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Payload containing the new size or settings for the widget."},"responses":{"200":{"description":"Layout item updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload or missing item id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing dashboards.configure feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Item not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/dashboards/layout/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true}},"/dashboards/widgets/catalog":{"get":{"operationId":"dashboards_get_dashboards_widgets_catalog","summary":"List available dashboard widgets","description":"Returns the catalog of widgets that modules expose, including defaults and feature requirements.","tags":["Dashboards"],"parameters":[],"responses":{"200":{"description":"Widgets available for assignment.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","title":"string","description":null,"defaultSize":"sm","defaultEnabled":true,"defaultSettings":null,"features":["string"],"moduleId":"string","icon":null,"loaderKey":"string","supportsRefresh":true}]}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient permissions to view widget catalog","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/dashboards/widgets/catalog\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/events":{"get":{"operationId":"events_get_events","summary":"List declared events","description":"Returns every declared event, including its declared payloadSchema when the module (or the generated CRUD default) provides one. Filters: category, module, excludeTriggerExcluded (default true).","tags":["Events"],"parameters":[],"responses":{"200":{"description":"Declared events","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchema"},"example":{"data":[{"id":"string","label":"string"}],"total":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEventsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEventsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/events\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/events/stream":{"get":{"operationId":"events_get_events_stream","summary":"GET /events/stream","tags":["Events"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEventsStreamGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsEventsStreamGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/events/stream\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/search/embeddings/reindex/cancel":{"post":{"operationId":"search_post_search_embeddings_reindex_cancel","summary":"Cancel vector reindex","description":"Cancels an in-progress vector reindex operation.","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Cancel result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"jobsRemoved":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/search/embeddings/reindex/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/search/embeddings/reindex":{"post":{"operationId":"search_post_search_embeddings_reindex","summary":"Trigger vector reindex","description":"Starts a vector embedding reindex operation.","tags":["Search"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Reindex result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Reindex already in progress","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string","lock":{"type":"fulltext","action":"string","startedAt":"string","elapsedMinutes":1,"processedCount":null,"totalCount":null}}}}},"500":{"description":"Reindex failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search indexer unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/search/embeddings/reindex\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true}},"/search/embeddings":{"get":{"operationId":"search_get_search_embeddings","summary":"Get embeddings configuration","description":"Returns current embedding provider and model configuration.","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Embeddings settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchema"},"example":{"settings":{"openaiConfigured":true,"autoIndexingEnabled":true,"autoIndexingLocked":true,"lockReason":null,"embeddingConfig":null,"configuredProviders":["openai"],"indexedDimension":null,"reindexRequired":true,"documentCount":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/search/embeddings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"search_post_search_embeddings","summary":"Update embeddings configuration","description":"Updates the embedding provider and model settings.","tags":["Search"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Updated settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchema"},"example":{"settings":{"openaiConfigured":true,"autoIndexingEnabled":true,"autoIndexingLocked":true,"lockReason":null,"embeddingConfig":null,"configuredProviders":["openai"],"indexedDimension":null,"reindexRequired":true,"documentCount":null}}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Auto-indexing disabled via environment","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Update failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Configuration service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/search/embeddings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true}},"/search/index":{"get":{"operationId":"search_get_search_index","summary":"List vector index entries","description":"Returns paginated list of entries in the vector search index.","tags":["Search"],"parameters":[{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexGetParameters0Schema"},"example":"string","description":"Filter by entity ID (e.g., \"customers:customer_person_profile\", \"catalog:catalog_product\")"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexGetParameters1Schema"},"example":1,"description":"Maximum entries to return (default: 50, max: 200)"},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexGetParameters2Schema"},"example":1,"description":"Offset for pagination (default: 0)"}],"responses":{"200":{"description":"Index entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchema"},"example":{"entries":[{"id":"string","entityId":"string","recordId":"string","tenantId":"string","organizationId":null}],"limit":1,"offset":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to fetch index","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Vector strategy unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/search/index\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"search_delete_search_index","summary":"Purge vector index","description":"Purges entries from the vector search index. Requires confirmAll=true when purging all entities.","tags":["Search"],"parameters":[{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteParameters0Schema"},"example":"string","description":"Specific entity ID to purge (e.g., \"customers:customer_person_profile\", \"catalog:catalog_product\")"},{"name":"confirmAll","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteParameters1Schema"},"example":"true","description":"Required when purging all entities"}],"responses":{"200":{"description":"Purge result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing confirmAll parameter","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Purge failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search indexer unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/search/index\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/search/reindex/cancel":{"post":{"operationId":"search_post_search_reindex_cancel","summary":"Cancel fulltext reindex","description":"Cancels an in-progress fulltext reindex operation.","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Cancel result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"jobsRemoved":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/search/reindex/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/search/reindex":{"post":{"operationId":"search_post_search_reindex","summary":"Trigger fulltext reindex","description":"Starts a fulltext (Meilisearch) reindex operation. Can clear, recreate, or fully reindex.","tags":["Search"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Reindex result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"action":"clear","entityId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Reindex already in progress","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string","lock":{"type":"fulltext","action":"string","startedAt":"string","elapsedMinutes":1,"processedCount":null,"totalCount":null}}}}},"500":{"description":"Reindex failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/search/reindex\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true}},"/search/search/global":{"get":{"operationId":"search_get_search_search_global","summary":"Global search (Cmd+K)","description":"Performs a global search using saved tenant strategies. Does NOT accept strategies from URL.","tags":["Search"],"parameters":[{"name":"q","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetParameters0Schema"},"example":"string","description":"Search query (required)"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetParameters1Schema"},"example":1,"description":"Maximum results to return (default: 50, max: 100)"},{"name":"entityTypes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetParameters2Schema"},"example":"string","description":"Comma-separated entity types to filter results (e.g., \"customers:customer_person_profile,catalog:catalog_product,sales:sales_order\")"}],"responses":{"200":{"description":"Search results","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchema"},"example":{"results":[{"entityId":"string","recordId":"string","score":1,"source":"fulltext"}],"strategiesUsed":["fulltext"],"strategiesEnabled":["fulltext"],"timing":1,"query":"string","limit":1}}}},"400":{"description":"Missing query parameter","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Search failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/search/search/global?q=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/search/search":{"get":{"operationId":"search_get_search_search","summary":"Search across all indexed entities","description":"Performs a search using configured strategies (fulltext, vector, tokens). Use for search playground. Results are limited to the entity types the caller holds the declared view features for; superadmins are exempt.","tags":["Search"],"parameters":[{"name":"q","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetParameters0Schema"},"example":"string","description":"Search query (required)"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetParameters1Schema"},"example":1,"description":"Maximum results to return (default: 50, max: 100)"},{"name":"strategies","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetParameters2Schema"},"example":"string","description":"Comma-separated strategies to use: fulltext, vector, tokens (e.g., \"fulltext,vector\")"},{"name":"entityTypes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetParameters3Schema"},"example":"string","description":"Comma-separated entity types to filter results (e.g., \"customers:customer_person_profile,catalog:catalog_product,sales:sales_order\")"}],"responses":{"200":{"description":"Search results","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchema"},"example":{"results":[{"entityId":"string","recordId":"string","score":1,"source":"fulltext"}],"strategiesUsed":["fulltext"],"timing":1,"query":"string","limit":1}}}},"400":{"description":"Missing query parameter","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Search failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"503":{"description":"Search service unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses503ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/search/search?q=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/search/settings/fulltext":{"get":{"operationId":"search_get_search_settings_fulltext","summary":"Get fulltext search configuration","description":"Returns Meilisearch configuration status and index statistics.","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Fulltext settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchema"},"example":{"driver":null,"configured":true,"envVars":{"MEILISEARCH_HOST":{"set":true,"hint":"string"},"MEILISEARCH_API_KEY":{"set":true,"hint":"string"}},"optionalEnvVars":{"MEILISEARCH_INDEX_PREFIX":{"set":true,"hint":"string"},"SEARCH_EXCLUDE_ENCRYPTED_FIELDS":{"set":true,"hint":"string"}}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/search/settings/fulltext\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/search/settings/global-search":{"get":{"operationId":"search_get_search_settings_global_search","summary":"Get global search strategies","description":"Returns the enabled strategies for Cmd+K global search.","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Global search settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchema"},"example":{"enabledStrategies":["fulltext"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/search/settings/global-search\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"search_post_search_settings_global_search","summary":"Update global search strategies","description":"Sets which strategies are enabled for Cmd+K global search.","tags":["Search"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchema"},"example":{"enabledStrategies":["fulltext"]}}}},"responses":{"200":{"description":"Updated settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"enabledStrategies":["fulltext"]}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Internal error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/search/settings/global-search\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"enabledStrategies\\\": [\n    \\\"fulltext\\\"\n  ]\n}\""}],"x-require-auth":true}},"/search/settings":{"get":{"operationId":"search_get_search_settings","summary":"Get search settings and status","description":"Returns search module configuration, available strategies, and reindex lock status.","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Search settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchema"},"example":{"settings":{"strategies":[{"id":"string","name":"string","priority":1,"available":true}],"fulltextConfigured":true,"fulltextStats":null,"vectorConfigured":true,"tokensEnabled":true,"defaultStrategies":["string"],"reindexLock":null,"fulltextReindexLock":null,"vectorReindexLock":null}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/search/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/search/settings/vector-store":{"get":{"operationId":"search_get_search_settings_vector_store","summary":"Get vector store configuration","description":"Returns vector store configuration status.","tags":["Search"],"parameters":[],"responses":{"200":{"description":"Vector store settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchema"},"example":{"currentDriver":"pgvector","configured":true,"drivers":[{"id":"pgvector","name":"string","configured":true,"implemented":true,"available":null,"unavailableReason":null,"envVars":[{"name":"string","set":true,"hint":"string"}]}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/search/settings/vector-store\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/attachments/library":{"get":{"operationId":"attachments_get_attachments_library","summary":"List attachments","description":"Returns paginated list of attachments with optional filtering by search term, partition, and tags. Includes available tags and partitions.","tags":["Attachments"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetParameters0Schema"},"example":1,"description":"Page number for pagination"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetParameters1Schema"},"example":1,"description":"Number of items per page (max 100)"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetParameters2Schema"},"example":"string","description":"Search by file name (case-insensitive)"},{"name":"partition","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetParameters3Schema"},"example":"string","description":"Filter by partition code"},{"name":"tags","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetParameters4Schema"},"example":"string","description":"Filter by tags (comma-separated)"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetParameters5Schema"},"example":"fileName","description":"Field to sort by"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetParameters6Schema"},"example":"asc","description":"Sort direction"}],"responses":{"200":{"description":"Attachments list with pagination and metadata","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","fileName":"string","fileSize":1,"mimeType":"string","partitionCode":"string","partitionTitle":null,"url":null,"createdAt":"string","tags":["string"],"assignments":[],"content":null}],"total":1,"page":1,"pageSize":1,"totalPages":1,"availableTags":["string"],"partitions":[{"code":"string","title":"string","description":null,"isPublic":true}]}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/attachments/library?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/attachments/partitions":{"get":{"operationId":"attachments_get_attachments_partitions","summary":"List all attachment partitions","description":"Returns all configured attachment partitions with storage settings, OCR configuration, and access control settings.","tags":["Attachments"],"parameters":[],"responses":{"200":{"description":"List of partitions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","code":"string","title":"string","description":null,"isPublic":true,"requiresOcr":true,"ocrModel":null,"configJson":null,"createdAt":null,"updatedAt":null,"envKey":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/attachments/partitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"attachments_post_attachments_partitions","summary":"Create new partition","description":"Creates a new attachment partition with specified storage and OCR settings. Requires unique partition code.","tags":["Attachments"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchema"},"example":{"code":"string","title":"string","description":null,"ocrModel":null,"storageDriver":"local","configJson":null}}}},"responses":{"201":{"description":"Partition created successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchema"},"example":{"item":{"id":"00000000-0000-4000-8000-000000000000","code":"string","title":"string","description":null,"isPublic":true,"requiresOcr":true,"ocrModel":null,"configJson":null,"createdAt":null,"updatedAt":null,"envKey":"string"}}}}},"400":{"description":"Invalid payload or partition code","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Partitions locked in demo mode","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Partition code already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/attachments/partitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"code\\\": \\\"string\\\",\n  \\\"title\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"ocrModel\\\": null,\n  \\\"storageDriver\\\": \\\"local\\\",\n  \\\"configJson\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"attachments_put_attachments_partitions","summary":"Update partition","description":"Updates an existing partition. Partition code cannot be changed. Title, description, OCR settings, and access control can be modified.","tags":["Attachments"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchema"},"example":{"code":"string","title":"string","description":null,"ocrModel":null,"storageDriver":"local","configJson":null,"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Partition updated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchema"},"example":{"item":{"id":"00000000-0000-4000-8000-000000000000","code":"string","title":"string","description":null,"isPublic":true,"requiresOcr":true,"ocrModel":null,"configJson":null,"createdAt":null,"updatedAt":null,"envKey":"string"}}}}},"400":{"description":"Invalid payload or code change attempt","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Partitions locked in demo mode","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Partition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/attachments/partitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"code\\\": \\\"string\\\",\n  \\\"title\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"ocrModel\\\": null,\n  \\\"storageDriver\\\": \\\"local\\\",\n  \\\"configJson\\\": null,\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"attachments_delete_attachments_partitions","summary":"Delete partition","description":"Deletes a partition. Default partitions cannot be deleted. Partitions with existing attachments cannot be deleted.","tags":["Attachments"],"parameters":[],"responses":{"200":{"description":"Partition deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid ID or default partition deletion attempt","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Partitions locked in demo mode","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Partition not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Partition in use","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/attachments/partitions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/attachments":{"get":{"operationId":"attachments_get_attachments","summary":"List attachments for a record","description":"Returns uploaded attachments for the given entity record, ordered by newest first.","tags":["Attachments"],"parameters":[{"name":"entityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsGetParameters0Schema"},"example":"string","description":"Entity identifier that owns the attachments"},{"name":"recordId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsGetParameters1Schema"},"example":"string","description":"Record identifier within the entity"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsGetParameters2Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsGetParameters3Schema"},"example":1}],"responses":{"200":{"description":"Attachments found for the record","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","url":"string","fileName":"string","fileSize":1,"createdAt":"string","mimeType":null,"content":null}]}}}},"400":{"description":"Missing entity or record identifiers","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/attachments?entityId=string&recordId=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"attachments_post_attachments","summary":"Upload attachment","description":"Uploads a new attachment using multipart form-data and stores metadata for later retrieval.","tags":["Attachments"],"parameters":[],"requestBody":{"required":true,"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchema"},"example":{"entityId":"string","recordId":"string","file":"string"}}}},"responses":{"200":{"description":"Attachment stored successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","url":"string","fileName":"string","fileSize":1,"content":null}}}}},"400":{"description":"Payload validation error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Attachment violates field constraints","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/attachments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: multipart/form-data\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"recordId\\\": \\\"string\\\",\n  \\\"file\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"attachments_delete_attachments","summary":"Delete attachment","description":"Removes an uploaded attachment and deletes the stored asset.","tags":["Attachments"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Attachment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing attachment identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/attachments?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/attachments/transfer":{"post":{"operationId":"attachments_post_attachments_transfer","summary":"Transfer attachments to different record","description":"Transfers one or more attachments from one record to another within the same entity type. Updates attachment assignments and metadata to reflect the new record.","tags":["Attachments"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"string","attachmentIds":["00000000-0000-4000-8000-000000000000"],"toRecordId":"string"}}}},"responses":{"200":{"description":"Attachments transferred successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"updated":1}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachments not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Attachment model missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/attachments/transfer\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"string\\\",\n  \\\"attachmentIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ],\n  \\\"toRecordId\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/attachments/file/{id}":{"get":{"operationId":"attachments_get_attachments_file_id","summary":"Download or serve attachment file","description":"Returns the raw file content for an attachment. Path parameter: {id} - Attachment UUID. Query parameter: ?download=1 - Force file download with Content-Disposition header. Access control is enforced based on partition settings.","tags":["Attachments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetParameters0Schema"}}],"responses":{"200":{"description":"File content with appropriate MIME type","content":{"application/json":{"schema":{}}}},"400":{"description":"Missing attachment ID","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized - authentication required for private partitions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Attachment or file not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Partition misconfigured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/attachments/file/:id\" \\\n  -H \"Accept: application/json\""}]}},"/attachments/image/{id}/{slug}":{"get":{"operationId":"attachments_get_attachments_image_id_slug","summary":"Serve image with optional resizing","description":"Returns an image attachment with optional on-the-fly resizing and cropping. Resized images are cached for performance. Only works with image MIME types. Path parameter: {id} - Attachment UUID. Query parameters: ?width=N (1-4000 pixels), ?height=N (1-4000 pixels), ?cropType=cover|contain (resize behavior).","tags":["Attachments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetParameters0Schema"}},{"name":"slug","in":"path","required":false,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetParameters1Schema"}}],"responses":{"200":{"description":"Binary image content (Content-Type: image/jpeg, image/png, etc.)","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid parameters, missing ID, or non-image attachment","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized - authentication required for private partitions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - insufficient permissions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Image not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Partition misconfigured or image rendering failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/attachments/image/:id/:slug\" \\\n  -H \"Accept: application/json\""}]}},"/attachments/library/{id}":{"get":{"operationId":"attachments_get_attachments_library_id","summary":"Get attachment details","description":"Returns complete details of an attachment including metadata, tags, assignments, and custom fields.","tags":["Attachments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetParameters0Schema"}}],"responses":{"200":{"description":"Attachment details","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchema"},"example":{"item":{"id":"00000000-0000-4000-8000-000000000000","fileName":"string","fileSize":1,"mimeType":"string","partitionCode":"string","partitionTitle":null,"tags":["string"],"assignments":[],"content":null,"customFields":null}}}}},"400":{"description":"Invalid attachment ID","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/attachments/library/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"patch":{"operationId":"attachments_patch_attachments_library_id","summary":"Update attachment metadata","description":"Updates attachment tags, assignments, and custom fields. Emits CRUD side effects for indexing and events.","tags":["Attachments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Attachment updated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload or attachment ID","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to save attributes","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/attachments/library/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true},"delete":{"operationId":"attachments_delete_attachments_library_id","summary":"Delete attachment","description":"Permanently deletes an attachment file from storage and database. Emits CRUD side effects.","tags":["Attachments"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Attachment deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid attachment ID","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Attachment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/attachments/library/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/activities":{"get":{"operationId":"customers_get_customers_activities","summary":"List activitys","description":"Returns a paginated collection of activitys scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"dealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"activityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetParameters4Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetParameters5Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetParameters6Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetParameters7Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated activitys","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","activityType":"string","subject":null,"body":null,"occurredAt":null,"createdAt":"string","appearanceIcon":null,"appearanceColor":null,"entityId":null,"authorUserId":null,"authorName":null,"authorEmail":null,"dealId":null,"dealTitle":null,"customValues":null,"activityTypeLabel":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/activities?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_activities","summary":"Create activity","description":"DEPRECATED (sunset 2026-06-30): Creates a timeline activity. Use POST /api/customers/interactions instead.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"00000000-0000-4000-8000-000000000000","activityType":"string","phoneNumber":null,"appearanceIcon":null,"appearanceColor":null}}},"description":"DEPRECATED (sunset 2026-06-30): Creates a timeline activity. Use POST /api/customers/interactions instead."},"responses":{"201":{"description":"Activity created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"activityType\\\": \\\"string\\\",\n  \\\"phoneNumber\\\": null,\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_activities","summary":"Update activity","description":"DEPRECATED (sunset 2026-06-30): Updates an activity. Use PUT /api/customers/interactions instead.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","phoneNumber":null,"appearanceIcon":null,"appearanceColor":null}}},"description":"DEPRECATED (sunset 2026-06-30): Updates an activity. Use PUT /api/customers/interactions instead."},"responses":{"200":{"description":"Activity updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"phoneNumber\\\": null,\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_activities","summary":"Delete activity","description":"DEPRECATED (sunset 2026-06-30): Deletes an activity. Use DELETE /api/customers/interactions instead.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"DEPRECATED (sunset 2026-06-30): Deletes an activity. Use DELETE /api/customers/interactions instead."},"responses":{"200":{"description":"Activity deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/addresses":{"get":{"operationId":"customers_get_customers_addresses","summary":"List addresss","description":"Returns a paginated collection of addresss scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated addresss","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","entity_id":"00000000-0000-4000-8000-000000000000","name":null,"purpose":null,"company_name":null,"address_line1":null,"address_line2":null,"building_number":null,"flat_number":null,"city":null,"region":null,"postal_code":null,"country":null,"latitude":null,"longitude":null,"is_primary":null,"organization_id":null,"tenant_id":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/addresses?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_addresses","summary":"Create address","description":"Creates a customer address record and associates it with the referenced entity.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","addressLine1":"string","latitude":null,"longitude":null}}},"description":"Creates a customer address record and associates it with the referenced entity."},"responses":{"201":{"description":"Address created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/addresses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"addressLine1\\\": \\\"string\\\",\n  \\\"latitude\\\": null,\n  \\\"longitude\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_addresses","summary":"Update address","description":"Updates fields on an existing customer address.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","latitude":null,"longitude":null}}},"description":"Updates fields on an existing customer address."},"responses":{"200":{"description":"Address updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/addresses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"latitude\\\": null,\n  \\\"longitude\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_addresses","summary":"Delete address","description":"Deletes an address by id. The identifier may be included in the body or query.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes an address by id. The identifier may be included in the body or query."},"responses":{"200":{"description":"Address deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAddressesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/addresses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/assignable-staff":{"get":{"operationId":"customers_get_customers_assignable_staff","summary":"DEPRECATED: use GET /api/staff/team-members/assignable instead.","description":"Deprecated. Returns 308 Permanent Redirect to /api/staff/team-members/assignable preserving the query string. Will be removed no earlier than the next major release.","tags":["Customers"],"deprecated":true,"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetParameters2Schema"},"example":"string"}],"responses":{"200":{"description":"Assignable staff members (only reachable by following the redirect).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","teamMemberId":"00000000-0000-4000-8000-000000000000","userId":"00000000-0000-4000-8000-000000000000","displayName":"string","email":null,"teamName":null,"user":null,"team":null}],"total":1,"totalPages":1}}}},"308":{"description":"Permanent redirect to /api/staff/team-members/assignable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses308ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/assignable-staff?page=1&pageSize=24\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/comments":{"get":{"operationId":"customers_get_customers_comments","summary":"List comments","description":"Returns a paginated collection of comments scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"dealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated comments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","entity_id":null,"deal_id":null,"body":null,"author_user_id":null,"appearance_icon":null,"appearance_color":null,"organization_id":null,"tenant_id":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/comments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_comments","summary":"Create comment","description":"Adds a comment to a customer timeline.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","body":"string","appearanceIcon":null,"appearanceColor":null}}},"description":"Adds a comment to a customer timeline."},"responses":{"201":{"description":"Comment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"authorUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"body\\\": \\\"string\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_comments","summary":"Update comment","description":"Updates an existing timeline comment.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","appearanceIcon":null,"appearanceColor":null}}},"description":"Updates an existing timeline comment."},"responses":{"200":{"description":"Comment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_comments","summary":"Delete comment","description":"Deletes a comment identified by `id` supplied via body or query string.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a comment identified by `id` supplied via body or query string."},"responses":{"200":{"description":"Comment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCommentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/companies":{"get":{"operationId":"customers_get_customers_companies","summary":"List companies","description":"Returns a paginated collection of companies scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters2Schema"},"example":"string"},{"name":"email","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters3Schema"},"example":"string"},{"name":"emailStartsWith","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters4Schema"},"example":"string"},{"name":"emailContains","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters5Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters6Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters7Schema"},"example":"asc"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters8Schema"},"example":"string"},{"name":"lifecycleStage","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters9Schema"},"example":"string"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters10Schema"},"example":"string"},{"name":"hasEmail","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters11Schema"},"example":"string"},{"name":"hasPhone","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters12Schema"},"example":"string"},{"name":"hasNextInteraction","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters13Schema"},"example":"string"},{"name":"createdFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters14Schema"},"example":"string"},{"name":"createdTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters15Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters16Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters17Schema"},"example":"string"},{"name":"tagIdsEmpty","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters18Schema"},"example":"string"},{"name":"excludeIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters19Schema"},"example":"string"},{"name":"excludeLinkedPersonId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters20Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"excludeLinkedCompanyId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters21Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"excludeLinkedDealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters22Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetParameters23Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated companies","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","description":null,"owner_user_id":null,"primary_email":null,"primary_phone":null,"status":null,"lifecycle_stage":null,"source":null,"next_interaction_at":null,"next_interaction_name":null,"next_interaction_ref_id":null,"next_interaction_icon":null,"next_interaction_color":null,"organization_id":null,"tenant_id":null,"created_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/companies?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_companies","summary":"Create company","description":"Creates a company record and associated profile data.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","displayName":"string","description":null,"primaryEmail":null,"primaryPhone":null,"nextInteraction":null,"legalName":null,"brandName":null,"domain":null,"websiteUrl":null,"sizeBucket":null,"annualRevenue":null}}},"description":"Creates a company record and associated profile data."},"responses":{"201":{"description":"Company created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"companyId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/companies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"displayName\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"primaryEmail\\\": null,\n  \\\"primaryPhone\\\": null,\n  \\\"nextInteraction\\\": null,\n  \\\"legalName\\\": null,\n  \\\"brandName\\\": null,\n  \\\"domain\\\": null,\n  \\\"websiteUrl\\\": null,\n  \\\"sizeBucket\\\": null,\n  \\\"annualRevenue\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_companies","summary":"Update company","description":"Updates company profile fields, tags, or custom attributes.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","description":null,"primaryEmail":null,"primaryPhone":null,"nextInteraction":null,"legalName":null,"brandName":null,"domain":null,"websiteUrl":null,"sizeBucket":null,"annualRevenue":null}}},"description":"Updates company profile fields, tags, or custom attributes."},"responses":{"200":{"description":"Company updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/companies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"description\\\": null,\n  \\\"primaryEmail\\\": null,\n  \\\"primaryPhone\\\": null,\n  \\\"nextInteraction\\\": null,\n  \\\"legalName\\\": null,\n  \\\"brandName\\\": null,\n  \\\"domain\\\": null,\n  \\\"websiteUrl\\\": null,\n  \\\"sizeBucket\\\": null,\n  \\\"annualRevenue\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_companies","summary":"Delete company","description":"Deletes a company by id. The identifier can be provided via body or query.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a company by id. The identifier can be provided via body or query."},"responses":{"200":{"description":"Company deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Company has dependent records (people, deals, or direct staff); unlink or reassign before delete.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses422ContentApplicationJsonSchema"},"example":{"error":"string","code":"COMPANY_HAS_DEPENDENTS"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/companies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/dashboard/widgets/customer-todos":{"get":{"operationId":"customers_get_customers_dashboard_widgets_customer_todos","summary":"Fetch recent customer tasks","description":"Returns the most recent customer tasks for display on dashboards, including legacy compatibility rows when needed.","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetParameters0Schema"},"example":1},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Widget payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","todoId":"00000000-0000-4000-8000-000000000000","todoSource":"string","todoTitle":null,"createdAt":"string","organizationId":null,"entity":{"id":null,"displayName":null,"kind":null,"ownerUserId":null}}]}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Requested scope is not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/dashboard/widgets/customer-todos?limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/dashboard/widgets/new-customers":{"get":{"operationId":"customers_get_customers_dashboard_widgets_new_customers","summary":"Fetch recently created customers","description":"Returns the latest customers created within the scoped tenant/organization for dashboard display.","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetParameters0Schema"},"example":1},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"kind","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetParameters3Schema"},"example":"person"}],"responses":{"200":{"description":"Widget payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","displayName":null,"kind":null,"organizationId":null,"createdAt":"string","ownerUserId":null}]}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Requested scope is not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/dashboard/widgets/new-customers?limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/dashboard/widgets/new-deals":{"get":{"operationId":"customers_get_customers_dashboard_widgets_new_deals","summary":"Fetch recently created deals","description":"Returns the latest deals created within the scoped tenant/organization for dashboard display.","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetParameters0Schema"},"example":1},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Widget payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","title":null,"status":null,"organizationId":null,"createdAt":"string","ownerUserId":null,"valueAmount":null,"valueCurrency":null}]}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Requested scope is not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/dashboard/widgets/new-deals?limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/dashboard/widgets/next-interactions":{"get":{"operationId":"customers_get_customers_dashboard_widgets_next_interactions","summary":"Fetch upcoming customer interactions","description":"Lists upcoming (or optionally past) customer interaction reminders ordered by interaction date.","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetParameters0Schema"},"example":1},{"name":"tenantId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"organizationId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"includePast","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetParameters3Schema"},"example":"true"}],"responses":{"200":{"description":"Widget payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","displayName":null,"kind":null,"organizationId":null,"nextInteractionAt":null,"nextInteractionName":null,"nextInteractionIcon":null,"nextInteractionColor":null,"ownerUserId":null}],"now":"string"}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Requested scope is not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Widget failed to load","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/dashboard/widgets/next-interactions?limit=5\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals/aggregate":{"get":{"operationId":"customers_get_customers_deals_aggregate","summary":"Per-stage counts and currency totals for kanban lane headers","description":"Returns per-stage counts and totals for deals, with values converted to the tenant base currency where rates are available. Used to power kanban lane headers without loading every deal.","tags":["Customers"],"parameters":[{"name":"pipelineId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters1Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters2Schema"},"example":["string"]},{"name":"ownerUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters3Schema"},"example":["00000000-0000-4000-8000-000000000000"]},{"name":"personId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters4Schema"},"example":["00000000-0000-4000-8000-000000000000"]},{"name":"companyId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters5Schema"},"example":["00000000-0000-4000-8000-000000000000"]},{"name":"isStuck","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters6Schema"},"example":true},{"name":"isOverdue","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters7Schema"},"example":true},{"name":"expectedCloseAtFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters8Schema"},"example":"string"},{"name":"expectedCloseAtTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters9Schema"},"example":"string"}],"responses":{"200":{"description":"Per-stage aggregate payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchema"},"example":{"baseCurrencyCode":null,"perStage":[{"stageId":"string","count":1,"openCount":1,"totalInBaseCurrency":1,"byCurrency":[{"currency":"string","total":1,"count":1}],"convertedAll":true,"missingRateCurrencies":["string"]}]}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/deals/aggregate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals/bulk-update-owner":{"post":{"operationId":"customers_post_customers_deals_bulk_update_owner","summary":"Bulk reassign deal owner","description":"Queues a background job that reassigns the listed deals to a new owner (or clears the owner when null).","tags":["Customer Relationship Management"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateOwnerPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateOwnerPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateOwnerPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/deals/bulk-update-owner\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals/bulk-update-stage":{"post":{"operationId":"customers_post_customers_deals_bulk_update_stage","summary":"Bulk update deal pipeline stage","description":"Queues a background job that moves the listed deals to the same pipeline stage. Returns a progress job id to poll for completion.","tags":["Customer Relationship Management"],"parameters":[],"responses":{"201":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateStagePostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateStagePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateStagePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/deals/bulk-update-stage\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals/map":{"get":{"operationId":"customers_get_customers_deals_map","summary":"Paginated deals that have a resolvable map location","description":"Returns a page of deals that have a coordinate-bearing linked company/person address, each enriched with one resolved location (company primary first, then earliest created; person addresses as fallback). Deals with no coordinate-bearing address are excluded entirely, so every item carries a non-null location in normal operation; the schema keeps location nullable only for the rare case where the address is deleted between the located-deal resolution and the page fetch.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters3Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters4Schema"},"example":"string"},{"name":"pipelineStage","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters5Schema"},"example":"string"},{"name":"pipelineId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters6Schema"},"example":"string"},{"name":"pipelineStageId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters7Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ownerUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters8Schema"},"example":"string"},{"name":"expectedCloseAtFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters9Schema"},"example":"string"},{"name":"expectedCloseAtTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters10Schema"},"example":"string"},{"name":"isStuck","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters11Schema"},"example":true},{"name":"isOverdue","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters12Schema"},"example":true},{"name":"needsAttention","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters13Schema"},"example":true},{"name":"valueCurrency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters14Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters15Schema"},"example":"createdAt"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters16Schema"},"example":"asc"},{"name":"personEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters17Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Deprecated; use personId"},{"name":"companyEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters18Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Deprecated; use companyId"},{"name":"personId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters19Schema"},"example":"string"},{"name":"companyId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters20Schema"},"example":"string"}],"responses":{"200":{"description":"Paged located deals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","title":null,"status":null,"pipelineId":null,"pipelineStageId":null,"pipelineStage":null,"valueAmount":null,"valueCurrency":null,"probability":null,"expectedCloseAt":null,"ownerUserId":null,"updatedAt":null,"companies":[{"id":"00000000-0000-4000-8000-000000000000","label":null}],"people":[{"id":"00000000-0000-4000-8000-000000000000","label":null}],"location":null}],"total":1,"totalPages":1}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/deals/map?page=1&pageSize=100\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals":{"get":{"operationId":"customers_get_customers_deals","summary":"List deals","description":"Returns a paginated collection of deals scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters1Schema"},"example":1},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters3Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters4Schema"},"example":"string"},{"name":"pipelineStage","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters5Schema"},"example":"string"},{"name":"pipelineId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters6Schema"},"example":"string"},{"name":"pipelineStageId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters7Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ownerUserId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters8Schema"},"example":"string"},{"name":"expectedCloseAtFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters9Schema"},"example":"string"},{"name":"expectedCloseAtTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters10Schema"},"example":"string"},{"name":"isStuck","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters11Schema"},"example":true},{"name":"isOverdue","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters12Schema"},"example":true},{"name":"needsAttention","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters13Schema"},"example":true},{"name":"valueCurrency","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters14Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters15Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters16Schema"},"example":"asc"},{"name":"personEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters17Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Deprecated; use personId"},{"name":"companyEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters18Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Deprecated; use companyId"},{"name":"personId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters19Schema"},"example":"string"},{"name":"companyId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters20Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters21Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated deals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","title":null,"description":null,"status":null,"pipeline_stage":null,"pipeline_id":null,"pipeline_stage_id":null,"value_amount":null,"value_currency":null,"probability":null,"expected_close_at":null,"owner_user_id":null,"source":null,"organization_id":null,"tenant_id":null,"created_at":null,"updated_at":null,"organizationId":null,"tenantId":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/deals?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_deals","summary":"Create deal","description":"Creates a sales deal, optionally associating people and companies.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","title":"string","ownerUserId":null,"primaryPersonEntityId":null}}},"description":"Creates a sales deal, optionally associating people and companies."},"responses":{"201":{"description":"Deal created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/deals\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"title\\\": \\\"string\\\",\n  \\\"ownerUserId\\\": null,\n  \\\"primaryPersonEntityId\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_deals","summary":"Update deal","description":"Updates pipeline position, metadata, or associations for an existing deal.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","ownerUserId":null,"primaryPersonEntityId":null}}},"description":"Updates pipeline position, metadata, or associations for an existing deal."},"responses":{"200":{"description":"Deal updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/deals\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"ownerUserId\\\": null,\n  \\\"primaryPersonEntityId\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_deals","summary":"Delete deal","description":"Deletes a deal by `id`. The identifier may be provided in the body or query parameters.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a deal by `id`. The identifier may be provided in the body or query parameters."},"responses":{"200":{"description":"Deal deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/deals\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/deals/summary":{"get":{"operationId":"customers_get_customers_deals_summary","summary":"Pipeline KPI metrics with period-over-period deltas for the deals list","description":"Returns the four list-level KPI cards (pipeline value, active deals, won this quarter, win rate) with quarter-over-quarter deltas, per-stage open-pipeline breakdown, top owners, and a 6-month win-rate series. Values are converted to the tenant base currency where rates are available; partial conversions are disclosed via convertedAll/missingRateCurrencies.","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Deals KPI summary payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchema"},"example":{"baseCurrencyCode":null,"convertedAll":true,"missingRateCurrencies":["string"],"pipelineValue":{"value":1,"delta":{"value":1,"direction":"up"},"stages":[{"stage":null,"count":1,"value":1}]},"activeDeals":{"value":1,"delta":{"value":1,"direction":"up"},"ownersCount":1,"needAttention":1,"owners":[{"id":"string","count":1}],"ownersOverflow":1},"wonThisQuarter":{"value":1,"delta":{"value":1,"direction":"up"},"dealsClosed":1,"avgDeal":1},"winRate":{"value":1,"deltaPp":1,"direction":"up","previousValue":1,"series":[{"period":"string","rate":1}]}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/deals/summary\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/dictionaries/currency":{"get":{"operationId":"customers_get_customers_dictionaries_currency","summary":"Resolve currency dictionary","description":"Returns the active currency dictionary for the current organization scope, falling back to shared entries when required.","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Currency dictionary entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","entries":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Currency dictionary missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/dictionaries/currency\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/dictionaries/kind-settings":{"get":{"operationId":"customers_get_customers_dictionaries_kind_settings","summary":"List kind settings","description":"Returns selection mode and visibility settings for each dictionary kind.","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Kind settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","kind":"string","selectionMode":"single","visibleInTags":true,"sortOrder":1}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/dictionaries/kind-settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"patch":{"operationId":"customers_patch_customers_dictionaries_kind_settings","summary":"Update kind setting","description":"Creates or updates settings for a specific dictionary kind.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchema"},"example":{"kind":"string"}}}},"responses":{"200":{"description":"Setting updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","kind":"string","selectionMode":"single","visibleInTags":true,"sortOrder":1}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/customers/dictionaries/kind-settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"kind\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/customers/interactions/cancel":{"post":{"operationId":"customers_post_customers_interactions_cancel","summary":"Cancel an interaction","description":"Marks an interaction as canceled.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Interaction canceled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Interaction not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/interactions/cancel\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/interactions/complete":{"post":{"operationId":"customers_post_customers_interactions_complete","summary":"Complete an interaction","description":"Marks an interaction as done and sets occurredAt to current time (or a provided timestamp).","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Interaction completed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Interaction not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/interactions/complete\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/interactions/conflicts":{"get":{"operationId":"customers_get_customers_interactions_conflicts","summary":"Detect scheduling conflicts","description":"Checks for overlapping planned interactions within the requested time window.","tags":["Customers"],"parameters":[{"name":"date","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetParameters0Schema"},"example":"string"},{"name":"startTime","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetParameters1Schema"},"example":"string"},{"name":"duration","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetParameters2Schema"},"example":1},{"name":"excludeId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"userId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"timezoneOffsetMinutes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetParameters5Schema"},"example":1}],"responses":{"200":{"description":"Conflict detection result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"result":{"hasConflicts":true,"conflicts":[{"id":"string","title":null,"startTime":"string","endTime":"string","type":"string"}]}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/interactions/conflicts?date=string&startTime=string&duration=1\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/interactions/counts":{"get":{"operationId":"customers_get_customers_interactions_counts","summary":"Get interaction counts by type","description":"Returns per-type interaction counts scoped to an entity.","tags":["Customers"],"parameters":[{"name":"entityId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetParameters1Schema"},"example":"done"}],"responses":{"200":{"description":"Counts by interaction type","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"result":{"call":1,"email":1,"meeting":1,"note":1,"task":1,"total":1}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/interactions/counts?entityId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/interactions":{"get":{"operationId":"customers_get_customers_interactions","summary":"List interactions","description":"Returns a paginated collection of interactions scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters0Schema"},"example":1},{"name":"cursor","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters1Schema"},"example":"string"},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"dealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters4Schema"},"example":"string"},{"name":"interactionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters5Schema"},"example":"string"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters6Schema"},"example":"string"},{"name":"excludeInteractionType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters7Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters8Schema"},"example":"string"},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters9Schema"},"example":"2025-01-01T00:00:00.000Z"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters10Schema"},"example":"2025-01-01T00:00:00.000Z"},{"name":"recurrenceMasters","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters11Schema"},"example":"true"},{"name":"pinned","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters12Schema"},"example":"true"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters13Schema"},"example":"scheduledAt"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters14Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetParameters15Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated interactions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","entityId":null,"dealId":null,"interactionType":"string","title":null,"body":null,"status":"string","scheduledAt":null,"occurredAt":null,"priority":null,"authorUserId":null,"ownerUserId":null,"externalMessageId":null,"appearanceIcon":null,"appearanceColor":null,"source":null,"duration":null,"durationMinutes":null,"location":null,"allDay":null,"recurrenceRule":null,"recurrenceEnd":null,"participants":null,"reminderMinutes":null,"visibility":null,"linkedEntities":null,"guestPermissions":null,"organizationId":null,"tenantId":null,"createdAt":null,"updatedAt":null,"authorName":null,"authorEmail":null,"dealTitle":null,"customValues":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/interactions?limit=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_interactions","summary":"Create interaction","description":"Creates a new interaction linked to a customer entity or deal.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}},"description":"Creates a new interaction linked to a customer entity or deal."},"responses":{"201":{"description":"Interaction created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/interactions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_interactions","summary":"Update interaction","description":"Updates fields for an existing interaction.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{}}},"description":"Updates fields for an existing interaction."},"responses":{"200":{"description":"Interaction updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/interactions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_interactions","summary":"Delete interaction","description":"Soft-deletes an interaction identified by `id`. Accepts id via body or query string.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes an interaction identified by `id`. Accepts id via body or query string."},"responses":{"200":{"description":"Interaction deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/interactions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/interactions/tasks":{"get":{"operationId":"customers_get_customers_interactions_tasks","summary":"List customertasks","description":"Returns a paginated collection of customertasks scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetParameters2Schema"},"example":"string"},{"name":"all","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetParameters3Schema"},"example":"string"},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated customertasks","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","todoId":"string","todoSource":"string","todoTitle":null,"todoIsDone":null,"todoPriority":null,"todoSeverity":null,"todoDescription":null,"todoDueAt":null,"todoCustomValues":null,"todoOrganizationId":null,"organizationId":"string","tenantId":"string","createdAt":"string","externalHref":null,"customer":{"id":null,"displayName":null,"kind":null}}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/interactions/tasks?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/labels/assign":{"post":{"operationId":"customers_post_customers_labels_assign","summary":"Assign label","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchema"},"example":{"labelId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Already assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"201":{"description":"Assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Label or entity not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/labels/assign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"labelId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/labels":{"get":{"operationId":"customers_get_customers_labels","summary":"List labels","description":"Returns labels for the current user within the selected organization. Optionally includes assignment status for a specific entity.","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Labels list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","slug":"string","label":"string"}],"assignedIds":["00000000-0000-4000-8000-000000000000"],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/labels\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_labels","summary":"Create label","description":"Creates a new label scoped to the current user and selected organization.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostRequestBodyContentApplicationJsonSchema"},"example":{"label":"string"}}}},"responses":{"201":{"description":"Label created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","slug":"string","label":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Duplicate slug","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/labels\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"label\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/customers/labels/unassign":{"post":{"operationId":"customers_post_customers_labels_unassign","summary":"Unassign label","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchema"},"example":{"labelId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Unassigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Label or entity not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/labels/unassign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"labelId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/people/check-phone":{"get":{"operationId":"customers_get_customers_people_check_phone","summary":"Find person by phone digits","description":"Performs an exact digits comparison (stripping non-numeric characters) to determine whether a customer contact matches the provided phone fragment.","tags":["Customers"],"parameters":[{"name":"digits","in":"query","required":true,"schema":{}}],"responses":{"200":{"description":"Matching contact (if any)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchema"},"example":{"match":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/people/check-phone\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/people":{"get":{"operationId":"customers_get_customers_people","summary":"List people","description":"Returns a paginated collection of people scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters2Schema"},"example":"string"},{"name":"email","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters3Schema"},"example":"string"},{"name":"emailStartsWith","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters4Schema"},"example":"string"},{"name":"emailContains","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters5Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters6Schema"},"example":"string"},{"name":"lifecycleStage","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters7Schema"},"example":"string"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters8Schema"},"example":"string"},{"name":"hasEmail","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters9Schema"},"example":"string"},{"name":"hasPhone","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters10Schema"},"example":"string"},{"name":"hasNextInteraction","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters11Schema"},"example":"string"},{"name":"createdFrom","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters12Schema"},"example":"string"},{"name":"createdTo","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters13Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters14Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters15Schema"},"example":"asc"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters16Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters17Schema"},"example":"string"},{"name":"tagIdsEmpty","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters18Schema"},"example":"string"},{"name":"excludeIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters19Schema"},"example":"string"},{"name":"excludeLinkedCompanyId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters20Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"excludeLinkedDealId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters21Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetParameters22Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated people","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","description":null,"owner_user_id":null,"primary_email":null,"primary_phone":null,"status":null,"lifecycle_stage":null,"source":null,"next_interaction_at":null,"next_interaction_name":null,"next_interaction_ref_id":null,"next_interaction_icon":null,"next_interaction_color":null,"organization_id":null,"tenant_id":null,"created_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/people?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_people","summary":"Create person","description":"Creates a person contact using scoped organization and tenant identifiers.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","description":null,"primaryEmail":null,"primaryPhone":null,"nextInteraction":null,"firstName":"string","lastName":"string","linkedInUrl":null,"twitterUrl":null,"companyEntityId":null}}},"description":"Creates a person contact using scoped organization and tenant identifiers."},"responses":{"201":{"description":"Person created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"personId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/people\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"description\\\": null,\n  \\\"primaryEmail\\\": null,\n  \\\"primaryPhone\\\": null,\n  \\\"nextInteraction\\\": null,\n  \\\"firstName\\\": \\\"string\\\",\n  \\\"lastName\\\": \\\"string\\\",\n  \\\"linkedInUrl\\\": null,\n  \\\"twitterUrl\\\": null,\n  \\\"companyEntityId\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_people","summary":"Update person","description":"Updates contact details or custom fields for a person.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","description":null,"primaryEmail":null,"primaryPhone":null,"nextInteraction":null,"linkedInUrl":null,"twitterUrl":null,"companyEntityId":null}}},"description":"Updates contact details or custom fields for a person."},"responses":{"200":{"description":"Person updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/people\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"description\\\": null,\n  \\\"primaryEmail\\\": null,\n  \\\"primaryPhone\\\": null,\n  \\\"nextInteraction\\\": null,\n  \\\"linkedInUrl\\\": null,\n  \\\"twitterUrl\\\": null,\n  \\\"companyEntityId\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_people","summary":"Delete person","description":"Deletes a person by id. Request body or query may provide the identifier.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a person by id. Request body or query may provide the identifier."},"responses":{"200":{"description":"Person deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Person has dependent records (e.g. linked deals); unlink or reassign before delete.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses422ContentApplicationJsonSchema"},"example":{"error":"string","code":"PERSON_HAS_DEPENDENTS"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/people\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/pipeline-stages/reorder":{"post":{"operationId":"customers_post_customers_pipeline_stages_reorder","summary":"Reorder pipeline stages","description":"Updates the order of pipeline stages in bulk.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","stages":[{"id":"00000000-0000-4000-8000-000000000000","order":1}]}}}},"responses":{"200":{"description":"Stages reordered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/pipeline-stages/reorder\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"stages\\\": [\n    {\n      \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n      \\\"order\\\": 1\n    }\n  ]\n}\""}],"x-require-auth":true}},"/customers/pipeline-stages":{"get":{"operationId":"customers_get_customers_pipeline_stages","summary":"List pipeline stages","description":"Returns pipeline stages for the authenticated organization, optionally filtered by pipelineId.","tags":["Customers"],"parameters":[{"name":"pipelineId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Stage list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","pipelineId":"00000000-0000-4000-8000-000000000000","label":"string","order":1,"color":null,"icon":null,"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","createdAt":"2025-01-01T00:00:00.000Z","updatedAt":"2025-01-01T00:00:00.000Z"}],"total":1}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/pipeline-stages\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_pipeline_stages","summary":"Create pipeline stage","description":"Creates a new pipeline stage.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","pipelineId":"00000000-0000-4000-8000-000000000000","label":"string","color":null,"icon":null}}}},"responses":{"201":{"description":"Stage created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/pipeline-stages\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"pipelineId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"label\\\": \\\"string\\\",\n  \\\"color\\\": null,\n  \\\"icon\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_pipeline_stages","summary":"Update pipeline stage","description":"Updates an existing pipeline stage.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","color":null,"icon":null}}}},"responses":{"200":{"description":"Stage updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Stage not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/pipeline-stages\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"color\\\": null,\n  \\\"icon\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_pipeline_stages","summary":"Delete pipeline stage","description":"Deletes a pipeline stage. Returns 409 if active deals use this stage.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Stage deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Stage not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Stage has active deals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/pipeline-stages\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/pipelines":{"get":{"operationId":"customers_get_customers_pipelines","summary":"List pipelines","description":"Returns a list of pipelines scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"isDefault","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Pipeline list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","isDefault":true,"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","createdAt":"2025-01-01T00:00:00.000Z","updatedAt":"2025-01-01T00:00:00.000Z"}],"total":1}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/pipelines\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_pipelines","summary":"Create pipeline","description":"Creates a new pipeline within the authenticated organization.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","name":"string"}}}},"responses":{"201":{"description":"Pipeline created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/pipelines\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_pipelines","summary":"Update pipeline","description":"Updates an existing pipeline.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Pipeline updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Pipeline not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/pipelines\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_pipelines","summary":"Delete pipeline","description":"Deletes a pipeline. Returns 409 if active deals exist.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Pipeline deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Pipeline not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Pipeline has active deals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/pipelines\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/settings/address-format":{"get":{"operationId":"customers_get_customers_settings_address_format","summary":"Retrieve address format","description":"Returns the current address formatting preference for the selected organization.","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Current address format","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatGetResponses200ContentApplicationJsonSchema"},"example":{"addressFormat":"string"}}}},"400":{"description":"Organization context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/settings/address-format\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_settings_address_format","summary":"Update address format","description":"Updates the address format preference for the selected organization.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","addressFormat":"line_first"}}}},"responses":{"200":{"description":"Updated address format","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutResponses200ContentApplicationJsonSchema"},"example":{"addressFormat":"string"}}}},"400":{"description":"Invalid payload or organization context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/settings/address-format\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"addressFormat\\\": \\\"line_first\\\"\n}\""}],"x-require-auth":true}},"/customers/settings/dictionary-sort-modes":{"get":{"operationId":"customers_get_customers_settings_dictionary_sort_modes","summary":"Retrieve dictionary sort modes","description":"Returns entry sort preferences for customer dictionaries in the selected organization.","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Current dictionary sort modes","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses200ContentApplicationJsonSchema"},"example":{"dictionarySortModes":{"key":"label_asc"}}}}},"400":{"description":"Organization context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/settings/dictionary-sort-modes\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"patch":{"operationId":"customers_patch_customers_settings_dictionary_sort_modes","summary":"Update dictionary sort modes","description":"Updates entry sort preferences for customer dictionaries in the selected organization.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchRequestBodyContentApplicationJsonSchema"},"example":{"dictionarySortModes":{"key":"label_asc"}}}}},"responses":{"200":{"description":"Updated dictionary sort modes","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses200ContentApplicationJsonSchema"},"example":{"dictionarySortModes":{"key":"label_asc"}}}}},"400":{"description":"Invalid payload or organization context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/customers/settings/dictionary-sort-modes\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"dictionarySortModes\\\": {\n    \\\"key\\\": \\\"label_asc\\\"\n  }\n}\""}],"x-require-auth":true}},"/customers/settings/stuck-threshold":{"get":{"operationId":"customers_get_customers_settings_stuck_threshold","summary":"Retrieve stuck-threshold days","description":"Returns the current stuck-deal threshold (in days) for the selected organization.","tags":["Customers"],"parameters":[],"responses":{"200":{"description":"Current threshold","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdGetResponses200ContentApplicationJsonSchema"},"example":{"stuckThresholdDays":1}}}},"400":{"description":"Organization context missing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/settings/stuck-threshold\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_settings_stuck_threshold","summary":"Update stuck-threshold days","description":"Updates the stuck-deal threshold for the selected organization.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","stuckThresholdDays":1}}}},"responses":{"200":{"description":"Updated threshold","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutResponses200ContentApplicationJsonSchema"},"example":{"stuckThresholdDays":1}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/settings/stuck-threshold\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"stuckThresholdDays\\\": 1\n}\""}],"x-require-auth":true}},"/customers/tags/assign":{"post":{"operationId":"customers_post_customers_tags_assign","summary":"Assign tag to customer entity","description":"Links a tag to a customer entity within the validated tenant / organization scope.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","tagId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Tag assigned to customer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Validation or assignment failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient tenant/organization access","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/tags/assign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tagId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/tags":{"get":{"operationId":"customers_get_customers_tags","summary":"List tags","description":"Returns a paginated collection of tags scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated tags","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","slug":"string","label":"string","color":null,"description":null,"organization_id":null,"tenant_id":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/tags?page=1&pageSize=100\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_tags","summary":"Create tag","description":"Creates a tag scoped to the current tenant and organization.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","slug":"string","label":"string"}}},"description":"Creates a tag scoped to the current tenant and organization."},"responses":{"201":{"description":"Tag created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"slug\\\": \\\"string\\\",\n  \\\"label\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_tags","summary":"Update tag","description":"Updates label, color, or description for an existing tag.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Updates label, color, or description for an existing tag."},"responses":{"200":{"description":"Tag updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_tags","summary":"Delete tag","description":"Deletes a tag identified by `id`. The identifier may be provided via body or query string.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a tag identified by `id`. The identifier may be provided via body or query string."},"responses":{"200":{"description":"Tag deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/tags/unassign":{"post":{"operationId":"customers_post_customers_tags_unassign","summary":"Remove tag from customer entity","description":"Detaches a tag from a customer entity within the validated tenant / organization scope.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","tagId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Tag unassigned from customer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Validation or unassignment failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Insufficient tenant/organization access","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/tags/unassign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tagId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/todos":{"get":{"operationId":"customers_get_customers_todos","summary":"List customertodos","description":"Returns a paginated collection of customertodos scoped to the authenticated organization.","tags":["Customers"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetParameters2Schema"},"example":"string"},{"name":"all","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetParameters3Schema"},"example":"string"},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated customertodos","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","todoId":"string","todoSource":"string","todoTitle":null,"todoIsDone":null,"todoPriority":null,"todoSeverity":null,"todoDescription":null,"todoDueAt":null,"todoCustomValues":null,"todoOrganizationId":null,"todoUpdatedAt":null,"organizationId":"string","tenantId":"string","createdAt":"string","externalHref":null,"customer":{"id":null,"displayName":null,"kind":null}}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/todos?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_todos","summary":"Create customertodo","description":"DEPRECATED (sunset 2026-06-30): Creates a customer task. Use POST /api/customers/interactions instead.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchema"},"example":{"entityId":"00000000-0000-4000-8000-000000000000","title":"string","todoSource":"customers:interaction"}}},"description":"DEPRECATED (sunset 2026-06-30): Creates a customer task. Use POST /api/customers/interactions instead."},"responses":{"201":{"description":"CustomerTodo created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchema"},"example":{"linkId":null,"todoId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/todos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"title\\\": \\\"string\\\",\n  \\\"todoSource\\\": \\\"customers:interaction\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_todos","summary":"Update customertodo","description":"DEPRECATED (sunset 2026-06-30): Updates a customer task. Use PUT /api/customers/interactions instead.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"DEPRECATED (sunset 2026-06-30): Updates a customer task. Use PUT /api/customers/interactions instead."},"responses":{"200":{"description":"CustomerTodo updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/todos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_todos","summary":"Delete customertodo","description":"DEPRECATED (sunset 2026-06-30): Deletes a customer task. Use DELETE /api/customers/interactions instead.","tags":["Customers"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"DEPRECATED (sunset 2026-06-30): Deletes a customer task. Use DELETE /api/customers/interactions instead."},"responses":{"200":{"description":"CustomerTodo deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/todos\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/companies/{id}/people":{"get":{"operationId":"customers_get_customers_companies_id_people","summary":"List linked people for a company","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetParameters3Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetParameters4Schema"},"example":"name-asc"}],"responses":{"200":{"description":"Paginated linked people","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","displayName":"string","primaryEmail":null,"primaryPhone":null,"status":null,"lifecycleStage":null,"jobTitle":null,"department":null,"createdAt":"string","organizationId":null,"temperature":null,"source":null,"linkedAt":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/companies/:id/people?page=1&pageSize=20&sort=name-asc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/companies/{id}/roles":{"get":{"operationId":"customers_get_customers_companies_id_roles","summary":"List roles for a company","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role assignments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","entityType":"company","entityId":"00000000-0000-4000-8000-000000000000","userId":"00000000-0000-4000-8000-000000000000","userName":null,"userEmail":null,"userPhone":null,"roleType":"string","createdAt":"string","updatedAt":"string"}]}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/companies/00000000-0000-4000-8000-000000000000/roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_companies_id_roles","summary":"Assign a role to a company","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchema"},"example":{"roleType":"string","userId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Role created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Role already assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/companies/00000000-0000-4000-8000-000000000000/roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"roleType\\\": \\\"string\\\",\n  \\\"userId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_companies_id_roles","summary":"Update a company role assignment","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutRequestBodyContentApplicationJsonSchema"},"example":{"userId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Role updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/companies/00000000-0000-4000-8000-000000000000/roles?roleId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"userId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_companies_id_roles","summary":"Remove a company role assignment","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/companies/00000000-0000-4000-8000-000000000000/roles?roleId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/companies/{id}":{"get":{"operationId":"customers_get_customers_companies_id","summary":"Fetch company with related data","description":"Returns a company customer record with optional related resources such as addresses, comments, activities, interactions, deals, todos, and linked people.","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetParameters0Schema"}},{"name":"include","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetParameters1Schema"},"example":"string","description":"Comma-separated list of relations to include (addresses, comments, activities, interactions, deals, todos, people)."}],"responses":{"200":{"description":"Company detail payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchema"},"example":{"interactionMode":"canonical","company":{"id":"00000000-0000-4000-8000-000000000000","displayName":null,"description":null,"ownerUserId":null,"primaryEmail":null,"primaryPhone":null,"status":null,"lifecycleStage":null,"source":null,"nextInteractionAt":null,"nextInteractionName":null,"nextInteractionRefId":null,"nextInteractionIcon":null,"nextInteractionColor":null,"organizationId":null,"tenantId":null,"temperature":null,"renewalQuarter":null,"createdAt":"string","updatedAt":"string"},"profile":null,"customFields":{},"tags":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","color":null}],"addresses":[{"id":"00000000-0000-4000-8000-000000000000","name":null,"purpose":null,"addressLine1":null,"addressLine2":null,"buildingNumber":null,"flatNumber":null,"city":null,"region":null,"postalCode":null,"country":null,"latitude":null,"longitude":null,"isPrimary":null,"createdAt":"string"}],"comments":[{"id":"00000000-0000-4000-8000-000000000000","body":null,"authorUserId":null,"authorName":null,"authorEmail":null,"dealId":null,"createdAt":"string","appearanceIcon":null,"appearanceColor":null}],"activities":[{"id":"00000000-0000-4000-8000-000000000000","activityType":"string","subject":null,"body":null,"occurredAt":null,"dealId":null,"authorUserId":null,"authorName":null,"authorEmail":null,"createdAt":"string","appearanceIcon":null,"appearanceColor":null}],"interactions":[{"id":"00000000-0000-4000-8000-000000000000","entityId":null,"interactionType":"string","title":null,"body":null,"status":"string","scheduledAt":null,"occurredAt":null,"priority":null,"authorUserId":null,"ownerUserId":null,"dealId":null,"organizationId":null,"tenantId":null,"authorName":null,"authorEmail":null,"dealTitle":null,"customValues":null,"appearanceIcon":null,"appearanceColor":null,"source":null,"createdAt":"string","updatedAt":"string"}],"deals":[{"id":"00000000-0000-4000-8000-000000000000","title":null,"status":null,"pipelineStage":null,"valueAmount":null,"valueCurrency":null,"probability":null,"expectedCloseAt":null,"ownerUserId":null,"source":null,"createdAt":"string","updatedAt":"string"}],"todos":[{"id":"00000000-0000-4000-8000-000000000000","todoId":"00000000-0000-4000-8000-000000000000","todoSource":"string","createdAt":"string","createdByUserId":null,"title":null,"isDone":null,"priority":null,"severity":null,"description":null,"dueAt":null,"todoOrganizationId":null,"customValues":null}],"people":[{"id":"00000000-0000-4000-8000-000000000000","displayName":null,"primaryEmail":null,"primaryPhone":null,"status":null,"lifecycleStage":null,"jobTitle":null,"department":null,"createdAt":"string","organizationId":null,"source":null,"temperature":null,"linkedAt":null}],"viewer":{"userId":null,"name":null,"email":null}}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden — caller lacks the required feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Company not found, or its organization is not in the caller’s scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/companies/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals/{id}/companies":{"get":{"operationId":"customers_get_customers_deals_id_companies","summary":"List linked companies for a deal","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetParameters3Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetParameters4Schema"},"example":"label-asc"}],"responses":{"200":{"description":"Paginated linked companies","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","subtitle":null,"kind":"company","linkedAt":"string"}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/deals/:id/companies?page=1&pageSize=20&sort=label-asc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals/{id}/people":{"get":{"operationId":"customers_get_customers_deals_id_people","summary":"List linked people for a deal","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetParameters3Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetParameters4Schema"},"example":"label-asc"}],"responses":{"200":{"description":"Paginated linked people","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","subtitle":null,"kind":"person","linkedAt":"string","isPrimary":true}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/deals/:id/people?page=1&pageSize=20&sort=label-asc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals/{id}":{"get":{"operationId":"customers_get_customers_deals_id","summary":"Fetch deal with associations and pipeline context","description":"Returns a deal with linked people, companies, closure fields, optional pipeline history, custom fields, and viewer context.","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetParameters0Schema"}},{"name":"include","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetParameters1Schema"},"example":"string"}],"responses":{"200":{"description":"Deal detail payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchema"},"example":{"deal":{"id":"00000000-0000-4000-8000-000000000000","title":null,"description":null,"status":null,"pipelineStage":null,"pipelineId":null,"pipelineStageId":null,"valueAmount":null,"valueCurrency":null,"probability":null,"expectedCloseAt":null,"ownerUserId":null,"source":null,"closureOutcome":null,"lossReasonId":null,"lossNotes":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"},"people":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","subtitle":null,"kind":"person"}],"companies":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","subtitle":null,"kind":"company"}],"customFields":{},"viewer":{"userId":null,"name":null,"email":null},"pipelineStages":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","order":1,"color":null,"icon":null}],"stageTransitions":[{"stageId":"00000000-0000-4000-8000-000000000000","stageLabel":"string","stageOrder":1,"transitionedAt":"string"}],"owner":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden — caller lacks the required feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Deal not found, or its organization is not in the caller’s scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/deals/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/deals/{id}/stats":{"get":{"operationId":"customers_get_customers_deals_id_stats","summary":"Fetch analytics for a closed deal","description":"Returns week-to-date closure counts, sales cycle length, quarter ranking, and loss reason context for a closed deal.","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetParameters0Schema"}}],"responses":{"200":{"description":"Deal closure stats payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchema"},"example":{"dealValue":null,"dealCurrency":null,"closureOutcome":"won","closedAt":"string","pipelineName":null,"dealsClosedThisPeriod":1,"salesCycleDays":null,"dealRankInQuarter":null,"lossReason":null}}}},"400":{"description":"Deal is not closed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden — caller lacks the required feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Deal not found, or its organization is not in the caller’s scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/deals/:id/stats\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/dictionaries/{kind}/{id}":{"patch":{"operationId":"customers_patch_customers_dictionaries_kind_id","summary":"Update dictionary entry","description":"Updates value, label, color, or icon for an existing customer dictionary entry.","tags":["Customers"],"parameters":[{"name":"kind","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchParameters0Schema"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Updated dictionary entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Duplicate value conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/customers/dictionaries/:kind/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_dictionaries_kind_id","summary":"Delete dictionary entry","description":"Removes a customer dictionary entry by identifier.","tags":["Customers"],"parameters":[{"name":"kind","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteParameters0Schema"}},{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteParameters1Schema"}}],"responses":{"200":{"description":"Entry deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Entry is in use and cannot be deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/dictionaries/:kind/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/dictionaries/{kind}":{"get":{"operationId":"customers_get_customers_dictionaries_kind","summary":"List dictionary entries","description":"Returns dictionary entries for the requested kind within the currently selected organization.","tags":["Customers"],"parameters":[{"name":"kind","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetParameters0Schema"}}],"responses":{"200":{"description":"Dictionary entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null}]}}}},"400":{"description":"Failed to resolve dictionary context","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/dictionaries/:kind\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_dictionaries_kind","summary":"Create or override dictionary entry","description":"Creates a dictionary entry (or updates the existing entry for the same value) within the current organization scope.","tags":["Customers"],"parameters":[{"name":"kind","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchema"},"example":{"value":"string"}}}},"responses":{"200":{"description":"Dictionary entry updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null}}}},"201":{"description":"Dictionary entry created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":null,"color":null,"icon":null,"organizationId":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Duplicate value conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/dictionaries/:kind\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"value\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/customers/interactions/{id}/visibility":{"patch":{"operationId":"customers_patch_customers_interactions_id_visibility","summary":"Flip an email interaction visibility (private ↔ shared)","tags":["Customers","Email"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsIdVisibilityPatchParameters0Schema"}}],"responses":{"200":{"description":"Updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsIdVisibilityPatchResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsIdVisibilityPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsIdVisibilityPatchResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsIdVisibilityPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Email not found or not visible to caller","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsIdVisibilityPatchResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsIdVisibilityPatchResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/customers/interactions/:id/visibility\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/people/{id}/companies/{linkId}":{"patch":{"operationId":"customers_patch_customers_people_id_companies_linkId","summary":"Update a linked company for a person","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchParameters0Schema"}},{"name":"linkId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Updated company link","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"result":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/customers/people/:id/companies/:linkId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_people_id_companies_linkId","summary":"Remove a linked company from a person","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdDeleteParameters0Schema"}},{"name":"linkId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdDeleteParameters1Schema"}}],"responses":{"200":{"description":"Deletion result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/people/:id/companies/:linkId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/people/{id}/companies/enriched":{"get":{"operationId":"customers_get_customers_people_id_companies_enriched","summary":"Get enriched company data for a person's linked companies","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters3Schema"},"example":"string"},{"name":"sort","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters4Schema"},"example":"name-asc"}],"responses":{"200":{"description":"Enriched company rows with profile, billing, tags, deals and more","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"linkId":"00000000-0000-4000-8000-000000000000","companyId":"00000000-0000-4000-8000-000000000000","displayName":"string","isPrimary":true,"subtitle":null,"profile":null,"billing":null,"primaryAddress":null,"tags":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","color":null}],"roles":[{"id":"00000000-0000-4000-8000-000000000000","roleValue":"string"}],"activeDeal":null,"lastContactAt":null,"clv":null,"status":null,"lifecycleStage":null,"temperature":null,"renewalQuarter":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/people/:id/companies/enriched?page=1&pageSize=20&sort=name-asc\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/people/{id}/companies":{"get":{"operationId":"customers_get_customers_people_id_companies","summary":"List linked companies for a person","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetParameters0Schema"}}],"responses":{"200":{"description":"Linked company rows","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","companyId":"00000000-0000-4000-8000-000000000000","displayName":"string","isPrimary":true}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/people/:id/companies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_people_id_companies","summary":"Link a company to a person","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchema"},"example":{"companyId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Linked company row","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"result":{"id":"00000000-0000-4000-8000-000000000000","companyId":"00000000-0000-4000-8000-000000000000","displayName":"string","isPrimary":true}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/people/:id/companies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"companyId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/customers/people/{id}/email-threads":{"get":{"operationId":"customers_get_customers_people_id_email_threads","summary":"List a Person's email threads (Gmail-style conversation grouping)","tags":["Customers","Email"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailThreadsGetParameters0Schema"}}],"responses":{"200":{"description":"Email threads for the person, grouped by conversation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailThreadsGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid person id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailThreadsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailThreadsGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing customers.people.view feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailThreadsGetResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Person not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailThreadsGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/people/:id/email-threads\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/people/{id}/emails":{"post":{"operationId":"customers_post_customers_people_id_emails","summary":"Compose + send an email anchored to a Person","tags":["Customers","Email"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostParameters0Schema"}}],"responses":{"200":{"description":"Email queued for send","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid person id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing customers.email.compose feature or mutation guard rejection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Person or channel not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Channel not connected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostResponses409ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostResponses422ContentApplicationJsonSchema"}}}},"500":{"description":"Send failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdEmailsPostResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/people/:id/emails\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/people/{id}/roles":{"get":{"operationId":"customers_get_customers_people_id_roles","summary":"List roles for a person","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role assignments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","entityType":"company","entityId":"00000000-0000-4000-8000-000000000000","userId":"00000000-0000-4000-8000-000000000000","userName":null,"userEmail":null,"userPhone":null,"roleType":"string","createdAt":"string","updatedAt":"string"}]}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/people/00000000-0000-4000-8000-000000000000/roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"customers_post_customers_people_id_roles","summary":"Assign a role to a person","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchema"},"example":{"roleType":"string","userId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Role created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Role already assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/customers/people/00000000-0000-4000-8000-000000000000/roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"roleType\\\": \\\"string\\\",\n  \\\"userId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"customers_put_customers_people_id_roles","summary":"Update a person role assignment","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutRequestBodyContentApplicationJsonSchema"},"example":{"userId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Role updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/customers/people/00000000-0000-4000-8000-000000000000/roles?roleId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"userId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"customers_delete_customers_people_id_roles","summary":"Remove a person role assignment","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Role deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Role not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/customers/people/00000000-0000-4000-8000-000000000000/roles?roleId=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/customers/people/{id}":{"get":{"operationId":"customers_get_customers_people_id","summary":"Fetch person with related data","description":"Returns a person customer record with optional related resources such as addresses, comments, activities, interactions, deals, and todos.","tags":["Customers"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetParameters0Schema"}},{"name":"include","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetParameters1Schema"},"example":"string","description":"Comma-separated list of relations to include (addresses, comments, activities, interactions, deals, todos)."}],"responses":{"200":{"description":"Person detail payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchema"},"example":{"interactionMode":"canonical","person":{"id":"00000000-0000-4000-8000-000000000000","displayName":null,"description":null,"ownerUserId":null,"primaryEmail":null,"primaryPhone":null,"status":null,"lifecycleStage":null,"source":null,"nextInteractionAt":null,"nextInteractionName":null,"nextInteractionRefId":null,"nextInteractionIcon":null,"nextInteractionColor":null,"organizationId":null,"tenantId":null,"createdAt":"string","updatedAt":"string"},"profile":null,"customFields":{},"tags":[{"id":"00000000-0000-4000-8000-000000000000","label":"string","color":null}],"addresses":[{"id":"00000000-0000-4000-8000-000000000000","name":null,"purpose":null,"addressLine1":null,"addressLine2":null,"buildingNumber":null,"flatNumber":null,"city":null,"region":null,"postalCode":null,"country":null,"latitude":null,"longitude":null,"isPrimary":null,"createdAt":"string"}],"comments":[{"id":"00000000-0000-4000-8000-000000000000","body":null,"authorUserId":null,"authorName":null,"authorEmail":null,"dealId":null,"createdAt":"string","appearanceIcon":null,"appearanceColor":null}],"activities":[{"id":"00000000-0000-4000-8000-000000000000","activityType":"string","subject":null,"body":null,"occurredAt":null,"dealId":null,"authorUserId":null,"authorName":null,"authorEmail":null,"createdAt":"string","appearanceIcon":null,"appearanceColor":null}],"interactions":[{"id":"00000000-0000-4000-8000-000000000000","entityId":null,"interactionType":"string","title":null,"body":null,"status":"string","scheduledAt":null,"occurredAt":null,"priority":null,"authorUserId":null,"ownerUserId":null,"dealId":null,"organizationId":null,"tenantId":null,"authorName":null,"authorEmail":null,"dealTitle":null,"customValues":null,"appearanceIcon":null,"appearanceColor":null,"source":null,"createdAt":"string","updatedAt":"string"}],"deals":[{"id":"00000000-0000-4000-8000-000000000000","title":null,"status":null,"pipelineStage":null,"valueAmount":null,"valueCurrency":null,"probability":null,"expectedCloseAt":null,"ownerUserId":null,"source":null,"closureOutcome":null,"lossReasonId":null,"lossNotes":null,"createdAt":"string","updatedAt":"string"}],"todos":[{"id":"00000000-0000-4000-8000-000000000000","todoId":"00000000-0000-4000-8000-000000000000","todoSource":"string","createdAt":"string","createdByUserId":null,"title":null,"isDone":null,"priority":null,"severity":null,"description":null,"dueAt":null,"todoOrganizationId":null,"customValues":null}],"isPrimary":true,"companies":[{"id":"00000000-0000-4000-8000-000000000000","displayName":"string","isPrimary":true}],"viewer":{"userId":null,"name":null,"email":null}}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden — caller lacks the required feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Person not found, or its organization is not in the caller’s scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/customers/people/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/object-types":{"get":{"operationId":"messages_get_messages_object_types","summary":"List registered message object types for a message type","tags":["Messages"],"parameters":[{"name":"messageType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Message object types","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"module":"string","entityType":"string","labelKey":"string","icon":"string","actions":[{"id":"string","labelKey":"string"}]}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages/object-types?messageType=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages":{"get":{"operationId":"messages_get_messages","summary":"List messages","tags":["Messages"],"parameters":[{"name":"folder","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters0Schema"},"example":"inbox"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters1Schema"},"example":"unread"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters2Schema"},"example":"string"},{"name":"visibility","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters3Schema"},"example":"public"},{"name":"sourceEntityType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters4Schema"},"example":"string"},{"name":"sourceEntityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"externalEmail","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters6Schema"},"example":"user@example.com"},{"name":"hasObjects","in":"query","required":false,"schema":{}},{"name":"hasAttachments","in":"query","required":false,"schema":{}},{"name":"hasActions","in":"query","required":false,"schema":{}},{"name":"senderId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters10Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters11Schema"},"example":"string"},{"name":"since","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters12Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters13Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetParameters14Schema"},"example":1}],"responses":{"200":{"description":"Message list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","type":"string","visibility":null,"sourceEntityType":null,"sourceEntityId":null,"externalEmail":null,"externalName":null,"subject":"string","bodyPreview":"string","senderUserId":"00000000-0000-4000-8000-000000000000","senderName":null,"senderEmail":null,"priority":"string","status":"string","hasObjects":true,"objectCount":1,"hasAttachments":true,"attachmentCount":1,"recipientCount":1,"hasActions":true,"actionTaken":null,"sentAt":null,"readAt":null,"threadId":null}],"page":1,"pageSize":1,"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages?folder=inbox&page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"messages_post_messages","summary":"Compose a message","tags":["Messages"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchema"},"example":{"type":"default","visibility":null,"recipients":[],"subject":"","body":"","bodyFormat":"text","priority":"normal","sendViaEmail":false,"isDraft":false}}}},"responses":{"201":{"description":"Message created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","threadId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/messages\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"type\\\": \\\"default\\\",\n  \\\"visibility\\\": null,\n  \\\"recipients\\\": [],\n  \\\"subject\\\": \\\"\\\",\n  \\\"body\\\": \\\"\\\",\n  \\\"bodyFormat\\\": \\\"text\\\",\n  \\\"priority\\\": \\\"normal\\\",\n  \\\"sendViaEmail\\\": false,\n  \\\"isDraft\\\": false\n}\""}],"x-require-auth":true}},"/messages/types":{"get":{"operationId":"messages_get_messages_types","summary":"List registered message types","tags":["Messages"],"parameters":[],"responses":{"200":{"description":"Message types","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"type":"string","module":"string","labelKey":"string","icon":"string","color":null,"allowReply":true,"allowForward":true,"actionsExpireAfterHours":null,"ui":null}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages/types\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/unread-count":{"get":{"operationId":"messages_get_messages_unread_count","summary":"Get unread message count","tags":["Messages"],"parameters":[],"responses":{"200":{"description":"Unread count","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesUnreadCountGetResponses200ContentApplicationJsonSchema"},"example":{"unreadCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesUnreadCountGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages/unread-count\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/actions/{actionId}":{"post":{"operationId":"messages_post_messages_id_actions_actionId","summary":"Execute message action","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostParameters0Schema"}},{"name":"actionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostRequestBodyContentApplicationJsonSchema"}}}},"responses":{"200":{"description":"Action executed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"actionId":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Action not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Action already taken, or the message was modified concurrently (optimistic lock conflict)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses409ContentApplicationJsonSchema"}}}},"410":{"description":"Action expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses410ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/messages/:id/actions/:actionId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/archive":{"put":{"operationId":"messages_put_messages_id_archive","summary":"Archive message","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutParameters0Schema"}}],"responses":{"200":{"description":"Message archived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied or sender-only message cannot be archived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/messages/:id/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"messages_delete_messages_id_archive","summary":"Unarchive message","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteParameters0Schema"}}],"responses":{"200":{"description":"Message unarchived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied or sender-only message cannot be unarchived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/messages/:id/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/attachments":{"get":{"operationId":"messages_get_messages_id_attachments","summary":"List message attachments","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetParameters0Schema"}}],"responses":{"200":{"description":"Attachments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchema"},"example":{"attachments":[{"id":"00000000-0000-4000-8000-000000000000","fileName":"string","fileSize":1,"mimeType":"string","url":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages/:id/attachments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"messages_post_messages_id_attachments","summary":"Link attachments to draft message","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"attachmentIds":["00000000-0000-4000-8000-000000000000"]}}}},"responses":{"200":{"description":"Attachments linked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Only draft messages can be edited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/messages/:id/attachments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"attachmentIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ]\n}\""}],"x-require-auth":true},"delete":{"operationId":"messages_delete_messages_id_attachments","summary":"Unlink attachments from draft message","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Attachments unlinked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Only draft messages can be edited","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/messages/:id/attachments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true}},"/messages/{id}/confirmation":{"get":{"operationId":"messages_get_messages_id_confirmation","summary":"Read message confirmation status","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetParameters0Schema"}}],"responses":{"200":{"description":"Confirmation status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchema"},"example":{"messageId":"00000000-0000-4000-8000-000000000000","confirmed":true,"confirmedAt":null,"confirmedByUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages/:id/confirmation\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/conversation/archive":{"put":{"operationId":"messages_put_messages_id_conversation_archive","summary":"Archive conversation for current actor","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutParameters0Schema"}}],"responses":{"200":{"description":"Conversation archived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"affectedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/messages/:id/conversation/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"messages_delete_messages_id_conversation_archive","summary":"Unarchive conversation for current actor","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteParameters0Schema"}}],"responses":{"200":{"description":"Conversation unarchived","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"affectedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/messages/:id/conversation/archive\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/conversation/read":{"put":{"operationId":"messages_put_messages_id_conversation_read","summary":"Mark entire conversation as read for current actor","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutParameters0Schema"}}],"responses":{"200":{"description":"Conversation marked read","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"affectedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/messages/:id/conversation/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"messages_delete_messages_id_conversation_read","summary":"Mark entire conversation as unread for current actor","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteParameters0Schema"}}],"responses":{"200":{"description":"Conversation marked unread","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"affectedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/messages/:id/conversation/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/conversation":{"delete":{"operationId":"messages_delete_messages_id_conversation","summary":"Delete conversation for current actor","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteParameters0Schema"}}],"responses":{"200":{"description":"Conversation deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"affectedCount":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/messages/:id/conversation\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/forward-preview":{"get":{"operationId":"messages_get_messages_id_forward_preview","summary":"Get forward preview for a message","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetParameters0Schema"}}],"responses":{"200":{"description":"Forward preview generated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchema"},"example":{"subject":"string","body":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"413":{"description":"Forward body exceeds maximum length","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages/:id/forward-preview\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/forward":{"post":{"operationId":"messages_post_messages_id_forward","summary":"Forward a message and optionally include attachments from the forwarded conversation slice","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchema"},"example":{"recipients":[{"userId":"00000000-0000-4000-8000-000000000000","type":"to"}],"includeAttachments":true,"sendViaEmail":false}}}},"responses":{"201":{"description":"Message forwarded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Forward not allowed for message type","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostResponses409ContentApplicationJsonSchema"}}}},"413":{"description":"Forward body exceeds maximum length","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostResponses413ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/messages/:id/forward\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"recipients\\\": [\n    {\n      \\\"userId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n      \\\"type\\\": \\\"to\\\"\n    }\n  ],\n  \\\"includeAttachments\\\": true,\n  \\\"sendViaEmail\\\": false\n}\""}],"x-require-auth":true}},"/messages/{id}/read":{"put":{"operationId":"messages_put_messages_id_read","summary":"Mark message as read","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutParameters0Schema"}}],"responses":{"200":{"description":"Message marked read","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/messages/:id/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"messages_delete_messages_id_read","summary":"Mark message as unread","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteParameters0Schema"}}],"responses":{"200":{"description":"Message marked unread","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/messages/:id/read\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/{id}/reply":{"post":{"operationId":"messages_post_messages_id_reply","summary":"Reply to message","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchema"},"example":{"body":"string","bodyFormat":"text","replyAll":false,"sendViaEmail":false}}}},"responses":{"201":{"description":"Reply created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"No recipients available for reply","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/messages/:id/reply\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"body\\\": \\\"string\\\",\n  \\\"bodyFormat\\\": \\\"text\\\",\n  \\\"replyAll\\\": false,\n  \\\"sendViaEmail\\\": false\n}\""}],"x-require-auth":true}},"/messages/{id}":{"get":{"operationId":"messages_get_messages_id","summary":"Get message detail","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdGetParameters0Schema"}}],"responses":{"200":{"description":"Message detail with actor-visible thread items only","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","updatedAt":null,"type":"string","isDraft":true,"canEditDraft":true,"canArchive":true,"isArchived":true,"visibility":null,"sourceEntityType":null,"sourceEntityId":null,"externalEmail":null,"externalName":null,"typeDefinition":{"labelKey":"string","icon":"string","color":null,"allowReply":true,"allowForward":true,"ui":null},"threadId":null,"parentMessageId":null,"senderUserId":"00000000-0000-4000-8000-000000000000","senderName":null,"senderEmail":null,"subject":"string","body":"string","bodyFormat":"text","priority":"string","sentAt":null,"actionData":null,"actionTaken":null,"actionTakenAt":null,"actionTakenByUserId":null,"recipients":[{"userId":"00000000-0000-4000-8000-000000000000","type":"to","status":"string","readAt":null}],"objects":[{"id":"00000000-0000-4000-8000-000000000000","entityModule":"string","entityType":"string","entityId":"00000000-0000-4000-8000-000000000000","actionRequired":true,"actionType":null,"actionLabel":null,"snapshot":null,"preview":null}],"thread":[{"id":"00000000-0000-4000-8000-000000000000","senderUserId":"00000000-0000-4000-8000-000000000000","senderName":null,"senderEmail":null,"externalName":null,"externalEmail":null,"sourceEntityType":null,"body":"string","sentAt":null}],"isRead":true,"conversationArchived":true,"conversationAllUnread":true,"_channel":null,"_channelPayload":null,"_channelContact":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"patch":{"operationId":"messages_patch_messages_id","summary":"Update draft message","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"visibility":null}}}},"responses":{"200":{"description":"Draft updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Only drafts can be edited, or the draft was modified concurrently (optimistic lock conflict)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/messages/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"visibility\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"messages_delete_messages_id","summary":"Delete message for current sender/recipient context","tags":["Messages"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteParameters0Schema"}}],"responses":{"200":{"description":"Message deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Access denied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Message not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Message was modified concurrently (optimistic lock conflict)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/messages/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/messages/token/{token}":{"get":{"operationId":"messages_get_messages_token_token","summary":"Access message via token","tags":["Messages"],"parameters":[{"name":"token","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetParameters0Schema"}}],"responses":{"200":{"description":"Message detail via token","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","type":"string","subject":"string","body":"string","bodyFormat":"text","priority":"low","senderUserId":"00000000-0000-4000-8000-000000000000","sentAt":null,"actionData":null,"actionTaken":null,"actionTakenAt":null,"actionTakenByUserId":null,"objects":[{"id":"00000000-0000-4000-8000-000000000000","entityModule":"string","entityType":"string","entityId":"00000000-0000-4000-8000-000000000000","actionRequired":true,"actionType":null,"actionLabel":null,"snapshot":null}],"requiresAuth":true,"recipientUserId":"00000000-0000-4000-8000-000000000000"}}}},"404":{"description":"Invalid or expired link","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Token usage exceeded","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses409ContentApplicationJsonSchema"}}}},"410":{"description":"Token expired","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses410ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/messages/token/:token\" \\\n  -H \"Accept: application/json\""}]}},"/dictionaries":{"get":{"operationId":"dictionaries_get_dictionaries","summary":"List dictionaries","description":"Returns dictionaries accessible to the current organization, optionally including inactive records.","tags":["Dictionaries"],"parameters":[{"name":"includeInactive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesGetParameters0Schema"},"example":"true"}],"responses":{"200":{"description":"Dictionary collection.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","key":"string","name":"string","description":null,"isSystem":true,"isActive":true,"managerVisibility":null,"organizationId":null,"createdAt":"string","updatedAt":null}]}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Failed to load dictionaries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/dictionaries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"dictionaries_post_dictionaries","summary":"Create dictionary","description":"Registers a dictionary scoped to the current organization.","tags":["Dictionaries"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesPostRequestBodyContentApplicationJsonSchema"},"example":{"key":"string","name":"string"}}},"description":"Dictionary definition including unique key and display name."},"responses":{"201":{"description":"Dictionary created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","key":"string","name":"string","description":null,"isSystem":true,"isActive":true,"managerVisibility":null,"organizationId":null,"createdAt":"string","updatedAt":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Dictionary key already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to create dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/dictionaries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"key\\\": \\\"string\\\",\n  \\\"name\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/dictionaries/{dictionaryId}/entries/{entryId}":{"patch":{"operationId":"dictionaries_patch_dictionaries_dictionaryId_entries_entryId","summary":"Update dictionary entry","description":"Updates the specified dictionary entry using the command bus pipeline.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"entryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"color":null,"icon":null}}},"description":"Fields to update on the dictionary entry."},"responses":{"200":{"description":"Dictionary entry updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":"string","color":null,"icon":null,"position":1,"isDefault":true,"createdAt":"string","updatedAt":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary or entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to update entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000/entries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"color\\\": null,\n  \\\"icon\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"dictionaries_delete_dictionaries_dictionaryId_entries_entryId","summary":"Delete dictionary entry","description":"Deletes the specified dictionary entry via the command bus.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"entryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Entry deleted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary or entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to delete entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000/entries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/dictionaries/{dictionaryId}/entries/reorder":{"post":{"operationId":"dictionaries_post_dictionaries_dictionaryId_entries_reorder","summary":"Reorder dictionary entries","description":"Updates the position of dictionary entries for drag-and-drop reordering.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchema"},"example":{"entries":[{"id":"00000000-0000-4000-8000-000000000000","position":1}]}}},"description":"Array of entry IDs with their new positions."},"responses":{"200":{"description":"Entries reordered.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to reorder entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000/entries/reorder\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entries\\\": [\n    {\n      \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n      \\\"position\\\": 1\n    }\n  ]\n}\""}],"x-require-auth":true}},"/dictionaries/{dictionaryId}/entries":{"get":{"operationId":"dictionaries_get_dictionaries_dictionaryId_entries","summary":"List dictionary entries","description":"Returns entries for the specified dictionary ordered by its configured entry sort mode. The number of entries returned per request is capped at 500; use `limit` and `offset` with the `total`/`hasMore` response fields to page through larger dictionaries.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetParameters1Schema"},"example":1,"description":"Maximum entries to return. Defaults to and is capped at 500."},{"name":"offset","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetParameters2Schema"},"example":1,"description":"Number of entries to skip. Defaults to 0."}],"responses":{"200":{"description":"Dictionary entries.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":"string","color":null,"icon":null,"position":1,"isDefault":true,"createdAt":"string","updatedAt":null}],"total":1,"limit":1,"offset":1,"hasMore":true,"sortMode":"label_asc"}}}},"400":{"description":"Invalid parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to load dictionary entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000/entries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"dictionaries_post_dictionaries_dictionaryId_entries","summary":"Create dictionary entry","description":"Creates a new entry in the specified dictionary.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchema"},"example":{"value":"string","color":null,"icon":null}}},"description":"Entry value, label, and optional presentation metadata."},"responses":{"201":{"description":"Dictionary entry created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","value":"string","label":"string","color":null,"icon":null,"position":1,"isDefault":true,"createdAt":"string","updatedAt":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to create dictionary entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000/entries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"value\\\": \\\"string\\\",\n  \\\"color\\\": null,\n  \\\"icon\\\": null\n}\""}],"x-require-auth":true}},"/dictionaries/{dictionaryId}/entries/set-default":{"post":{"operationId":"dictionaries_post_dictionaries_dictionaryId_entries_set_default","summary":"Set default dictionary entry","description":"Marks the specified entry as the default for this dictionary, clearing any previous default.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostRequestBodyContentApplicationJsonSchema"},"example":{"entryId":"00000000-0000-4000-8000-000000000000"}}},"description":"ID of the entry to set as default."},"responses":{"200":{"description":"Default entry set.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary or entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to set default entry","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000/entries/set-default\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entryId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/dictionaries/{dictionaryId}":{"get":{"operationId":"dictionaries_get_dictionaries_dictionaryId","summary":"Get dictionary","description":"Returns details for the specified dictionary, including inheritance flags.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Dictionary details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","key":"string","name":"string","description":null,"isSystem":true,"isActive":true,"managerVisibility":null,"organizationId":null,"createdAt":"string","updatedAt":null}}}},"400":{"description":"Invalid parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to load dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"patch":{"operationId":"dictionaries_patch_dictionaries_dictionaryId","summary":"Update dictionary","description":"Updates mutable attributes of the dictionary. Currency dictionaries are protected from modification.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchema"},"example":{}}},"description":"Fields to update on the dictionary."},"responses":{"200":{"description":"Dictionary updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","key":"string","name":"string","description":null,"isSystem":true,"isActive":true,"managerVisibility":null,"organizationId":null,"createdAt":"string","updatedAt":null}}}},"400":{"description":"Validation failed or protected dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Dictionary key already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to update dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true},"delete":{"operationId":"dictionaries_delete_dictionaries_dictionaryId","summary":"Delete dictionary","description":"Soft deletes the dictionary unless it is the protected currency dictionary.","tags":["Dictionaries"],"parameters":[{"name":"dictionaryId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Dictionary archived.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Protected dictionary cannot be deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Dictionary not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Failed to delete dictionary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/dictionaries/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/feature_toggles/check/boolean":{"get":{"operationId":"feature_toggles_get_feature_toggles_check_boolean","summary":"Check if feature is enabled","description":"Checks if a feature toggle is enabled for the current context.","tags":["Feature Toggles"],"parameters":[{"name":"identifier","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetParameters0Schema"},"example":"string","description":"Feature toggle identifier"}],"responses":{"200":{"description":"Feature status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchema"},"example":{"enabled":true,"source":"override","toggleId":"string","identifier":"string","tenantId":"string"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Tenant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/feature_toggles/check/boolean?identifier=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/feature_toggles/check/json":{"get":{"operationId":"feature_toggles_get_feature_toggles_check_json","summary":"Get json config","description":"Gets the json configuration for a feature toggle.","tags":["Feature Toggles"],"parameters":[{"name":"identifier","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetParameters0Schema"},"example":"string","description":"Feature toggle identifier"}],"responses":{"200":{"description":"Json config","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchema"},"example":{"valueType":"json","source":"override","toggleId":"string","identifier":"string","tenantId":"string"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Tenant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/feature_toggles/check/json?identifier=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/feature_toggles/check/number":{"get":{"operationId":"feature_toggles_get_feature_toggles_check_number","summary":"Get number config","description":"Gets the number configuration for a feature toggle.","tags":["Feature Toggles"],"parameters":[{"name":"identifier","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetParameters0Schema"},"example":"string","description":"Feature toggle identifier"}],"responses":{"200":{"description":"Number config","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchema"},"example":{"valueType":"number","value":1,"source":"override","toggleId":"string","identifier":"string","tenantId":"string"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Tenant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/feature_toggles/check/number?identifier=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/feature_toggles/check/string":{"get":{"operationId":"feature_toggles_get_feature_toggles_check_string","summary":"Get string config","description":"Gets the string configuration for a feature toggle.","tags":["Feature Toggles"],"parameters":[{"name":"identifier","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetParameters0Schema"},"example":"string","description":"Feature toggle identifier"}],"responses":{"200":{"description":"String config","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchema"},"example":{"valueType":"string","value":"string","source":"override","toggleId":"string","identifier":"string","tenantId":"string"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Tenant not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/feature_toggles/check/string?identifier=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/feature_toggles/global":{"get":{"operationId":"feature_toggles_get_feature_toggles_global","summary":"List global feature toggles","description":"Returns all global feature toggles with filtering and pagination. Requires superadmin role.","tags":["Feature Toggles"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters0Schema"},"example":1,"description":"Page number for pagination"},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters1Schema"},"example":1,"description":"Number of items per page (max 200)"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters2Schema"},"example":"string","description":"Case-insensitive search across identifier, name, description, and category"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters3Schema"},"example":"boolean","description":"Filter by toggle type (boolean, string, number, json)"},{"name":"category","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters4Schema"},"example":"string","description":"Filter by category (case-insensitive partial match)"},{"name":"name","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters5Schema"},"example":"string","description":"Filter by name (case-insensitive partial match)"},{"name":"identifier","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters6Schema"},"example":"string","description":"Filter by identifier (case-insensitive partial match)"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters7Schema"},"example":"id","description":"Field to sort by"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetParameters8Schema"},"example":"asc","description":"Sort direction (ascending or descending)"}],"responses":{"200":{"description":"Feature toggles collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","identifier":"string","name":"string","description":null,"category":null,"type":"boolean","defaultValue":null,"createdAt":null,"updatedAt":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - superadmin role required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/feature_toggles/global?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"feature_toggles_post_feature_toggles_global","summary":"Create global feature toggle","description":"Creates a new global feature toggle. Requires superadmin role.","tags":["Feature Toggles"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchema"},"example":{"identifier":"string","name":"string","description":null,"category":null,"type":"boolean","defaultValue":null}}}},"responses":{"201":{"description":"Feature toggle created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - superadmin role required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/feature_toggles/global\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"identifier\\\": \\\"string\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"category\\\": null,\n  \\\"type\\\": \\\"boolean\\\",\n  \\\"defaultValue\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"feature_toggles_put_feature_toggles_global","summary":"Update global feature toggle","description":"Updates an existing global feature toggle. Requires superadmin role.","tags":["Feature Toggles"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","description":null,"category":null,"defaultValue":null}}}},"responses":{"200":{"description":"Feature toggle updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - superadmin role required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Feature toggle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/feature_toggles/global\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"description\\\": null,\n  \\\"category\\\": null,\n  \\\"defaultValue\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"feature_toggles_delete_feature_toggles_global","summary":"Delete global feature toggle","description":"Soft deletes a global feature toggle by ID. Requires superadmin role.","tags":["Feature Toggles"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Feature toggle identifier"}],"responses":{"200":{"description":"Feature toggle deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden - superadmin role required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Feature toggle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/feature_toggles/global?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/feature_toggles/overrides":{"get":{"operationId":"feature_toggles_get_feature_toggles_overrides","summary":"List overrides","description":"Returns list of feature toggle overrides.","tags":["Feature Toggles"],"parameters":[{"name":"category","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetParameters0Schema"},"example":"string"},{"name":"name","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetParameters1Schema"},"example":"string"},{"name":"identifier","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetParameters3Schema"},"example":"identifier"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetParameters4Schema"},"example":"asc"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetParameters5Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetParameters6Schema"},"example":1}],"responses":{"200":{"description":"List of overrides","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","toggleId":"00000000-0000-4000-8000-000000000000","tenantName":"string","tenantId":"00000000-0000-4000-8000-000000000000","identifier":"string","name":"string","category":"string","isOverride":true}],"total":1,"page":1,"pageSize":1,"totalPages":1,"isSuperAdmin":true}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/feature_toggles/overrides?page=1&pageSize=25\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"feature_toggles_put_feature_toggles_overrides","summary":"Change override state","description":"Enable, disable or inherit a feature toggle for a specific tenant.","tags":["Feature Toggles"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchema"},"example":{"toggleId":"00000000-0000-4000-8000-000000000000","isOverride":true}}},"description":"Override details."},"responses":{"200":{"description":"Override updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"overrideToggleId":null}}}},"400":{"description":"Validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/feature_toggles/overrides\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"toggleId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"isOverride\\\": true\n}\""}],"x-require-auth":true}},"/feature_toggles/global/{id}/override":{"get":{"operationId":"feature_toggles_get_feature_toggles_global_id_override","summary":"Fetch feature toggle override","description":"Returns feature toggle override.","tags":["Feature Toggles"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetParameters0Schema"}}],"responses":{"200":{"description":"Feature toggle overrides","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","tenantName":"string","tenantId":"00000000-0000-4000-8000-000000000000","toggleType":"boolean","updatedAt":null}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Feature toggle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/feature_toggles/global/:id/override\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/feature_toggles/global/{id}":{"get":{"operationId":"feature_toggles_get_feature_toggles_global_id","summary":"Fetch feature toggle by ID","description":"Returns complete details of a feature toggle.","tags":["Feature Toggles"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetParameters0Schema"}}],"responses":{"200":{"description":"Feature toggle detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","identifier":"string","name":"string","description":null,"category":null,"type":"boolean","defaultValue":null,"createdAt":null,"updatedAt":null}}}},"400":{"description":"Invalid identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Feature toggle not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/feature_toggles/global/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/currencies/currencies/options":{"get":{"operationId":"currencies_get_currencies_currencies_options","summary":"List currency options","description":"Returns currencies formatted for select inputs.","tags":["Currencies"],"parameters":[{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetParameters0Schema"},"example":"string"},{"name":"query","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetParameters1Schema"},"example":"string"},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetParameters2Schema"},"example":"string"},{"name":"includeInactive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetParameters3Schema"},"example":"true"},{"name":"limit","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetParameters4Schema"},"example":1}],"responses":{"200":{"description":"Option list","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"value":"string","label":"string"}]}}}},"400":{"description":"Invalid query","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses400ContentApplicationJsonSchema"},"example":{"items":[]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses401ContentApplicationJsonSchema"},"example":{"items":[]}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/currencies/currencies/options?limit=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/currencies/currencies":{"get":{"operationId":"currencies_get_currencies_currencies","summary":"List currencies","description":"Returns a paginated collection of currencies scoped to the authenticated organization.","tags":["Currencies"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters0Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters2Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters3Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters4Schema"},"example":"code"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters5Schema"},"example":"asc"},{"name":"isBase","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters6Schema"},"example":"true"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters7Schema"},"example":"true"},{"name":"code","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters8Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetParameters9Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated currencies","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"string","code":"string","name":"string","symbol":null,"decimalPlaces":1,"thousandsSeparator":null,"decimalSeparator":null,"isBase":true,"isActive":true,"createdAt":null,"updatedAt":null,"organizationId":"string","tenantId":"string"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/currencies/currencies?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"currencies_post_currencies_currencies","summary":"Create currency","description":"Creates a new currency.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"string","tenantId":"string","code":"string","name":"string","symbol":null,"thousandsSeparator":null,"decimalSeparator":null}}},"description":"Creates a new currency."},"responses":{"201":{"description":"Currency created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/currencies/currencies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"code\\\": \\\"string\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"symbol\\\": null,\n  \\\"thousandsSeparator\\\": null,\n  \\\"decimalSeparator\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"currencies_put_currencies_currencies","summary":"Update currency","description":"Updates an existing currency by id.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"string","symbol":null,"thousandsSeparator":null,"decimalSeparator":null}}},"description":"Updates an existing currency by id."},"responses":{"200":{"description":"Currency updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/currencies/currencies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\",\n  \\\"symbol\\\": null,\n  \\\"thousandsSeparator\\\": null,\n  \\\"decimalSeparator\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"currencies_delete_currencies_currencies","summary":"Delete currency","description":"Deletes a currency by id.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a currency by id."},"responses":{"200":{"description":"Currency deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/currencies/currencies\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/currencies/exchange-rates":{"get":{"operationId":"currencies_get_currencies_exchange_rates","summary":"List exchangerates","description":"Returns a paginated collection of exchangerates scoped to the authenticated organization.","tags":["Currencies"],"parameters":[{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters2Schema"},"example":1},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters3Schema"},"example":"fromCurrencyCode"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters4Schema"},"example":"asc"},{"name":"fromCurrencyCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters5Schema"},"example":"string"},{"name":"toCurrencyCode","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters6Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters7Schema"},"example":"true"},{"name":"source","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters8Schema"},"example":"string"},{"name":"type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters9Schema"},"example":"buy"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetParameters10Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated exchangerates","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","fromCurrencyCode":"string","toCurrencyCode":"string","rate":"string","date":"string","source":"string","type":null,"isActive":true,"createdAt":null,"updatedAt":null,"organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000"}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/currencies/exchange-rates?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"currencies_post_currencies_exchange_rates","summary":"Create exchangerate","description":"Creates a new exchange rate.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchema"},"example":{"organizationId":"string","tenantId":"string","fromCurrencyCode":"string","toCurrencyCode":"string","rate":"string","type":null}}},"description":"Creates a new exchange rate."},"responses":{"201":{"description":"ExchangeRate created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/currencies/exchange-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"organizationId\\\": \\\"string\\\",\n  \\\"tenantId\\\": \\\"string\\\",\n  \\\"fromCurrencyCode\\\": \\\"string\\\",\n  \\\"toCurrencyCode\\\": \\\"string\\\",\n  \\\"rate\\\": \\\"string\\\",\n  \\\"type\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"currencies_put_currencies_exchange_rates","summary":"Update exchangerate","description":"Updates an existing exchange rate by id.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"string","type":null}}},"description":"Updates an existing exchange rate by id."},"responses":{"200":{"description":"ExchangeRate updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/currencies/exchange-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"string\\\",\n  \\\"type\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"currencies_delete_currencies_exchange_rates","summary":"Delete exchangerate","description":"Deletes an exchange rate by id.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes an exchange rate by id."},"responses":{"200":{"description":"ExchangeRate deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/currencies/exchange-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/currencies/fetch-configs":{"get":{"operationId":"listCurrencyFetchConfigs","summary":"List currency fetch configurations","description":"Returns all currency fetch configurations scoped to the authenticated organization.","tags":["Currencies"],"parameters":[],"responses":{"200":{"description":"A list of currency fetch configurations","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchema"},"example":{"configs":[{"id":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","provider":"string","isEnabled":true,"syncTime":null,"lastSyncAt":null,"lastSyncStatus":null,"lastSyncMessage":null,"lastSyncCount":null,"config":null,"createdAt":"string","updatedAt":"string"}]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/currencies/fetch-configs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"createCurrencyFetchConfig","summary":"Create currency fetch configuration","description":"Creates a new currency fetch configuration.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchema"},"example":{"provider":"NBP","isEnabled":false,"syncTime":null,"config":null}}}},"responses":{"201":{"description":"Currency fetch configuration created successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchema"},"example":{"config":{"id":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","provider":"string","isEnabled":true,"syncTime":null,"lastSyncAt":null,"lastSyncStatus":null,"lastSyncMessage":null,"lastSyncCount":null,"config":null,"createdAt":"string","updatedAt":"string"}}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/currencies/fetch-configs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"provider\\\": \\\"NBP\\\",\n  \\\"isEnabled\\\": false,\n  \\\"syncTime\\\": null,\n  \\\"config\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"updateCurrencyFetchConfig","summary":"Update currency fetch configuration","description":"Updates an existing currency fetch configuration by id.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchema"},"example":{"syncTime":null,"config":null,"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Currency fetch configuration updated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchema"},"example":{"config":{"id":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","tenantId":"00000000-0000-4000-8000-000000000000","provider":"string","isEnabled":true,"syncTime":null,"lastSyncAt":null,"lastSyncStatus":null,"lastSyncMessage":null,"lastSyncCount":null,"config":null,"createdAt":"string","updatedAt":"string"}}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/currencies/fetch-configs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"syncTime\\\": null,\n  \\\"config\\\": null,\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"deleteCurrencyFetchConfig","summary":"Delete currency fetch configuration","description":"Deletes a currency fetch configuration by id.","tags":["Currencies"],"parameters":[{"name":"id","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000","description":"Currency fetch configuration identifier to delete"}],"responses":{"200":{"description":"Currency fetch configuration deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/currencies/fetch-configs?id=00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/currencies/fetch-rates":{"post":{"operationId":"fetchCurrencyRates","summary":"Fetch currency rates","description":"Fetches currency exchange rates from configured providers for a specific date.","tags":["Currencies"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"200":{"description":"Currency rates fetched successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchema"},"example":{"totalFetched":1,"byProvider":{"key":{"count":1}},"errors":["string"]}}}},"400":{"description":"Bad request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchema"},"example":{"totalFetched":1,"byProvider":{"key":{"count":1}},"errors":["string"]}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/currencies/fetch-rates\" \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}]}},"/communication_channels/channels":{"get":{"operationId":"communication_channels_get_communication_channels_channels","summary":"List communication channels for the current tenant","tags":["CommunicationChannels"],"parameters":[],"responses":{"200":{"description":"Channel list (paginated)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid query parameters","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/communication_channels/channels\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/me/channels":{"get":{"operationId":"communication_channels_get_communication_channels_me_channels","summary":"List the current user's connected channels","tags":["CommunicationChannels"],"parameters":[],"responses":{"200":{"description":"List of user-owned channels","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMeChannelsGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMeChannelsGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMeChannelsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/communication_channels/me/channels\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/channels/connect/credentials":{"post":{"operationId":"communication_channels_post_communication_channels_channels_connect_credentials","summary":"Connect a credential-based per-user channel (IMAP/SMTP)","tags":["CommunicationChannels"],"parameters":[],"responses":{"201":{"description":"Channel connected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Provider is tenant-scoped — use the tenant connect route","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Unknown provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Mailbox already connected via another provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses409ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid body or credential validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/channels/connect/credentials\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/channels/connect/tenant-credentials":{"post":{"operationId":"communication_channels_post_communication_channels_channels_connect_tenant_credentials","summary":"Connect a tenant-wide credential-based channel (push: FCM/APNs/Expo)","tags":["CommunicationChannels"],"parameters":[],"responses":{"201":{"description":"Channel connected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses201ContentApplicationJsonSchema"}}}},"400":{"description":"Provider is not tenant-scoped","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Unknown provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid body or credential validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/channels/connect/tenant-credentials\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/send-as-user":{"post":{"operationId":"communication_channels_post_communication_channels_send_as_user","summary":"Send a message through the current user's own channel","tags":["CommunicationChannels"],"parameters":[],"responses":{"202":{"description":"Message persisted; outbound delivery enqueued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsSendAsUserPostResponses202ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsSendAsUserPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Cannot send through a channel you don't own","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsSendAsUserPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Channel not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsSendAsUserPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Channel in a non-deliverable transitional status","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsSendAsUserPostResponses409ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid body, or channel requires_reauth / disconnected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsSendAsUserPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/send-as-user\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/test-seed":{"post":{"operationId":"communication_channels_post_communication_channels_test_seed","summary":"Test-only: seed a connected channel, ingest a real inbound message, or emit a seeded inbound link (env-gated)","tags":["CommunicationChannels"],"parameters":[],"responses":{"201":{"description":"Channel seeded / inbound message emitted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsTestSeedPostResponses201ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsTestSeedPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsTestSeedPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Test channel seeding disabled (production default), or the requested channel does not belong to the caller","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsTestSeedPostResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsTestSeedPostResponses422ContentApplicationJsonSchema"}}}},"500":{"description":"Seed failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsTestSeedPostResponses500ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/test-seed\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/webhooks/gmail":{"post":{"operationId":"communication_channels_post_communication_channels_webhooks_gmail","summary":"Gmail Pub/Sub push notification webhook (Spec C § Phase C2)","tags":["CommunicationChannels"],"parameters":[],"responses":{"204":{"description":"Notification verified + history-sync job enqueued"},"400":{"description":"Body not a valid Pub/Sub envelope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhooksGmailPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Invalid JWT or email claim","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhooksGmailPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Wrong audience","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhooksGmailPostResponses403ContentApplicationJsonSchema"}}}},"413":{"description":"Webhook payload too large","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhooksGmailPostResponses413ContentApplicationJsonSchema"}}}},"503":{"description":"Webhook not configured / Google certs unreachable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhooksGmailPostResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/webhooks/gmail\" \\\n  -H \"Accept: application/json\""}]}},"/communication_channels/admin/channels/{id}":{"delete":{"operationId":"communication_channels_delete_communication_channels_admin_channels_id","summary":"Admin delete (soft-delete) a tenant-wide communication channel","tags":["CommunicationChannels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsAdminChannelsIdDeleteParameters0Schema"}}],"responses":{"204":{"description":"Channel deleted"},"400":{"description":"Invalid channel id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Channel not found or not a tenant-wide channel","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/communication_channels/admin/channels/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/channels/{id}":{"delete":{"operationId":"communication_channels_delete_communication_channels_channels_id","summary":"DELETE /communication_channels/channels/{id}","tags":["Communication Channels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdDeleteParameters0Schema"}}],"responses":{"204":{"description":"Success"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/communication_channels/channels/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"get":{"operationId":"communication_channels_get_communication_channels_channels_id","summary":"Get a single communication channel by id","tags":["CommunicationChannels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Channel detail","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid channel id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Channel not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/communication_channels/channels/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/messages/{messageId}/reactions/{reactionId}":{"delete":{"operationId":"communication_channels_delete_communication_channels_messages_messageId_reactions_reactionId","summary":"Remove a reaction from a channel-linked message","tags":["CommunicationChannels"],"parameters":[{"name":"messageId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteParameters0Schema"}},{"name":"reactionId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteParameters1Schema"}}],"responses":{"204":{"description":"Reaction removed"},"400":{"description":"Invalid params","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Channel is owned by another user","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Reaction not found or not owned by current user","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Message not channel-linked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/communication_channels/messages/:messageId/reactions/:reactionId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/channels/{id}/health":{"get":{"operationId":"communication_channels_get_communication_channels_channels_id_health","summary":"Snapshot of channel delivery health (last 24h)","tags":["CommunicationChannels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdHealthGetParameters0Schema"}}],"responses":{"200":{"description":"Health snapshot","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdHealthGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid channel id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdHealthGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdHealthGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdHealthGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Channel not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdHealthGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/communication_channels/channels/:id/health\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/oauth/{provider}/callback":{"get":{"operationId":"communication_channels_get_communication_channels_oauth_provider_callback","summary":"OAuth callback — exchange code, persist credentials, create per-user channel","tags":["CommunicationChannels"],"parameters":[{"name":"provider","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderCallbackGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderCallbackGetResponses200ContentApplicationJsonSchema"}}}},"302":{"description":"Redirect back to returnUrl with flash query params","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderCallbackGetResponses302ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderCallbackGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/communication_channels/oauth/:provider/callback\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/channels/{id}/import-history":{"post":{"operationId":"communication_channels_post_communication_channels_channels_id_import_history","summary":"Queue a backlog import for a channel (Spec B § Phase B6)","tags":["CommunicationChannels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchema"},"example":{"sinceDays":30,"maxMessages":1000}}}},"responses":{"202":{"description":"Import job queued; returns { progressJobId }","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses202ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid channel id or unsupported provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Channel not found / not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Channel is not connected (requires reauth / error)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses409ContentApplicationJsonSchema"}}}},"429":{"description":"Another import is already running for this channel","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses429ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/channels/:id/import-history\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"sinceDays\\\": 30,\n  \\\"maxMessages\\\": 1000\n}\""}],"x-require-auth":true}},"/communication_channels/channels/{id}/poll-now":{"post":{"operationId":"communication_channels_post_communication_channels_channels_id_poll_now","summary":"Manually trigger a poll cycle for a channel (demo / operator override)","tags":["CommunicationChannels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPollNowPostParameters0Schema"}}],"responses":{"202":{"description":"Poll job enqueued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPollNowPostResponses202ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid channel id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPollNowPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPollNowPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPollNowPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Channel not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPollNowPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Channel disabled, not connected, or push-driven (never polled)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPollNowPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/channels/:id/poll-now\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/channels/{id}/push/register":{"post":{"operationId":"communication_channels_post_communication_channels_channels_id_push_register","summary":"Force-register push delivery for a channel (Spec C § Phase C5)","tags":["CommunicationChannels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostParameters0Schema"}}],"responses":{"202":{"description":"Push registration attempted; check result.pushStatus","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses202ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid id or unsupported provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing push.manage feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Channel not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Provider does not support push (IMAP)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses409ContentApplicationJsonSchema"}}}},"502":{"description":"Provider returned an error during registration","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses502ContentApplicationJsonSchema"}}}},"503":{"description":"Webhook base URL or Pub/Sub topic not configured","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses503ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/channels/:id/push/register\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/channels/{id}/set-primary":{"post":{"operationId":"communication_channels_post_communication_channels_channels_id_set_primary","summary":"Mark a per-user channel as primary","tags":["CommunicationChannels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdSetPrimaryPostParameters0Schema"}}],"responses":{"200":{"description":"Channel set as primary (or already primary)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid channel id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Channel not found or not owned by current user","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/channels/:id/set-primary\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/channels/{id}/test-send":{"post":{"operationId":"communication_channels_post_communication_channels_channels_id_test_send","summary":"Diagnostic — send a test message through the channel without persisting","tags":["CommunicationChannels"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostParameters0Schema"}}],"responses":{"200":{"description":"Test send result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid channel id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Not allowed to manage this channel","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Channel or adapter not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Channel not connected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostResponses409ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Provider error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdTestSendPostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/channels/:id/test-send\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/messages/{messageId}/reactions":{"post":{"operationId":"communication_channels_post_communication_channels_messages_messageId_reactions","summary":"Add a reaction to a channel-linked message","tags":["CommunicationChannels"],"parameters":[{"name":"messageId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsPostParameters0Schema"}}],"responses":{"201":{"description":"Reaction added","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses201ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid messageId","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Channel is owned by another user","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses403ContentApplicationJsonSchema"}}}},"409":{"description":"Message not channel-linked or duplicate reaction","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses409ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/messages/:messageId/reactions\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/oauth/{provider}/initiate":{"post":{"operationId":"communication_channels_post_communication_channels_oauth_provider_initiate","summary":"Start a per-user channel OAuth flow","tags":["CommunicationChannels"],"parameters":[{"name":"provider","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderInitiatePostParameters0Schema"}}],"responses":{"200":{"description":"Authorize URL + state cookie set","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderInitiatePostResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid provider or unsupported (no OAuth)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderInitiatePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderInitiatePostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderInitiatePostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"422":{"description":"Invalid request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderInitiatePostResponses422ContentApplicationJsonSchema"}}}},"502":{"description":"Adapter failed to build authorize URL","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderInitiatePostResponses502ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/oauth/:provider/initiate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/communication_channels/webhook/{provider}":{"post":{"operationId":"communication_channels_post_communication_channels_webhook_provider","summary":"Process an inbound channel webhook (Slack, WhatsApp, Email, ...)","tags":["CommunicationChannels"],"parameters":[{"name":"provider","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhookProviderPostParameters0Schema"}}],"responses":{"202":{"description":"Webhook accepted for async processing","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhookProviderPostResponses202ContentApplicationJsonSchema"}}}},"401":{"description":"Signature verification failed against every candidate channel","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhookProviderPostResponses401ContentApplicationJsonSchema"}}}},"404":{"description":"Unknown provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhookProviderPostResponses404ContentApplicationJsonSchema"}}}},"413":{"description":"Webhook payload too large","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsWebhookProviderPostResponses413ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/communication_channels/webhook/:provider\" \\\n  -H \"Accept: application/json\""}]}},"/communication_channels/threads/{threadId}/assign":{"put":{"operationId":"communication_channels_put_communication_channels_threads_threadId_assign","summary":"Reassign a channel-linked conversation to a different owner","tags":["CommunicationChannels"],"parameters":[{"name":"threadId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsThreadsThreadIdAssignPutParameters0Schema"}}],"responses":{"200":{"description":"Conversation reassigned (or unchanged)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Invalid threadId","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Conversation not channel-linked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Invalid request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/communication_channels/threads/:threadId/assign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/progress/active":{"get":{"operationId":"progress_get_progress_active","summary":"GET /progress/active","tags":["Progress"],"parameters":[],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressActiveGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressActiveGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressActiveGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/progress/active\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/progress/jobs":{"get":{"operationId":"progress_get_progress_jobs","summary":"List progressjobs","description":"Returns a paginated collection of progressjobs scoped to the authenticated tenant.","tags":["Progress"],"parameters":[{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters0Schema"},"example":"string"},{"name":"jobType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters1Schema"},"example":"string"},{"name":"parentJobId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"includeCompleted","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters3Schema"},"example":"true"},{"name":"completedSince","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters4Schema"},"example":"string"},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters5Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters6Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters7Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters8Schema"},"example":"createdAt"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters9Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetParameters10Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated progressjobs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","jobType":"string","name":"string","description":null,"status":"string","progressPercent":1,"processedCount":1,"totalCount":null,"etaSeconds":null,"cancellable":true,"startedAt":null,"finishedAt":null,"errorMessage":null,"createdAt":null,"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/progress/jobs?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"progress_post_progress_jobs","summary":"Create progressjob","description":"Creates a new progress job for tracking a long-running operation.","tags":["Progress"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchema"},"example":{"jobType":"string","name":"string","cancellable":false}}},"description":"Creates a new progress job for tracking a long-running operation."},"responses":{"201":{"description":"ProgressJob created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/progress/jobs\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"jobType\\\": \\\"string\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"cancellable\\\": false\n}\""}],"x-require-auth":true}},"/progress/jobs/{id}":{"get":{"operationId":"progress_get_progress_jobs_id","summary":"GET /progress/jobs/{id}","tags":["Progress"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdGetParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdGetResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/progress/jobs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"progress_put_progress_jobs_id","summary":"PUT /progress/jobs/{id}","tags":["Progress"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdPutParameters0Schema"}}],"responses":{"200":{"description":"Success response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdPutResponses200ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/progress/jobs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"delete":{"operationId":"progress_delete_progress_jobs_id","summary":"DELETE /progress/jobs/{id}","tags":["Progress"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdDeleteParameters0Schema"}}],"responses":{"204":{"description":"Success"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsProgressJobsIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/progress/jobs/:id\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/perspectives/{tableId}/{perspectiveId}":{"delete":{"operationId":"perspectives_delete_perspectives_tableId_perspectiveId","summary":"Delete a personal perspective","description":"Removes a perspective owned by the current user for the given table.","tags":["Perspectives"],"parameters":[{"name":"tableId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteParameters0Schema"},"example":"string"},{"name":"perspectiveId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Perspective removed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"400":{"description":"Invalid identifiers supplied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Perspective not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Optimistic lock conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/perspectives/string/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/perspectives/{tableId}/roles/{roleId}":{"delete":{"operationId":"perspectives_delete_perspectives_tableId_roles_roleId","summary":"Clear role perspectives for a table","description":"Removes all role-level perspectives associated with the provided role identifier for the table.","tags":["Perspectives"],"parameters":[{"name":"tableId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteParameters0Schema"},"example":"string"},{"name":"roleId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteParameters1Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchema"}}},"description":"Optional per-role or per-perspective optimistic-lock tokens."},"responses":{"200":{"description":"Role perspectives cleared.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses200ContentApplicationJsonSchema"},"example":{"success":true}}}},"400":{"description":"Invalid identifiers supplied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing perspectives.role_defaults feature","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Role not found in scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Optimistic lock conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/perspectives/string/roles/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/perspectives/{tableId}":{"get":{"operationId":"perspectives_get_perspectives_tableId","summary":"Load perspectives for a table","description":"Returns personal perspectives and available role defaults for the requested table identifier.","tags":["Perspectives"],"parameters":[{"name":"tableId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetParameters0Schema"},"example":"string"}],"responses":{"200":{"description":"Current perspectives and defaults.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchema"},"example":{"tableId":"string","perspectives":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","tableId":"string","settings":{},"isDefault":true,"createdAt":"string","updatedAt":null}],"defaultPerspectiveId":null,"rolePerspectives":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","tableId":"string","settings":{},"isDefault":true,"createdAt":"string","updatedAt":null,"roleId":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"roleName":null}],"manageableRolePerspectives":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","tableId":"string","settings":{},"isDefault":true,"createdAt":"string","updatedAt":null,"roleId":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"roleName":null}],"roles":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","hasPerspective":true,"hasDefault":true}],"canApplyToRoles":true}}}},"400":{"description":"Invalid table identifier","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/perspectives/string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"perspectives_post_perspectives_tableId","summary":"Create or update a perspective","description":"Saves a personal perspective and optionally applies the same configuration to selected roles.","tags":["Perspectives"],"parameters":[{"name":"tableId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostParameters0Schema"},"example":"string"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchema"},"example":{"name":"string","settings":{}}}},"description":"Perspective payload including optional role defaults."},"responses":{"200":{"description":"Perspective saved successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchema"},"example":{"perspective":{"id":"00000000-0000-4000-8000-000000000000","name":"string","tableId":"string","settings":{},"isDefault":true,"createdAt":"string","updatedAt":null},"rolePerspectives":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","tableId":"string","settings":{},"isDefault":true,"createdAt":"string","updatedAt":null,"roleId":"00000000-0000-4000-8000-000000000000","tenantId":null,"organizationId":null,"roleName":null}],"clearedRoleIds":["00000000-0000-4000-8000-000000000000"]}}}},"400":{"description":"Validation failed or invalid roles provided","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Authentication required","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing perspectives.role_defaults feature for role updates","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Optimistic lock conflict or perspective name already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/perspectives/string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"name\\\": \\\"string\\\",\n  \\\"settings\\\": {}\n}\""}],"x-require-auth":true}},"/planner/availability-date-specific":{"post":{"operationId":"planner_post_planner_availability_date_specific","summary":"Replace date-specific availability","description":"Replaces date-specific availability rules for the subject in a single request.","tags":["Planner"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","subjectType":"member","subjectId":"00000000-0000-4000-8000-000000000000","timezone":"string","windows":[],"isAvailable":true,"note":null,"unavailabilityReasonEntryId":null,"unavailabilityReasonValue":null}}}},"responses":{"200":{"description":"Date-specific availability updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Conflict — the subject/date availability was modified by another edit","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string","code":"string","currentUpdatedAt":"string","expectedUpdatedAt":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/planner/availability-date-specific\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"subjectType\\\": \\\"member\\\",\n  \\\"subjectId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timezone\\\": \\\"string\\\",\n  \\\"windows\\\": [],\n  \\\"isAvailable\\\": true,\n  \\\"note\\\": null,\n  \\\"unavailabilityReasonEntryId\\\": null,\n  \\\"unavailabilityReasonValue\\\": null\n}\""}],"x-require-auth":true}},"/planner/availability-rule-sets":{"get":{"operationId":"planner_get_planner_availability_rule_sets","summary":"List availability rule sets","description":"Returns a paginated collection of availability rule sets scoped to the authenticated organization.","tags":["Planner"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetParameters1Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetParameters2Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetParameters3Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetParameters5Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated availability rule sets","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"name":null,"description":null,"timezone":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/planner/availability-rule-sets?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"planner_post_planner_availability_rule_sets","summary":"Create availability rule set","description":"Creates a reusable availability rule set.","tags":["Planner"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","description":null,"timezone":"string"}}},"description":"Creates a reusable availability rule set."},"responses":{"201":{"description":"Availability rule set created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/planner/availability-rule-sets\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"timezone\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"planner_put_planner_availability_rule_sets","summary":"Update availability rule set","description":"Updates an availability rule set by id.","tags":["Planner"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","description":null}}},"description":"Updates an availability rule set by id."},"responses":{"200":{"description":"Availability rule set updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/planner/availability-rule-sets\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"description\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"planner_delete_planner_availability_rule_sets","summary":"Delete availability rule set","description":"Deletes an availability rule set by id.","tags":["Planner"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes an availability rule set by id."},"responses":{"200":{"description":"Availability rule set deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/planner/availability-rule-sets\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/planner/availability-weekly":{"post":{"operationId":"planner_post_planner_availability_weekly","summary":"Replace weekly availability","description":"Replaces weekly availability rules for the subject in a single request.","tags":["Planner"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","subjectType":"member","subjectId":"00000000-0000-4000-8000-000000000000","timezone":"string","windows":[]}}}},"responses":{"200":{"description":"Weekly availability updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Optimistic lock conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string","code":"optimistic_lock_conflict","currentUpdatedAt":"string","expectedUpdatedAt":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/planner/availability-weekly\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"subjectType\\\": \\\"member\\\",\n  \\\"subjectId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timezone\\\": \\\"string\\\",\n  \\\"windows\\\": []\n}\""}],"x-require-auth":true}},"/planner/availability":{"get":{"operationId":"planner_get_planner_availability","summary":"List availability rules","description":"Returns a paginated collection of availability rules scoped to the authenticated organization.","tags":["Planner"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetParameters1Schema"},"example":1},{"name":"subjectType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetParameters2Schema"},"example":"member"},{"name":"subjectIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetParameters3Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetParameters5Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated availability rules","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"subject_type":null,"subject_id":null,"timezone":null,"rrule":null,"exdates":null,"kind":null,"note":null,"unavailability_reason_entry_id":null,"unavailability_reason_value":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/planner/availability?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"planner_post_planner_availability","summary":"Create availability rule","description":"Creates an availability rule for the selected subject.","tags":["Planner"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","subjectType":"member","subjectId":"00000000-0000-4000-8000-000000000000","timezone":"string","rrule":"string","exdates":[],"kind":"availability","note":null,"unavailabilityReasonEntryId":null,"unavailabilityReasonValue":null}}},"description":"Creates an availability rule for the selected subject."},"responses":{"201":{"description":"Availability rule created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/planner/availability\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"subjectType\\\": \\\"member\\\",\n  \\\"subjectId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timezone\\\": \\\"string\\\",\n  \\\"rrule\\\": \\\"string\\\",\n  \\\"exdates\\\": [],\n  \\\"kind\\\": \\\"availability\\\",\n  \\\"note\\\": null,\n  \\\"unavailabilityReasonEntryId\\\": null,\n  \\\"unavailabilityReasonValue\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"planner_put_planner_availability","summary":"Update availability rule","description":"Updates an availability rule by id.","tags":["Planner"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","note":null,"unavailabilityReasonEntryId":null,"unavailabilityReasonValue":null}}},"description":"Updates an availability rule by id."},"responses":{"200":{"description":"Availability rule updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/planner/availability\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"note\\\": null,\n  \\\"unavailabilityReasonEntryId\\\": null,\n  \\\"unavailabilityReasonValue\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"planner_delete_planner_availability","summary":"Delete availability rule","description":"Deletes an availability rule by id.","tags":["Planner"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes an availability rule by id."},"responses":{"200":{"description":"Availability rule deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/planner/availability\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/resources/resources/tags/assign":{"post":{"operationId":"resources_post_resources_resources_tags_assign","summary":"Assign resource tag","description":"Assigns a tag to a resources resource.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","tagId":"00000000-0000-4000-8000-000000000000","resourceId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"201":{"description":"Tag assignment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/resources/resources/tags/assign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tagId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"resourceId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/resources/resources/tags/unassign":{"post":{"operationId":"resources_post_resources_resources_tags_unassign","summary":"Unassign resource tag","description":"Removes a tag from a resources resource.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","tagId":"00000000-0000-4000-8000-000000000000","resourceId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Tag assignment removed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/resources/resources/tags/unassign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tagId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"resourceId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/resources/activities":{"get":{"operationId":"resources_get_resources_activities","summary":"List resourceactivitys","description":"Returns a paginated collection of resourceactivitys scoped to the authenticated organization.","tags":["Resources"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated resourceactivitys","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","resource_id":null,"activity_type":null,"subject":null,"body":null,"occurred_at":null,"author_user_id":null,"appearance_icon":null,"appearance_color":null,"organization_id":null,"tenant_id":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/resources/activities?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"resources_post_resources_activities","summary":"Create resourceactivity","description":"Adds an activity to a resource timeline.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","activityType":"string","appearanceIcon":null,"appearanceColor":null}}},"description":"Adds an activity to a resource timeline."},"responses":{"201":{"description":"ResourceActivity created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"authorUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/resources/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"activityType\\\": \\\"string\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"resources_put_resources_activities","summary":"Update resourceactivity","description":"Updates a resource activity.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","appearanceIcon":null,"appearanceColor":null}}},"description":"Updates a resource activity."},"responses":{"200":{"description":"ResourceActivity updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/resources/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"resources_delete_resources_activities","summary":"Delete resourceactivity","description":"Deletes a resource activity.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a resource activity."},"responses":{"200":{"description":"ResourceActivity deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/resources/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/resources/comments":{"get":{"operationId":"resources_get_resources_comments","summary":"List resourcecomments","description":"Returns a paginated collection of resourcecomments scoped to the authenticated organization.","tags":["Resources"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated resourcecomments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","resource_id":null,"body":null,"author_user_id":null,"appearance_icon":null,"appearance_color":null,"organization_id":null,"tenant_id":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/resources/comments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"resources_post_resources_comments","summary":"Create resourcecomment","description":"Adds a note to a resource timeline.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","body":"string","appearanceIcon":null,"appearanceColor":null}}},"description":"Adds a note to a resource timeline."},"responses":{"201":{"description":"ResourceComment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"authorUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/resources/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"body\\\": \\\"string\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"resources_put_resources_comments","summary":"Update resourcecomment","description":"Updates a resource note.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","appearanceIcon":null,"appearanceColor":null}}},"description":"Updates a resource note."},"responses":{"200":{"description":"ResourceComment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/resources/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"resources_delete_resources_comments","summary":"Delete resourcecomment","description":"Deletes a resource note.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a resource note."},"responses":{"200":{"description":"ResourceComment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesCommentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/resources/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/resources/resource-types":{"get":{"operationId":"resources_get_resources_resource_types","summary":"List resource types","description":"Returns a paginated collection of resource types scoped to the authenticated organization.","tags":["Resources"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetParameters5Schema"},"example":"asc"},{"name":"withResourceCounts","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetParameters6Schema"},"example":"string"}],"responses":{"200":{"description":"Paginated resource types","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"name":null,"description":null,"appearance_icon":null,"appearance_color":null,"created_at":null,"updated_at":null,"resourceCount":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/resources/resource-types?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"resources_post_resources_resource_types","summary":"Create resource type","description":"Creates a resource type for resources resources.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","description":null,"appearanceIcon":null,"appearanceColor":null}}},"description":"Creates a resource type for resources resources."},"responses":{"201":{"description":"Resource type created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/resources/resource-types\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"resources_put_resources_resource_types","summary":"Update resource type","description":"Updates a resource type by id.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","description":null,"appearanceIcon":null,"appearanceColor":null}}},"description":"Updates a resource type by id."},"responses":{"200":{"description":"Resource type updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/resources/resource-types\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"description\\\": null,\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"resources_delete_resources_resource_types","summary":"Delete resource type","description":"Deletes a resource type by id.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a resource type by id."},"responses":{"200":{"description":"Resource type deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/resources/resource-types\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/resources/resources":{"get":{"operationId":"resources_get_resources_resources","summary":"List resources","description":"Returns a paginated collection of resources scoped to the authenticated organization.","tags":["Resources"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"resourceTypeId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters5Schema"},"example":"string"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters6Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters7Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetParameters8Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated resources","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"name":null,"description":null,"resource_type_id":null,"capacity":null,"capacity_unit_value":null,"capacity_unit_name":null,"capacity_unit_color":null,"capacity_unit_icon":null,"appearance_icon":null,"appearance_color":null,"is_active":null,"availability_rule_set_id":null,"custom_fieldset_code":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/resources/resources?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"resources_post_resources_resources","summary":"Create resource","description":"Creates a resource scoped to the selected organization.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","description":null,"resourceTypeId":null,"capacity":null,"capacityUnitValue":null,"appearanceIcon":null,"appearanceColor":null,"availabilityRuleSetId":null,"customFieldsetCode":null}}},"description":"Creates a resource scoped to the selected organization."},"responses":{"201":{"description":"Resource created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/resources/resources\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"resourceTypeId\\\": null,\n  \\\"capacity\\\": null,\n  \\\"capacityUnitValue\\\": null,\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null,\n  \\\"availabilityRuleSetId\\\": null,\n  \\\"customFieldsetCode\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"resources_put_resources_resources","summary":"Update resource","description":"Updates a resource by id.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","description":null,"resourceTypeId":null,"capacity":null,"capacityUnitValue":null,"appearanceIcon":null,"appearanceColor":null,"availabilityRuleSetId":null,"customFieldsetCode":null}}},"description":"Updates a resource by id."},"responses":{"200":{"description":"Resource updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/resources/resources\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"description\\\": null,\n  \\\"resourceTypeId\\\": null,\n  \\\"capacity\\\": null,\n  \\\"capacityUnitValue\\\": null,\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null,\n  \\\"availabilityRuleSetId\\\": null,\n  \\\"customFieldsetCode\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"resources_delete_resources_resources","summary":"Delete resource","description":"Deletes a resource by id.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a resource by id."},"responses":{"200":{"description":"Resource deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesResourcesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/resources/resources\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/resources/tags":{"get":{"operationId":"resources_get_resources_tags","summary":"List resource tags","description":"Returns a paginated collection of resource tags scoped to the authenticated organization.","tags":["Resources"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetParameters2Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated resource tags","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"slug":null,"label":null,"color":null,"description":null,"organization_id":null,"tenant_id":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/resources/tags?page=1&pageSize=100\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"resources_post_resources_tags","summary":"Create resource tag","description":"Creates a tag for resources resources and services.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","label":"string","color":null,"description":null}}},"description":"Creates a tag for resources resources and services."},"responses":{"201":{"description":"Resource tag created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/resources/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"label\\\": \\\"string\\\",\n  \\\"color\\\": null,\n  \\\"description\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"resources_put_resources_tags","summary":"Update resource tag","description":"Updates a resource tag by id.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","color":null,"description":null}}},"description":"Updates a resource tag by id."},"responses":{"200":{"description":"Resource tag updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/resources/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"color\\\": null,\n  \\\"description\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"resources_delete_resources_tags","summary":"Delete resource tag","description":"Deletes a resource tag by id.","tags":["Resources"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a resource tag by id."},"responses":{"200":{"description":"Resource tag deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsResourcesTagsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/resources/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/leave-requests/accept":{"post":{"operationId":"staff_post_staff_leave_requests_accept","summary":"Approve leave request","description":"Approves a leave request and adds unavailability rules for the staff member.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","decisionComment":null,"decidedByUserId":null}}}},"responses":{"200":{"description":"Leave request approved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/leave-requests/accept\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"decisionComment\\\": null,\n  \\\"decidedByUserId\\\": null\n}\""}],"x-require-auth":true}},"/staff/leave-requests/reject":{"post":{"operationId":"staff_post_staff_leave_requests_reject","summary":"Reject leave request","description":"Rejects a leave request with an optional comment.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","decisionComment":null,"decidedByUserId":null}}}},"responses":{"200":{"description":"Leave request rejected","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/leave-requests/reject\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"decisionComment\\\": null,\n  \\\"decidedByUserId\\\": null\n}\""}],"x-require-auth":true}},"/staff/portal/time-reports":{"get":{"operationId":"staff_get_staff_portal_time_reports","summary":"List the signed-in customer’s closed time reports","description":"Returns the closed, non-deleted `staff_time_reports` rows whose `customer_id` matches the portal session’s own customer entity, inside that session’s tenant and organization. Draft reports are never listed. The response carries hours only — no rate, cost, amount or currency — because `staff.timesheets.rates.view` is a staff feature a portal identity cannot hold.","tags":["Staff Portal"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetParameters1Schema"},"example":1}],"responses":{"200":{"description":"Closed reports for the signed-in customer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","reference":"string","title":"string","periodFrom":"string","periodTo":"string","closedAt":null,"totalBillableMinutes":1,"totalNonbillableMinutes":1}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"401":{"description":"Not signed in to the portal","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses401ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"403":{"description":"The portal account is not linked to a customer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses403ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/portal/time-reports?page=1&pageSize=20\" \\\n  -H \"Accept: application/json\""}]}},"/staff/team-members/assignable":{"get":{"operationId":"staff_get_staff_team_members_assignable","summary":"List staff members that can be assigned from customer flows","description":"Returns active staff members linked to auth users. Access requires either customers.roles.manage or customers.activities.manage. Owned by the staff module; consumed from customer flows via this canonical URL. Replaces the deprecated /api/customers/assignable-staff route.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetParameters2Schema"},"example":"string"}],"responses":{"200":{"description":"Assignable staff members","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","teamMemberId":"00000000-0000-4000-8000-000000000000","userId":"00000000-0000-4000-8000-000000000000","displayName":"string","email":null,"teamName":null,"user":null,"team":null}],"total":1,"totalPages":1}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/team-members/assignable?page=1&pageSize=24\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/team-members/self":{"get":{"operationId":"staff_get_staff_team_members_self","summary":"Get current user team member profile","description":"Returns the staff team member linked to the current user, if any.","tags":["Staff"],"parameters":[],"responses":{"200":{"description":"Team member profile","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchema"},"example":{"member":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/team-members/self\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_team_members_self","summary":"Create current user team member profile","description":"Creates a team member profile for the signed-in user.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","displayName":"string","description":null}}}},"responses":{"201":{"description":"Team member created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"409":{"description":"Already exists","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/team-members/self\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"displayName\\\": \\\"string\\\",\n  \\\"description\\\": null\n}\""}],"x-require-auth":true}},"/staff/team-members/tags/assign":{"post":{"operationId":"staff_post_staff_team_members_tags_assign","summary":"Assign team member tag","description":"Assigns a tag to a staff team member.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","memberId":"00000000-0000-4000-8000-000000000000","tag":"string"}}}},"responses":{"201":{"description":"Tag assignment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/team-members/tags/assign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"memberId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tag\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/staff/team-members/tags/unassign":{"post":{"operationId":"staff_post_staff_team_members_tags_unassign","summary":"Unassign team member tag","description":"Removes a tag from a staff team member.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","memberId":"00000000-0000-4000-8000-000000000000","tag":"string"}}}},"responses":{"200":{"description":"Tag assignment removed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/team-members/tags/unassign\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"memberId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tag\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/access-requests":{"post":{"operationId":"staff_post_staff_timesheets_access_requests","summary":"Request time tracking project access","description":"Notifies every holder of staff.timesheets.projects.manage in the caller scope that a team member asked for project access. Omitting timeProjectId sends a general request from the no-assignments empty state.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostRequestBodyContentApplicationJsonSchema"},"example":{"timeProjectId":null}}}},"responses":{"200":{"description":"Access request accepted (deduplicated when an identical request is still pending)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"deduplicated":true}}}},"400":{"description":"Invalid request body or missing organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.view","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostResponses403ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/access-requests\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"timeProjectId\\\": null\n}\""}],"x-require-auth":true}},"/staff/timesheets/my-projects":{"get":{"operationId":"staff_get_staff_timesheets_my_projects","summary":"List assigned time project memberships for the current user","description":"Returns staff_time_project_members where the authenticated user is an active member. Used by the My Timesheets grid to resolve assigned project IDs (spec N+1 mitigation query 1).","tags":["Staff"],"parameters":[],"responses":{"200":{"description":"Assigned project memberships","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","time_project_id":"00000000-0000-4000-8000-000000000000","staff_member_id":"00000000-0000-4000-8000-000000000000","role":null,"status":null,"assigned_start_date":null,"assigned_end_date":null,"show_in_grid":true}],"total":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"No staff member linked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/my-projects\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/my-work":{"get":{"operationId":"staff_get_staff_timesheets_my_work","summary":"Today, this week and this month for the calling staff member","description":"One aggregate for the time tracking landing page: day/week/month/non-billable totals with working-day targets, today’s entries, the caller’s projects with budget burn, and the tasks they last logged against. Always scoped to the caller — there is no way to ask about another person. Rate and amount-budget fields are present only for holders of `staff.timesheets.rates.view`.","tags":["Staff"],"parameters":[],"responses":{"200":{"description":"My work summary","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchema"},"example":{"staffMember":null,"today":"string","kpis":{"todayMinutes":1,"weekMinutes":1,"monthMinutes":1,"monthNonBillableMinutes":1,"dailyTargetMinutes":null,"weekTargetMinutes":null,"monthTargetMinutes":null,"weekWorkingDays":1,"monthWorkingDays":1,"nonBillableSharePercent":null},"entries":[{"id":"00000000-0000-4000-8000-000000000000","date":"string","taskId":null,"taskTitle":null,"timeProjectId":null,"projectName":null,"description":null,"startedAt":null,"endedAt":null,"durationMinutes":1,"isBillable":true,"isLocked":true}],"projects":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","code":null,"color":null,"customerName":null,"myMinutes":1,"totalMinutes":1,"hourlyRate":null,"currencyCode":null,"budget":null}],"recentTasks":[{"id":"00000000-0000-4000-8000-000000000000","title":"string","timeProjectId":"00000000-0000-4000-8000-000000000000","projectName":null}]}}}},"400":{"description":"Missing scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"500":{"description":"Aggregation failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/my-work\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/projects/kpis":{"get":{"operationId":"staff_get_staff_timesheets_projects_kpis","summary":"Aggregate KPIs for the timesheets Projects page","description":"Returns a role-aware KPI payload. Users with `staff.timesheets.projects.manage` get the PM shape (portfolio totals, monthly team hours, active team member count). Other viewers get the Collaborator shape scoped to their own memberships and hours.","tags":["Staff"],"parameters":[],"responses":{"200":{"description":"PM or Collaborator KPIs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchema"},"example":{"role":"pm","totals":{"total":1,"active":1,"onHold":1,"completed":1},"hoursWeek":{"current":1,"previous":1,"deltaPct":null},"hoursMonth":{"current":1,"previous":1,"deltaPct":null},"teamActive":{"count":1},"assignedToMe":{"total":1,"active":1}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing viewing feature or no staff member linked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"500":{"description":"Aggregation failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/projects/kpis\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/reports/preview":{"post":{"operationId":"staff_post_staff_timesheets_reports_preview","summary":"Preview a customer report","description":"Computes report totals for a project selection and period WITHOUT persisting anything. Powers the live per-project numbers and the range summary of the report config screen. Money is rounded at the entry and summed upward (D-7), so the grand total does not change when the grouping changes. Entries already frozen in a closed report are excluded unless `includeAlreadyReported` is set, and are reported as `alreadyReportedCount` / `alreadyReportedMinutes` / `alreadyReportedIn` either way (D-5). Amounts and rates are omitted for a caller without staff.timesheets.rates.view.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchema"},"example":{"customerId":null,"periodKind":"custom","periodFrom":"2025-01-01T00:00:00.000Z","periodTo":"2025-01-01T00:00:00.000Z","grouping":"project_task","nonbillableMode":"separate","includeAlreadyReported":false,"showRates":true,"timeProjectIds":["00000000-0000-4000-8000-000000000000"]}}}},"responses":{"200":{"description":"Computed totals","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchema"},"example":{"currencyCode":null,"grouping":"string","nonbillableMode":"separate","includeAlreadyReported":true,"showRates":true,"projects":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","hourlyRate":null,"currencyCode":null,"entryCount":1,"billableMinutes":1,"nonbillableMinutes":1,"amount":null}],"groups":[{"key":"string","kind":"project","label":"string","rate":null,"minutes":1,"amount":1,"entryCount":1,"lines":[{"key":"string","label":"string","minutes":1,"rate":null,"amount":1,"entryCount":1,"hasOverride":true,"children":[]}]}],"totals":{"entryCount":1,"billableMinutes":1,"nonbillableMinutes":1,"totalAmount":null},"alreadyReportedCount":1,"alreadyReportedMinutes":1,"alreadyReportedIn":[{"reportId":"00000000-0000-4000-8000-000000000000","reference":null,"title":null,"entryCount":1,"minutes":1}],"rounding":{"unitMinutes":1,"direction":"string"}}}}},"400":{"description":"Invalid body or missing scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.reports.view","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses403ContentApplicationJsonSchema"}}}},"422":{"description":"Selected projects disagree on a currency, or one is not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchema"},"example":{"code":"report_currency_conflict","error":"string","currencies":["string"],"offenders":[{"id":"00000000-0000-4000-8000-000000000000","name":"string","currencyCode":null}]}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/reports/preview\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"customerId\\\": null,\n  \\\"periodKind\\\": \\\"custom\\\",\n  \\\"periodFrom\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"periodTo\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"grouping\\\": \\\"project_task\\\",\n  \\\"nonbillableMode\\\": \\\"separate\\\",\n  \\\"includeAlreadyReported\\\": false,\n  \\\"showRates\\\": true,\n  \\\"timeProjectIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ]\n}\""}],"x-require-auth":true}},"/staff/timesheets/reports":{"get":{"operationId":"staff_get_staff_timesheets_reports","summary":"List time reports","description":"Returns a paginated collection of time reports scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters1Schema"},"example":1},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters2Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters3Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters4Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"customerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters6Schema"},"example":"draft"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters7Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetParameters8Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated time reports","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"customer_id":null,"customer_snapshot":null,"reference":null,"title":null,"period_kind":null,"period_from":null,"period_to":null,"currency_code":null,"grouping":null,"nonbillable_mode":null,"include_already_reported":null,"show_rates":null,"rounding_unit_minutes":null,"rounding_direction":null,"status":null,"total_billable_minutes":null,"total_nonbillable_minutes":null,"total_amount":null,"closed_at":null,"closed_by_user_id":null,"created_by_user_id":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/reports?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_timesheets_reports","summary":"Create timereport","description":"Creates a draft customer report and allocates its RAP-<year>-<seq> reference. Every selected project must belong to `customerId` and the projects must agree on a currency; a mismatch is refused with 422 report_currency_conflict naming the offenders.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","customerId":"00000000-0000-4000-8000-000000000000","title":"string","periodKind":"week","periodFrom":"2025-01-01T00:00:00.000Z","periodTo":"2025-01-01T00:00:00.000Z","grouping":"project_task","nonbillableMode":"separate","includeAlreadyReported":false,"showRates":true,"timeProjectIds":["00000000-0000-4000-8000-000000000000"]}}},"description":"Creates a draft customer report and allocates its RAP-<year>-<seq> reference. Every selected project must belong to `customerId` and the projects must agree on a currency; a mismatch is refused with 422 report_currency_conflict naming the offenders."},"responses":{"201":{"description":"TimeReport created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/reports\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"customerId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"title\\\": \\\"string\\\",\n  \\\"periodKind\\\": \\\"week\\\",\n  \\\"periodFrom\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"periodTo\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"grouping\\\": \\\"project_task\\\",\n  \\\"nonbillableMode\\\": \\\"separate\\\",\n  \\\"includeAlreadyReported\\\": false,\n  \\\"showRates\\\": true,\n  \\\"timeProjectIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ]\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_reports","summary":"Update timereport","description":"Updates a draft report. A closed report is refused with 409 report_closed — unlock it first. Replacing `timeProjectIds` re-asserts the single-customer and single-currency rules.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Updates a draft report. A closed report is refused with 409 report_closed — unlock it first. Replacing `timeProjectIds` re-asserts the single-customer and single-currency rules."},"responses":{"200":{"description":"TimeReport updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/reports\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_reports","summary":"Delete timereport","description":"Soft-deletes a draft report. A closed report is refused with 409 report_closed, because deleting it would strand the entries it froze.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a draft report. A closed report is refused with 409 report_closed, because deleting it would strand the entries it froze."},"responses":{"200":{"description":"TimeReport deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/reports\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/settings/reapply-rounding":{"post":{"operationId":"staff_post_staff_timesheets_settings_reapply_rounding","summary":"Queue a retroactive rounding job","description":"Enqueues a `ProgressJob` that recomputes `rounded_minutes` on existing time entries under the tenant’s current rounding rule. Entries locked into a closed report are excluded — a billed amount is never restated. Returns `202` with `progressJobId`, or `200` with a null job id when there is nothing to restate.","tags":["Staff"],"parameters":[],"responses":{"200":{"description":"Nothing to restate","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":null,"candidateCount":1}}}},"202":{"description":"Job queued","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchema"},"example":{"ok":true,"progressJobId":null,"candidateCount":1}}}},"400":{"description":"Missing scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing staff.timesheets.settings.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses403ContentApplicationJsonSchema"}}}},"500":{"description":"Queueing failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/settings/reapply-rounding\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/settings/rounding-impact":{"get":{"operationId":"staff_get_staff_timesheets_settings_rounding_impact","summary":"Project the billing impact of a rounding rule over a recent window","description":"Answers what the last `windowDays` (default 90) would have billed under a candidate rounding rule, before it is saved. Entries already locked into a closed report are excluded from the projection — they cannot be restated — and reported separately as `lockedEntryCount`. Rounding is applied per entry (D-7) through the same helper the write path uses.","tags":["Staff"],"parameters":[{"name":"unitMinutes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetParameters0Schema"},"example":1},{"name":"direction","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetParameters1Schema"},"example":"up"},{"name":"windowDays","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetParameters2Schema"},"example":1}],"responses":{"200":{"description":"Rounding impact projection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchema"},"example":{"windowDays":1,"from":"string","to":"string","rounding":{"unitMinutes":0,"direction":"up"},"projected":{"entryCount":1,"rawMinutes":1,"roundedMinutes":1,"deltaMinutes":1},"current":{"entryCount":1,"rawMinutes":1,"roundedMinutes":1,"deltaMinutes":1},"lockedEntryCount":1}}}},"400":{"description":"Invalid request or missing scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Missing staff.timesheets.settings.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses403ContentApplicationJsonSchema"}}}},"500":{"description":"Projection failure","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses500ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/settings/rounding-impact\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/settings":{"get":{"operationId":"staff_get_staff_timesheets_settings","summary":"Read time tracking settings","tags":["Staff"],"parameters":[],"responses":{"200":{"description":"Tenant time tracking settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchema"},"example":{"rounding":{"unitMinutes":0,"direction":"up"},"defaults":{"billable":true,"chainStartFromPreviousEnd":true},"targets":{"dailyHours":8},"warnings":{"overlap":true,"runningTimer":true},"access":{"assignmentGraceDays":14}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_settings","summary":"Update time tracking settings","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchema"},"example":{"rounding":{"unitMinutes":0,"direction":"up"},"defaults":{"billable":true,"chainStartFromPreviousEnd":true},"targets":{"dailyHours":8},"warnings":{"overlap":true,"runningTimer":true},"access":{"assignmentGraceDays":14}}}}},"responses":{"200":{"description":"Updated time tracking settings","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchema"},"example":{"rounding":{"unitMinutes":0,"direction":"up"},"defaults":{"billable":true,"chainStartFromPreviousEnd":true},"targets":{"dailyHours":8},"warnings":{"overlap":true,"runningTimer":true},"access":{"assignmentGraceDays":14}}}}},"400":{"description":"Invalid request body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.settings.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses403ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/settings\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"rounding\\\": {\n    \\\"unitMinutes\\\": 0,\n    \\\"direction\\\": \\\"up\\\"\n  },\n  \\\"defaults\\\": {\n    \\\"billable\\\": true,\n    \\\"chainStartFromPreviousEnd\\\": true\n  },\n  \\\"targets\\\": {\n    \\\"dailyHours\\\": 8\n  },\n  \\\"warnings\\\": {\n    \\\"overlap\\\": true,\n    \\\"runningTimer\\\": true\n  },\n  \\\"access\\\": {\n    \\\"assignmentGraceDays\\\": 14\n  }\n}\""}],"x-require-auth":true}},"/staff/timesheets/tags/entry-assignments":{"post":{"operationId":"staff_post_staff_timesheets_tags_entry_assignments","summary":"Assign tags to a time entry","description":"Adds tags to a time entry. Idempotent — a tag the entry already carries comes back in alreadyAssignedTagIds. Refused with 404 when the entry is outside the caller's project access, and with 409 when it is locked in a closed report.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","timeEntryId":"00000000-0000-4000-8000-000000000000","tagIds":["00000000-0000-4000-8000-000000000000"]}}}},"responses":{"200":{"description":"Tags assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchema"},"example":{"timeEntryId":"00000000-0000-4000-8000-000000000000","tagIds":["00000000-0000-4000-8000-000000000000"],"assignedTagIds":["00000000-0000-4000-8000-000000000000"],"alreadyAssignedTagIds":["00000000-0000-4000-8000-000000000000"]}}}},"400":{"description":"Invalid payload or missing organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.tasks.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Time entry not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Time entry locked in a closed report","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses409ContentApplicationJsonSchema"}}}},"422":{"description":"Unknown tag ids","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/tags/entry-assignments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timeEntryId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tagIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ]\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_tags_entry_assignments","summary":"Unassign tags from a time entry","description":"Removes tags from a time entry. Idempotent — a tag the entry does not carry comes back in notAssignedTagIds.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","timeEntryId":"00000000-0000-4000-8000-000000000000","tagIds":["00000000-0000-4000-8000-000000000000"]}}}},"responses":{"200":{"description":"Tags unassigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"timeEntryId":"00000000-0000-4000-8000-000000000000","tagIds":["00000000-0000-4000-8000-000000000000"],"removedTagIds":["00000000-0000-4000-8000-000000000000"],"notAssignedTagIds":["00000000-0000-4000-8000-000000000000"]}}}},"400":{"description":"Invalid payload or missing organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.tasks.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Time entry not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Time entry locked in a closed report","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/tags/entry-assignments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timeEntryId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tagIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ]\n}\""}],"x-require-auth":true}},"/staff/timesheets/tags":{"get":{"operationId":"staff_get_staff_timesheets_tags","summary":"List time tags","description":"Returns a paginated collection of time tags scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetParameters1Schema"},"example":1},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetParameters5Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated time tags","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"slug":null,"label":null,"color":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/tags?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_timesheets_tags","summary":"Create timetag","description":"Creates a time tracking tag. The slug is unique per organization and tenant; a collision answers 409 with fieldErrors.slug.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","slug":"string","label":"string","color":null}}},"description":"Creates a time tracking tag. The slug is unique per organization and tenant; a collision answers 409 with fieldErrors.slug."},"responses":{"201":{"description":"TimeTag created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"slug\\\": \\\"string\\\",\n  \\\"label\\\": \\\"string\\\",\n  \\\"color\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_tags","summary":"Update timetag","description":"Renames, re-slugs or recolours a tag. A slug collision answers 409 with fieldErrors.slug.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","color":null}}},"description":"Renames, re-slugs or recolours a tag. A slug collision answers 409 with fieldErrors.slug."},"responses":{"200":{"description":"TimeTag updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"color\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_tags","summary":"Delete timetag","description":"Soft-deletes a tag and removes every task and time entry assignment it had, reporting how many of each were removed.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a tag and removes every task and time entry assignment it had, reporting how many of each were removed."},"responses":{"200":{"description":"TimeTag deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"removedTaskAssignments":1,"removedEntryAssignments":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/tags\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/tags/task-assignments":{"post":{"operationId":"staff_post_staff_timesheets_tags_task_assignments","summary":"Assign tags to a task","description":"Adds tags to a task. Idempotent — a tag the task already carries comes back in alreadyAssignedTagIds instead of failing. Refused with 404 when the task is outside the caller's project access.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","taskId":"00000000-0000-4000-8000-000000000000","tagIds":["00000000-0000-4000-8000-000000000000"]}}}},"responses":{"200":{"description":"Tags assigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchema"},"example":{"taskId":"00000000-0000-4000-8000-000000000000","tagIds":["00000000-0000-4000-8000-000000000000"],"assignedTagIds":["00000000-0000-4000-8000-000000000000"],"alreadyAssignedTagIds":["00000000-0000-4000-8000-000000000000"]}}}},"400":{"description":"Invalid payload or missing organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.tasks.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Task not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses404ContentApplicationJsonSchema"}}}},"422":{"description":"Unknown tag ids","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/tags/task-assignments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"taskId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tagIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ]\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_tags_task_assignments","summary":"Unassign tags from a task","description":"Removes tags from a task. Idempotent — a tag the task does not carry comes back in notAssignedTagIds instead of failing.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","taskId":"00000000-0000-4000-8000-000000000000","tagIds":["00000000-0000-4000-8000-000000000000"]}}}},"responses":{"200":{"description":"Tags unassigned","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"taskId":"00000000-0000-4000-8000-000000000000","tagIds":["00000000-0000-4000-8000-000000000000"],"removedTagIds":["00000000-0000-4000-8000-000000000000"],"notAssignedTagIds":["00000000-0000-4000-8000-000000000000"]}}}},"400":{"description":"Invalid payload or missing organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.tasks.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Task not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/tags/task-assignments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"taskId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"tagIds\\\": [\n    \\\"00000000-0000-4000-8000-000000000000\\\"\n  ]\n}\""}],"x-require-auth":true}},"/staff/timesheets/task-statuses":{"get":{"operationId":"staff_get_staff_timesheets_task_statuses","summary":"List time task statuses","description":"Returns the Kanban columns of the projects the caller can see. A caller without `staff.timesheets.projects.manage` is narrowed to the projects they are an active member of, so `timeProjectId` can only ever select a board they already have access to.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetParameters1Schema"},"example":1},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetParameters2Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"timeProjectId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetParameters4Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetParameters5Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated time task statuses","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"time_project_id":null,"name":null,"slug":null,"color":null,"position":null,"is_default":null,"is_done":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/task-statuses?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_timesheets_task_statuses","summary":"Create timetaskstatus","description":"Creates a Kanban column on a time project.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","timeProjectId":"00000000-0000-4000-8000-000000000000","name":"string","color":null}}},"description":"Creates a Kanban column on a time project."},"responses":{"201":{"description":"TimeTaskStatus created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/task-statuses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timeProjectId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"color\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_task_statuses","summary":"Update timetaskstatus","description":"Updates a Kanban column. Supplying `position` re-orders the board; the last default column cannot be unset and the last done column cannot be cleared.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","color":null}}},"description":"Updates a Kanban column. Supplying `position` re-orders the board; the last default column cannot be unset and the last done column cannot be cleared."},"responses":{"200":{"description":"TimeTaskStatus updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/task-statuses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"color\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_task_statuses","summary":"Delete timetaskstatus","description":"Soft-deletes a Kanban column. Refused with 409 when it is the project's last column or still holds tasks.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a Kanban column. Refused with 409 when it is the project's last column or still holds tasks."},"responses":{"200":{"description":"TimeTaskStatus deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/task-statuses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/tasks":{"get":{"operationId":"staff_get_staff_timesheets_tasks","summary":"List time tasks","description":"Returns a paginated collection of time tasks scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters1Schema"},"example":1},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters2Schema"},"example":"string"},{"name":"reference","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters3Schema"},"example":"string"},{"name":"id","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters4Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"timeProjectId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters6Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"taskStatusId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters7Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"assigneeStaffMemberId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters8Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"parentTaskId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters9Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters10Schema"},"example":"string"},{"name":"topLevelOnly","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters11Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters12Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetParameters13Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated time tasks","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"time_project_id":null,"parent_task_id":null,"task_status_id":null,"sequence_number":null,"reference":null,"title":null,"description":null,"assignee_staff_member_id":null,"position":null,"created_by_user_id":null,"closed_at":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/tasks?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_timesheets_tasks","summary":"Create timetask","description":"Creates a task. Only `title` is required beyond scoping and `timeProjectId`: the task lands on the project default column with the creator assigned unless the request says otherwise. Supplying `parentTaskId` creates a subtask; a parent that is itself a subtask is refused with 400 subtask_depth_exceeded.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","timeProjectId":"00000000-0000-4000-8000-000000000000","parentTaskId":null,"taskStatusId":null,"title":"string","description":null,"assigneeStaffMemberId":null}}},"description":"Creates a task. Only `title` is required beyond scoping and `timeProjectId`: the task lands on the project default column with the creator assigned unless the request says otherwise. Supplying `parentTaskId` creates a subtask; a parent that is itself a subtask is refused with 400 subtask_depth_exceeded."},"responses":{"201":{"description":"TimeTask created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/tasks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timeProjectId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"parentTaskId\\\": null,\n  \\\"taskStatusId\\\": null,\n  \\\"title\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"assigneeStaffMemberId\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_tasks","summary":"Update timetask","description":"Updates a task. Re-parenting under a subtask, or turning a task that already has subtasks into one, is refused with 400 subtask_depth_exceeded; moving a task to another project is refused with 400 task_project_move_unsupported. Moving into a done column stamps closed_at, moving out clears it.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","parentTaskId":null,"description":null,"assigneeStaffMemberId":null}}},"description":"Updates a task. Re-parenting under a subtask, or turning a task that already has subtasks into one, is refused with 400 subtask_depth_exceeded; moving a task to another project is refused with 400 task_project_move_unsupported. Moving into a done column stamps closed_at, moving out clears it."},"responses":{"200":{"description":"TimeTask updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/tasks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"parentTaskId\\\": null,\n  \\\"description\\\": null,\n  \\\"assigneeStaffMemberId\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_tasks","summary":"Delete timetask","description":"Soft-deletes a task. Deleting a parent soft-deletes its subtasks in the same transaction; time entries keep pointing at the deleted task so closed reports still resolve their labels.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a task. Deleting a parent soft-deletes its subtasks in the same transaction; time entries keep pointing at the deleted task so closed reports still resolve their labels."},"responses":{"200":{"description":"TimeTask deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/tasks\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/bulk":{"post":{"operationId":"staff_post_staff_timesheets_time_entries_bulk","summary":"Bulk save time entries","description":"Creates, updates, or soft-deletes multiple time entries in a single request. Entries with durationMinutes=0 and an existing id are soft-deleted. A row may name a taskId and let timeProjectId follow from it; task, description/notes precedence, isBillable defaulting, the rate override and the project currency snapshot follow the single-entry path exactly. tagIds is rejected with 422 — tags are edited from the time entry itself so their audit trail and undo stay intact. The whole batch is rejected with 409 time_entry_locked when any row targets — by id, or by landing on its (project, date) cell — an entry frozen in a closed report.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchema"},"example":{"entries":[{"id":null,"date":"2025-01-01T00:00:00.000Z","timeProjectId":null,"durationMinutes":1,"notes":null,"taskId":null,"description":null,"rateOverrideAmount":null}]}}}},"responses":{"200":{"description":"Bulk save completed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"created":1,"updated":1,"deleted":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"One or more rows target a time entry locked in a closed report; nothing was saved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchema"},"example":{"code":"time_entry_locked","error":"string","lockedReportId":null,"lockedEntryIds":["00000000-0000-4000-8000-000000000000"],"lockedReportIds":["00000000-0000-4000-8000-000000000000"]}}}},"422":{"description":"Validation error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchema"},"example":{"ok":false,"errors":[{"path":"string","message":"string"}]}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-entries/bulk\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"entries\\\": [\n    {\n      \\\"id\\\": null,\n      \\\"date\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n      \\\"timeProjectId\\\": null,\n      \\\"durationMinutes\\\": 1,\n      \\\"notes\\\": null,\n      \\\"taskId\\\": null,\n      \\\"description\\\": null,\n      \\\"rateOverrideAmount\\\": null\n    }\n  ]\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/copy-day":{"post":{"operationId":"staff_post_staff_timesheets_time_entries_copy_day","summary":"Copy a day of time entries","description":"US-D6, screen 1 note 5. Copies every unlocked time entry the caller owns on `fromDate` onto `toDate` as editable drafts, and returns the created rows so they can be reviewed and corrected. Which day is \"the previous working day\" is the caller decision — this endpoint takes explicit dates and applies no weekend or holiday rule. A source entry locked into a closed report is skipped and reported in `skipped[]` with the shared `time_entry_locked` code (nothing is written to it, so the batch is not failed). The request is refused with 409 `copy_day_target_not_empty` when the target day already holds entries, so a repeated call cannot silently double a day; pass `allowDuplicates: true` to add the copies anyway. `staffMemberId` targets another member and requires `staff.timesheets.manage_all`. Every copy is written through the duplicate command and therefore through the create command, so ownership, project access, the billable and currency defaults and the tenant rounding rule apply to it exactly as they do to a hand-made entry.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchema"},"example":{"fromDate":"2025-01-01T00:00:00.000Z","toDate":"2025-01-01T00:00:00.000Z","allowDuplicates":false}}}},"responses":{"200":{"description":"Copies created, with the skipped sources reported","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"fromDate":"string","toDate":"string","staffMemberId":"00000000-0000-4000-8000-000000000000","copied":1,"created":[{"id":"00000000-0000-4000-8000-000000000000","sourceId":"00000000-0000-4000-8000-000000000000","date":"string","durationMinutes":1,"roundedMinutes":null,"timeProjectId":null,"taskId":null,"isBillable":true,"description":null,"tagIds":["00000000-0000-4000-8000-000000000000"]}],"skipped":[{"id":"00000000-0000-4000-8000-000000000000","reason":"string","lockedReportId":null,"error":null}]}}}},"400":{"description":"Invalid body, missing scope, or fromDate equal to toDate","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.manage_own, no linked staff member, or another member day without staff.timesheets.manage_all","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses403ContentApplicationJsonSchema"}}}},"409":{"description":"The target day already has entries; nothing was copied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchema"},"example":{"code":"copy_day_target_not_empty","error":"string","toDate":"string","existingEntryCount":1,"existingEntryIds":["00000000-0000-4000-8000-000000000000"]}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-entries/copy-day\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"fromDate\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"toDate\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"allowDuplicates\\\": false\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/overlaps":{"get":{"operationId":"staff_get_staff_timesheets_time_entries_overlaps","summary":"List time entries overlapping a candidate span","description":"Advisory, read-only lookup used by the time entry form to warn about conflicting entries. Overlapping time is allowed, so the result never blocks a save. Returns an empty list when the supplied time information is insufficient. Checking another staff member requires staff.timesheets.manage_all; without it the request is silently scoped to the caller.","tags":["Staff"],"parameters":[{"name":"date","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters0Schema"},"example":"string"},{"name":"startedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters1Schema"},"example":"string"},{"name":"endedAt","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters2Schema"},"example":"string"},{"name":"durationMinutes","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters3Schema"},"example":1},{"name":"excludeId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"staffMemberId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"Overlapping entries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","staff_member_id":"00000000-0000-4000-8000-000000000000","date":"string","started_at":"string","ended_at":"string","duration_minutes":1,"overlap_minutes":1,"crosses_midnight":true,"task_id":null,"task_title":null,"time_project_id":null,"project_name":null,"notes":null}],"total":1,"decision":"allow"}}}},"400":{"description":"Invalid query or missing scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/time-entries/overlaps?date=string\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/time-entries":{"get":{"operationId":"staff_get_staff_timesheets_time_entries","summary":"List timeentries","description":"Returns a paginated collection of timeentries scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters1Schema"},"example":1},{"name":"staffMemberId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"from","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters3Schema"},"example":"string"},{"name":"to","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters4Schema"},"example":"string"},{"name":"projectId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"taskId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters6Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters7Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"running","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters8Schema"},"example":"string"},{"name":"billable","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters9Schema"},"example":"string"},{"name":"locked","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters10Schema"},"example":"string"},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters11Schema"},"example":"string"},{"name":"customerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters12Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"tagIds","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters13Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters14Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetParameters15Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated timeentries","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"staff_member_id":null,"date":null,"duration_minutes":null,"rounded_minutes":null,"started_at":null,"ended_at":null,"notes":null,"time_project_id":null,"task_id":null,"customer_id":null,"deal_id":null,"order_id":null,"is_billable":null,"rate_override_amount":null,"rate_currency_code":null,"locked_report_id":null,"locked_at":null,"source":null,"created_at":null,"updated_at":null,"description":null,"roundedMinutes":null,"lockedReportId":null,"cost":null,"currencyCode":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/time-entries?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_timesheets_time_entries","summary":"Create timeentry","description":"Creates a time entry for a staff member. The note is accepted under either `notes` or `description` (`description` wins when both are sent). `roundedMinutes` is derived from the tenant rounding rule at write time and stored; `isBillable` falls back to the project default then the tenant default; `rateCurrencyCode` snapshots the project currency. `tagIds` is applied through the tag assignment command.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","staffMemberId":"00000000-0000-4000-8000-000000000000","date":"2025-01-01T00:00:00.000Z","durationMinutes":1,"startedAt":null,"endedAt":null,"timeProjectId":null,"customerId":null,"dealId":null,"orderId":null,"notes":null,"source":"manual","taskId":null,"description":null,"rateOverrideAmount":null}}},"description":"Creates a time entry for a staff member. The note is accepted under either `notes` or `description` (`description` wins when both are sent). `roundedMinutes` is derived from the tenant rounding rule at write time and stored; `isBillable` falls back to the project default then the tenant default; `rateCurrencyCode` snapshots the project currency. `tagIds` is applied through the tag assignment command."},"responses":{"201":{"description":"TimeEntry created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-entries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"staffMemberId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"date\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"durationMinutes\\\": 1,\n  \\\"startedAt\\\": null,\n  \\\"endedAt\\\": null,\n  \\\"timeProjectId\\\": null,\n  \\\"customerId\\\": null,\n  \\\"dealId\\\": null,\n  \\\"orderId\\\": null,\n  \\\"notes\\\": null,\n  \\\"source\\\": \\\"manual\\\",\n  \\\"taskId\\\": null,\n  \\\"description\\\": null,\n  \\\"rateOverrideAmount\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_time_entries","summary":"Update timeentry","description":"Updates a time entry by id. `durationMinutes`, `startedAt` and `endedAt` are reconciled so the stored set never contradicts itself: sending both clocks recomputes the duration from them (a duration sent alongside is advisory), sending one clock with a duration derives the other clock, and sending only a duration shifts `endedAt` while `startedAt` anchors. An `endedAt` earlier than its `startedAt` is stored on the next calendar day (a midnight crossing) and `date` still names the day the work started. Any change to the effective duration recomputes the stored rounded minutes from the tenant rounding rule; changing the project re-snapshots the currency. `tagIds` replaces the entry tag set through the tag assignment commands, which refuse an entry locked in a closed report.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","startedAt":null,"endedAt":null,"timeProjectId":null,"customerId":null,"dealId":null,"orderId":null,"notes":null,"taskId":null,"description":null,"rateOverrideAmount":null}}},"description":"Updates a time entry by id. `durationMinutes`, `startedAt` and `endedAt` are reconciled so the stored set never contradicts itself: sending both clocks recomputes the duration from them (a duration sent alongside is advisory), sending one clock with a duration derives the other clock, and sending only a duration shifts `endedAt` while `startedAt` anchors. An `endedAt` earlier than its `startedAt` is stored on the next calendar day (a midnight crossing) and `date` still names the day the work started. Any change to the effective duration recomputes the stored rounded minutes from the tenant rounding rule; changing the project re-snapshots the currency. `tagIds` replaces the entry tag set through the tag assignment commands, which refuse an entry locked in a closed report."},"responses":{"200":{"description":"TimeEntry updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/time-entries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"startedAt\\\": null,\n  \\\"endedAt\\\": null,\n  \\\"timeProjectId\\\": null,\n  \\\"customerId\\\": null,\n  \\\"dealId\\\": null,\n  \\\"orderId\\\": null,\n  \\\"notes\\\": null,\n  \\\"taskId\\\": null,\n  \\\"description\\\": null,\n  \\\"rateOverrideAmount\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_time_entries","summary":"Delete timeentry","description":"Deletes a time entry by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a time entry by id."},"responses":{"200":{"description":"TimeEntry deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/time-entries\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/start-timer":{"post":{"operationId":"staff_post_staff_timesheets_time_entries_start_timer","summary":"Start a timesheet timer","description":"Atomically creates a timer-sourced time entry and starts it (sets startedAt and creates the initial work segment) in a single transaction, so a partial failure cannot leave an orphaned, unstarted entry. An optional `taskId` is validated and stored by the same write, so starting a timer from a board card or the task drawer takes one request instead of a start followed by a link that can fail; when only `taskId` is sent, the project follows from the task.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","staffMemberId":"00000000-0000-4000-8000-000000000000","date":"2025-01-01T00:00:00.000Z","timeProjectId":null,"taskId":null,"notes":null}}}},"responses":{"201":{"description":"Timer started","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchema"},"example":{"ok":true,"id":null}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Another timer is already running for this staff member","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"422":{"description":"Referenced time project or task not found, out of scope, or the task belongs to another project","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses422ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-entries/start-timer\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"staffMemberId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"date\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"timeProjectId\\\": null,\n  \\\"taskId\\\": null,\n  \\\"notes\\\": null\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-projects":{"get":{"operationId":"staff_get_staff_timesheets_time_projects","summary":"List time projects","description":"Returns a paginated collection of time projects scoped to the authenticated organization. Rows are intersected with the caller's project access: without staff.timesheets.projects.manage only projects the caller is an active member of are returned. Asking for a single id the caller may not see answers 404 with reason=no_project_access and never names the project or its customer; the same 404 covers ids that do not exist, so the endpoint cannot be used to enumerate projects.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters1Schema"},"example":1},{"name":"q","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"projectType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters4Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters5Schema"},"example":"string"},{"name":"customerId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters6Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"mine","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters7Schema"},"example":"string"},{"name":"include","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters8Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters9Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetParameters10Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated time projects","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"name":null,"code":null,"description":null,"project_type":null,"color":null,"status":null,"customer_id":null,"customer_snapshot":null,"owner_user_id":null,"cost_center":null,"start_date":null,"hourly_rate":null,"currency_code":null,"billable_by_default":null,"budget_kind":null,"budget_value":null,"budget_warn_at_percent":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"The caller is not a member of the requested project (or it does not exist)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses404ContentApplicationJsonSchema"},"example":{"error":"string","reason":"no_project_access"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/time-projects?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_timesheets_time_projects","summary":"Create timeproject","description":"Creates a time project.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","customerId":"00000000-0000-4000-8000-000000000000","customerSnapshot":null,"code":"string","description":null,"projectType":null,"color":null,"status":"active","ownerUserId":null,"costCenter":null,"startDate":null,"hourlyRate":null,"currencyCode":null,"budgetKind":"none","budgetValue":null}}},"description":"Creates a time project."},"responses":{"201":{"description":"TimeProject created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-projects\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"customerId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"customerSnapshot\\\": null,\n  \\\"code\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"projectType\\\": null,\n  \\\"color\\\": null,\n  \\\"status\\\": \\\"active\\\",\n  \\\"ownerUserId\\\": null,\n  \\\"costCenter\\\": null,\n  \\\"startDate\\\": null,\n  \\\"hourlyRate\\\": null,\n  \\\"currencyCode\\\": null,\n  \\\"budgetKind\\\": \\\"none\\\",\n  \\\"budgetValue\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_time_projects","summary":"Update timeproject","description":"Updates a time project by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","customerId":null,"customerSnapshot":null,"description":null,"projectType":null,"color":null,"ownerUserId":null,"costCenter":null,"startDate":null,"hourlyRate":null,"budgetValue":null}}},"description":"Updates a time project by id."},"responses":{"200":{"description":"TimeProject updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/time-projects\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"customerId\\\": null,\n  \\\"customerSnapshot\\\": null,\n  \\\"description\\\": null,\n  \\\"projectType\\\": null,\n  \\\"color\\\": null,\n  \\\"ownerUserId\\\": null,\n  \\\"costCenter\\\": null,\n  \\\"startDate\\\": null,\n  \\\"hourlyRate\\\": null,\n  \\\"budgetValue\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_time_projects","summary":"Delete timeproject","description":"Soft-deletes a time project by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Soft-deletes a time project by id."},"responses":{"200":{"description":"TimeProject deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/time-projects\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/portal/time-reports/{id}":{"get":{"operationId":"staff_get_staff_portal_time_reports_id","summary":"Read one closed time report belonging to the signed-in customer","description":"Loads the report by id **together with** the tenant, organization, customer and closed-status predicates, so a report belonging to another customer of the same organization answers 404. Returns the frozen minute totals per project; no rate, cost, amount or currency is present in the response.","tags":["Staff Portal"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetParameters0Schema"},"example":"00000000-0000-4000-8000-000000000000"}],"responses":{"200":{"description":"The report","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","reference":"string","title":"string","periodFrom":"string","periodTo":"string","closedAt":null,"totalBillableMinutes":1,"totalNonbillableMinutes":1,"projects":[{"timeProjectId":null,"projectName":null,"billableMinutes":1,"nonbillableMinutes":1}]}}}},"401":{"description":"Not signed in to the portal","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses401ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"403":{"description":"The portal account is not linked to a customer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses403ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}},"404":{"description":"No closed report with that id belongs to this customer","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses404ContentApplicationJsonSchema"},"example":{"ok":false,"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/portal/time-reports/00000000-0000-4000-8000-000000000000\" \\\n  -H \"Accept: application/json\""}]}},"/staff/timesheets/my-projects/{projectId}":{"patch":{"operationId":"staff_patch_staff_timesheets_my_projects_projectId","summary":"Toggle grid visibility for one of the caller's assigned time projects","description":"Self-service endpoint. Only the authenticated user can toggle `show_in_grid` on their own active membership for the given project. Does not require the admin-only `staff.timesheets.projects.manage` feature.","tags":["Staff"],"parameters":[{"name":"projectId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"showInGrid":true}}}},"responses":{"200":{"description":"Visibility updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"showInGrid":true}}}},"400":{"description":"Invalid input","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"No staff member linked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"404":{"description":"Project membership not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/staff/timesheets/my-projects/:projectId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"showInGrid\\\": true\n}\""}],"x-require-auth":true}},"/staff/timesheets/reports/{id}/close":{"post":{"operationId":"staff_post_staff_timesheets_reports_id_close","summary":"Close and lock a customer report","description":"Freezes the report: writes one staff_time_report_entries snapshot per covered entry (raw minutes, rounded minutes, rate, currency, amount, billable), stamps locked_report_id / locked_at on entries that are not already locked by an earlier report, freezes the report totals and appends a `closed` event — all in one transaction. Exporting never locks; this endpoint is the only thing that does.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostParameters0Schema"}}],"responses":{"200":{"description":"Report closed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"closed","lockedEntryCount":1,"totalAmount":1,"totalBillableMinutes":1,"totalNonbillableMinutes":1}}}},"400":{"description":"Missing report id or scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.lock, or refused by a registered report approval policy","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Report not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Report is already closed (report_closed)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses409ContentApplicationJsonSchema"}}}},"422":{"description":"Report covers no entries (report_empty)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/reports/:id/close\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/reports/{id}/export":{"get":{"operationId":"staff_get_staff_timesheets_reports_id_export","summary":"Export a customer report","description":"Renders the report as `pdf` (mirrors the on-screen sheet, client-facing), `csv` or `xlsx` (raw accounting columns: date, project, task, person, description, raw and rounded minutes, billable, rate, amount). Honours the report grouping — overridable per request with `?grouping=` — plus its filters, rounding and currency. Appends an `exported` report event; exporting never locks entries. Rates and amounts are omitted for a caller without staff.timesheets.rates.view.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdExportGetParameters0Schema"}},{"name":"format","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdExportGetParameters1Schema"},"example":"pdf"},{"name":"grouping","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdExportGetParameters2Schema"},"example":"project_task"}],"responses":{"200":{"description":"The rendered report file","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdExportGetResponses200ContentApplicationJsonSchema"}}}},"400":{"description":"Unsupported format","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdExportGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdExportGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.reports.view","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdExportGetResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Report not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdExportGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/reports/:id/export?format=pdf\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/reports/{id}/sheet":{"get":{"operationId":"staff_get_staff_timesheets_reports_id_sheet","summary":"Read a customer report sheet","description":"Returns the report header, the grouped sheet, the raw entry rows and the close/unlock/export history. A draft is computed live; a closed report is rebuilt from its own frozen snapshots so a later rounding or rate change cannot restate it. `?grouping=project_task|project_person|project_day` re-groups the same numbers without persisting the choice — the grand total is invariant under it (D-7). Amounts are omitted for a caller without staff.timesheets.rates.view.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetParameters0Schema"}}],"responses":{"200":{"description":"Report sheet","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchema"},"example":{"report":{"id":"00000000-0000-4000-8000-000000000000","reference":"string","title":"string","status":"draft","currencyCode":null,"periodFrom":null,"periodTo":null,"showRates":true},"totals":{"entryCount":1,"billableMinutes":1,"nonbillableMinutes":1,"totalAmount":null},"rowCount":1,"rowsTruncated":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.reports.view","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Report not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/reports/:id/sheet\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/reports/{id}/unlock":{"post":{"operationId":"staff_post_staff_timesheets_reports_id_unlock","summary":"Unlock a closed customer report","description":"Clears locked_report_id / locked_at on every entry this report froze, removes its freeze records so a previously billed hour stops being counted as already reported, returns the report to draft and appends an `unlocked` event carrying the reason, the actor and the totals that were frozen. The reason is mandatory. Requires staff.timesheets.reports.unlock, which is deliberately separate from staff.timesheets.lock.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostRequestBodyContentApplicationJsonSchema"},"example":{"reason":"string"}}}},"responses":{"200":{"description":"Report unlocked","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","status":"draft","unlockedEntryCount":1}}}},"400":{"description":"Missing or empty reason","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.reports.unlock, or refused by a registered report approval policy","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Report not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Report is not closed (report_not_closed)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/reports/:id/unlock\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"reason\\\": \\\"string\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/tasks/{id}/comments":{"get":{"operationId":"staff_get_staff_timesheets_tasks_id_comments","summary":"List task comments","description":"Returns the task comment thread oldest-first, with the author display name resolved for rendering. Answers 404 — identical to a task that does not exist — when the task belongs to a project the caller cannot see.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetParameters2Schema"},"example":1}],"responses":{"200":{"description":"Comment thread","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","taskId":"00000000-0000-4000-8000-000000000000","body":"string","authorUserId":null,"authorName":null,"authorEmail":null,"createdAt":null,"updatedAt":null}],"total":1,"page":1,"pageSize":1,"totalPages":1}}}},"400":{"description":"Missing task id or organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.tasks.view","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Task not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/tasks/:id/comments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_timesheets_tasks_id_comments","summary":"Post a task comment","description":"Adds a comment to the task. The author is stamped from the authenticated caller — an authorUserId supplied by the client is ignored.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostRequestBodyContentApplicationJsonSchema"},"example":{"body":"string"}}}},"responses":{"201":{"description":"Comment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"taskId":"00000000-0000-4000-8000-000000000000","authorUserId":null}}}},"400":{"description":"Invalid payload, missing task id or organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.tasks.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Task not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses404ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/tasks/:id/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"body\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_tasks_id_comments","summary":"Edit a task comment","description":"Updates a comment body. Only the comment author may edit, unless the caller holds staff.timesheets.manage_all. Honours the optimistic-lock header.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","body":"string"}}}},"responses":{"200":{"description":"Comment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Invalid payload, missing task id or organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Not the author and missing staff.timesheets.manage_all","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Task or comment not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Optimistic lock conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/tasks/:id/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"body\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_tasks_id_comments","summary":"Delete a task comment","description":"Soft-deletes a comment so its audit trail survives. Only the comment author may delete, unless the caller holds staff.timesheets.manage_all.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Comment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"400":{"description":"Missing comment id, task id or organization scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Not the author and missing staff.timesheets.manage_all","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Task or comment not found or not accessible","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Optimistic lock conflict","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses409ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/tasks/:id/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/tasks/{id}/status":{"patch":{"operationId":"staff_patch_staff_timesheets_tasks_id_status","summary":"Move a task to another board column","description":"Moves a task to the requested status column and slot. `position` is optional — omitting it appends the task to the end of the target column, which is what the drawer subtask tick does. The target status must belong to the task project (422 otherwise). Landing on a done column stamps `closedAt`, leaving one clears it. Send the record version in `x-om-ext-optimistic-lock-expected-updated-at`: a stale version answers 409 so an optimistic board can roll the card back to its origin column. Emits `staff.timesheets.time_task.status_changed`, which is bridged to connected boards.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchRequestBodyContentApplicationJsonSchema"},"example":{"taskStatusId":"00000000-0000-4000-8000-000000000000"}}}},"responses":{"200":{"description":"Task moved","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","timeProjectId":"00000000-0000-4000-8000-000000000000","previousTaskStatusId":null,"taskStatusId":"00000000-0000-4000-8000-000000000000","position":null,"closedAt":null,"updatedAt":null}}}},"400":{"description":"Invalid task id or body","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.tasks.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Task not found, or not on a project the caller can see","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"The task changed since the version the caller sent","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchema"},"example":{"code":"optimistic_lock_conflict","error":"string","currentUpdatedAt":"string","expectedUpdatedAt":"string"}}}},"422":{"description":"The target column does not belong to this project","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses422ContentApplicationJsonSchema"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/staff/timesheets/tasks/:id/status\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"taskStatusId\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/{id}/duplicate":{"post":{"operationId":"staff_post_staff_timesheets_time_entries_id_duplicate","summary":"Duplicate a time entry","description":"US-D6. Copies an existing time entry, carrying its task, project, description, billable flag and rate override across. `date` and `durationMinutes` override the copy without a second request; `tagIds` sets the copy tag set (the caller passes the source tags it already holds from the list response). The copy is written through the create command, so ownership, project access, the billable and currency defaults, and the tenant rounding rule apply to it exactly as they do to a hand-made entry. A source locked into a closed report is refused with 409 `time_entry_locked`; a source the caller cannot see answers 404.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchema"},"example":{}}}},"responses":{"201":{"description":"Copy created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","sourceId":"00000000-0000-4000-8000-000000000000"}}}},"400":{"description":"Invalid body or missing scope","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.manage_own","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Time entry not found, deleted, or outside the caller project access","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"The source entry is locked into a closed report; nothing was copied","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchema"},"example":{"code":"time_entry_locked","error":"string","lockedReportId":null,"lockedEntryIds":["00000000-0000-4000-8000-000000000000"],"lockedReportIds":["00000000-0000-4000-8000-000000000000"]}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-entries/:id/duplicate\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{}\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/{id}/segments/{segmentId}":{"patch":{"operationId":"staff_patch_staff_timesheets_time_entries_id_segments_segmentId","summary":"Update a time entry segment","description":"Updates fields on an existing time entry segment (startedAt, endedAt, segmentType).","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchParameters0Schema"}},{"name":"segmentId","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchParameters1Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchema"},"example":{"endedAt":null}}}},"responses":{"200":{"description":"Segment updated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"item":{"id":"string","timeEntryId":"string","startedAt":"string","endedAt":null,"segmentType":"work","createdAt":"string","updatedAt":"string"}}}}},"400":{"description":"Invalid payload or missing segment id","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Segment not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PATCH \"https://crm.textunited.com/api/staff/timesheets/time-entries/:id/segments/:segmentId\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"endedAt\\\": null\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/{id}/segments":{"post":{"operationId":"staff_post_staff_timesheets_time_entries_id_segments","summary":"Add a segment to a time entry","description":"Creates a new work or break segment for the specified time entry.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","timeEntryId":"00000000-0000-4000-8000-000000000000","startedAt":"2025-01-01T00:00:00.000Z","endedAt":null,"segmentType":"work"}}}},"responses":{"201":{"description":"Segment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","timeEntryId":"00000000-0000-4000-8000-000000000000","startedAt":"string","endedAt":null,"segmentType":"work","createdAt":"string"}}}},"400":{"description":"Invalid payload","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses400ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Time entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-entries/:id/segments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timeEntryId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"startedAt\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"endedAt\\\": null,\n  \\\"segmentType\\\": \\\"work\\\"\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/{id}/timer-start":{"post":{"operationId":"staff_post_staff_timesheets_time_entries_id_timer_start","summary":"Start timer for a time entry","description":"Starts the timer on a time entry by setting startedAt and creating an initial work segment.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostParameters0Schema"}}],"responses":{"200":{"description":"Timer started","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Time entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"Timer already started, another timer is already running for this staff member, or the entry is locked in a closed report (code time_entry_locked)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string","lockedReportId":null}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-entries/:id/timer-start\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/time-entries/{id}/timer-stop":{"post":{"operationId":"staff_post_staff_timesheets_time_entries_id_timer_stop","summary":"Stop timer for a time entry","description":"Stops the active timer segment, recalculates total work duration in minutes, and updates the time entry.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostParameters0Schema"}}],"responses":{"200":{"description":"Timer stopped","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"durationMinutes":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"404":{"description":"Time entry not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses404ContentApplicationJsonSchema"},"example":{"error":"string"}}}},"409":{"description":"No active timer segment, or the entry is locked in a closed report (code time_entry_locked)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchema"},"example":{"error":"string","lockedReportId":null}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-entries/:id/timer-stop\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true}},"/staff/timesheets/time-projects/{id}/change-currency":{"post":{"operationId":"staff_post_staff_timesheets_time_projects_id_change_currency","summary":"Change a time project currency","description":"Relabels the project currency without converting any historical amount. Requires an explicit `acknowledged: true` and is refused while any of the project entries is locked into a closed report.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostRequestBodyContentApplicationJsonSchema"},"example":{"acknowledged":true}}}},"responses":{"200":{"description":"Currency relabelled","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","currencyCode":"string","previousCurrencyCode":null,"converted":false}}}},"400":{"description":"Invalid body, or the change was not acknowledged","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses400ContentApplicationJsonSchema"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses401ContentApplicationJsonSchema"}}}},"403":{"description":"Missing staff.timesheets.projects.manage","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses403ContentApplicationJsonSchema"}}}},"404":{"description":"Time project not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses404ContentApplicationJsonSchema"}}}},"409":{"description":"Project has entries locked into a closed report","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchema"},"example":{"code":"project_has_locked_entries","error":"string","lockedEntryCount":1,"lockedReports":[{"id":"00000000-0000-4000-8000-000000000000","reference":null,"title":null}]}}}}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-projects/:id/change-currency\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"acknowledged\\\": true\n}\""}],"x-require-auth":true}},"/staff/timesheets/time-projects/{id}/employees":{"get":{"operationId":"staff_get_staff_timesheets_time_projects_id_employees","summary":"List time project members","description":"Returns a paginated collection of time project members scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters0Schema"}},{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters1Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters2Schema"},"example":1},{"name":"timeProjectId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters3Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters4Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters5Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters6Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters7Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated time project members","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"time_project_id":null,"staff_member_id":null,"role":null,"status":null,"assigned_start_date":null,"assigned_end_date":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/timesheets/time-projects/:id/employees?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_timesheets_time_projects_id_employees","summary":"Create timeprojectmember","description":"Assigns an employee to a time project.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","timeProjectId":"00000000-0000-4000-8000-000000000000","staffMemberId":"00000000-0000-4000-8000-000000000000","role":null,"status":"active","assignedStartDate":"2025-01-01T00:00:00.000Z","assignedEndDate":null}}},"description":"Assigns an employee to a time project."},"responses":{"201":{"description":"TimeProjectMember created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/timesheets/time-projects/:id/employees\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timeProjectId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"staffMemberId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"role\\\": null,\n  \\\"status\\\": \\\"active\\\",\n  \\\"assignedStartDate\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"assignedEndDate\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_timesheets_time_projects_id_employees","summary":"Update timeprojectmember","description":"Updates an existing assignment (role, status, assignment end date) without unassigning the employee.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","role":null,"assignedEndDate":null}}},"description":"Updates an existing assignment (role, status, assignment end date) without unassigning the employee."},"responses":{"200":{"description":"TimeProjectMember updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses200ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/timesheets/time-projects/:id/employees\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"role\\\": null,\n  \\\"assignedEndDate\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_timesheets_time_projects_id_employees","summary":"Delete timeprojectmember","description":"Unassigns an employee from a time project.","tags":["Staff"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteParameters0Schema"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Unassigns an employee from a time project."},"responses":{"200":{"description":"TimeProjectMember deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/timesheets/time-projects/:id/employees\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/activities":{"get":{"operationId":"staff_get_staff_activities","summary":"List teammemberactivitys","description":"Returns a paginated collection of teammemberactivitys scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated teammemberactivitys","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","member_id":null,"activity_type":null,"subject":null,"body":null,"occurred_at":null,"author_user_id":null,"appearance_icon":null,"appearance_color":null,"organization_id":null,"tenant_id":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/activities?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_activities","summary":"Create teammemberactivity","description":"Adds an activity to a team member timeline.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","activityType":"string","appearanceIcon":null,"appearanceColor":null}}},"description":"Adds an activity to a team member timeline."},"responses":{"201":{"description":"TeamMemberActivity created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"authorUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"activityType\\\": \\\"string\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_activities","summary":"Update teammemberactivity","description":"Updates a team member activity.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","appearanceIcon":null,"appearanceColor":null}}},"description":"Updates a team member activity."},"responses":{"200":{"description":"TeamMemberActivity updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_activities","summary":"Delete teammemberactivity","description":"Deletes a team member activity.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a team member activity."},"responses":{"200":{"description":"TeamMemberActivity deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffActivitiesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/activities\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/addresses":{"get":{"operationId":"staff_get_staff_addresses","summary":"List teammemberaddresss","description":"Returns a paginated collection of teammemberaddresss scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated teammemberaddresss","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","member_id":null,"name":null,"purpose":null,"company_name":null,"address_line1":null,"address_line2":null,"building_number":null,"flat_number":null,"city":null,"region":null,"postal_code":null,"country":null,"latitude":null,"longitude":null,"is_primary":null,"organization_id":null,"tenant_id":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/addresses?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_addresses","summary":"Create teammemberaddress","description":"Adds a team member address.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","addressLine1":"string"}}},"description":"Adds a team member address."},"responses":{"201":{"description":"TeamMemberAddress created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/addresses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"addressLine1\\\": \\\"string\\\"\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_addresses","summary":"Update teammemberaddress","description":"Updates a team member address.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Updates a team member address."},"responses":{"200":{"description":"TeamMemberAddress updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/addresses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_addresses","summary":"Delete teammemberaddress","description":"Deletes a team member address.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a team member address."},"responses":{"200":{"description":"TeamMemberAddress deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffAddressesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/addresses\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/comments":{"get":{"operationId":"staff_get_staff_comments","summary":"List teammembercomments","description":"Returns a paginated collection of teammembercomments scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated teammembercomments","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","member_id":null,"body":null,"author_user_id":null,"appearance_icon":null,"appearance_color":null,"organization_id":null,"tenant_id":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/comments?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_comments","summary":"Create teammembercomment","description":"Adds a note to a team member timeline.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","body":"string","appearanceIcon":null,"appearanceColor":null}}},"description":"Adds a note to a team member timeline."},"responses":{"201":{"description":"TeamMemberComment created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null,"authorUserId":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"body\\\": \\\"string\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_comments","summary":"Update teammembercomment","description":"Updates a team member note.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","appearanceIcon":null,"appearanceColor":null}}},"description":"Updates a team member note."},"responses":{"200":{"description":"TeamMemberComment updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_comments","summary":"Delete teammembercomment","description":"Deletes a team member note.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a team member note."},"responses":{"200":{"description":"TeamMemberComment deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffCommentsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/comments\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/job-histories":{"get":{"operationId":"staff_get_staff_job_histories","summary":"List teammemberjobhistorys","description":"Returns a paginated collection of teammemberjobhistorys scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetParameters1Schema"},"example":1},{"name":"entityId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetParameters2Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetParameters3Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetParameters4Schema"},"example":"asc"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."}],"responses":{"200":{"description":"Paginated teammemberjobhistorys","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":"00000000-0000-4000-8000-000000000000","member_id":null,"name":null,"company_name":null,"description":null,"start_date":null,"end_date":null,"organization_id":null,"tenant_id":null,"created_at":null,"updated_at":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/job-histories?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_job_histories","summary":"Create teammemberjobhistory","description":"Adds a team member job history entry.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","entityId":"00000000-0000-4000-8000-000000000000","name":"string","companyName":null,"description":null,"startDate":"2025-01-01T00:00:00.000Z","endDate":null}}},"description":"Adds a team member job history entry."},"responses":{"201":{"description":"TeamMemberJobHistory created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/job-histories\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"entityId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"companyName\\\": null,\n  \\\"description\\\": null,\n  \\\"startDate\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"endDate\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_job_histories","summary":"Update teammemberjobhistory","description":"Updates a team member job history entry.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","companyName":null,"description":null,"endDate":null}}},"description":"Updates a team member job history entry."},"responses":{"200":{"description":"TeamMemberJobHistory updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/job-histories\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"companyName\\\": null,\n  \\\"description\\\": null,\n  \\\"endDate\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_job_histories","summary":"Delete teammemberjobhistory","description":"Deletes a team member job history entry.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a team member job history entry."},"responses":{"200":{"description":"TeamMemberJobHistory deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/job-histories\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/leave-requests":{"get":{"operationId":"staff_get_staff_leave_requests","summary":"List leave requests","description":"Returns a paginated collection of leave requests scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetParameters2Schema"},"example":"string"},{"name":"status","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetParameters3Schema"},"example":"pending"},{"name":"memberId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetParameters5Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetParameters6Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetParameters7Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated leave requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"member_id":null,"start_date":null,"end_date":null,"timezone":null,"status":null,"unavailability_reason_entry_id":null,"unavailability_reason_value":null,"note":null,"decision_comment":null,"submitted_by_user_id":null,"decided_by_user_id":null,"decided_at":null,"created_at":null,"updated_at":null,"member":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/leave-requests?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_leave_requests","summary":"Create leave request","description":"Creates a leave request for a staff member.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","memberId":"00000000-0000-4000-8000-000000000000","timezone":"string","startDate":"2025-01-01T00:00:00.000Z","endDate":"2025-01-01T00:00:00.000Z","unavailabilityReasonEntryId":null,"unavailabilityReasonValue":null,"note":null,"submittedByUserId":null}}},"description":"Creates a leave request for a staff member."},"responses":{"201":{"description":"Leave request created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/leave-requests\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"memberId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"timezone\\\": \\\"string\\\",\n  \\\"startDate\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"endDate\\\": \\\"2025-01-01T00:00:00.000Z\\\",\n  \\\"unavailabilityReasonEntryId\\\": null,\n  \\\"unavailabilityReasonValue\\\": null,\n  \\\"note\\\": null,\n  \\\"submittedByUserId\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_leave_requests","summary":"Update leave request","description":"Updates a leave request by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","unavailabilityReasonEntryId":null,"unavailabilityReasonValue":null,"note":null}}},"description":"Updates a leave request by id."},"responses":{"200":{"description":"Leave request updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/leave-requests\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"unavailabilityReasonEntryId\\\": null,\n  \\\"unavailabilityReasonValue\\\": null,\n  \\\"note\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_leave_requests","summary":"Delete leave request","description":"Deletes a leave request by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a leave request by id."},"responses":{"200":{"description":"Leave request deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/leave-requests\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/team-members":{"get":{"operationId":"staff_get_staff_team_members","summary":"List team members","description":"Returns a paginated collection of team members scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters2Schema"},"example":"string"},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters3Schema"},"example":"string"},{"name":"teamId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"roleId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters5Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters6Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters7Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetParameters8Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated team members","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"team_id":null,"display_name":null,"description":null,"user_id":null,"availability_rule_set_id":null,"is_active":null,"created_at":null,"updated_at":null,"user":null,"team":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/team-members?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_team_members","summary":"Create team member","description":"Creates a team member for staff assignments.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","teamId":null,"displayName":"string","description":null,"userId":null,"roleIds":[],"tags":[],"availabilityRuleSetId":null}}},"description":"Creates a team member for staff assignments."},"responses":{"201":{"description":"Team member created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/team-members\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"teamId\\\": null,\n  \\\"displayName\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"userId\\\": null,\n  \\\"roleIds\\\": [],\n  \\\"tags\\\": [],\n  \\\"availabilityRuleSetId\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_team_members","summary":"Update team member","description":"Updates a team member by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","teamId":null,"description":null,"userId":null,"availabilityRuleSetId":null}}},"description":"Updates a team member by id."},"responses":{"200":{"description":"Team member updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true,"updatedAt":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/team-members\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"teamId\\\": null,\n  \\\"description\\\": null,\n  \\\"userId\\\": null,\n  \\\"availabilityRuleSetId\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_team_members","summary":"Delete team member","description":"Deletes a team member by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a team member by id."},"responses":{"200":{"description":"Team member deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/team-members\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/team-roles":{"get":{"operationId":"staff_get_staff_team_roles","summary":"List team roles","description":"Returns a paginated collection of team roles scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"teamId","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetParameters4Schema"},"example":"00000000-0000-4000-8000-000000000000"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetParameters5Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetParameters6Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated team roles","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"team_id":null,"name":null,"description":null,"appearance_icon":null,"appearance_color":null,"created_at":null,"updated_at":null,"team":null,"memberCount":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/team-roles?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_team_roles","summary":"Create team role","description":"Creates a team role for staff team members.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","teamId":null,"name":"string","description":null,"appearanceIcon":null,"appearanceColor":null}}},"description":"Creates a team role for staff team members."},"responses":{"201":{"description":"Team role created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/team-roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"teamId\\\": null,\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null,\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_team_roles","summary":"Update team role","description":"Updates a team role by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","teamId":null,"description":null,"appearanceIcon":null,"appearanceColor":null}}},"description":"Updates a team role by id."},"responses":{"200":{"description":"Team role updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/team-roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"teamId\\\": null,\n  \\\"description\\\": null,\n  \\\"appearanceIcon\\\": null,\n  \\\"appearanceColor\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_team_roles","summary":"Delete team role","description":"Deletes a team role by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a team role by id."},"responses":{"200":{"description":"Team role deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/team-roles\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}},"/staff/teams":{"get":{"operationId":"staff_get_staff_teams","summary":"List teams","description":"Returns a paginated collection of teams scoped to the authenticated organization.","tags":["Staff"],"parameters":[{"name":"page","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetParameters0Schema"},"example":1},{"name":"pageSize","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetParameters1Schema"},"example":1},{"name":"search","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetParameters2Schema"},"example":"string"},{"name":"ids","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetParameters3Schema"},"example":"string","description":"Comma-separated list of record UUIDs to filter by (max 200)."},{"name":"isActive","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetParameters4Schema"},"example":"string"},{"name":"sortField","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetParameters5Schema"},"example":"string"},{"name":"sortDir","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetParameters6Schema"},"example":"asc"}],"responses":{"200":{"description":"Paginated teams","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchema"},"example":{"items":[{"id":null,"organization_id":null,"tenant_id":null,"name":null,"description":null,"is_active":null,"created_at":null,"updated_at":null,"memberCount":null}],"total":1,"totalPages":1}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X GET \"https://crm.textunited.com/api/staff/teams?page=1&pageSize=50\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\""}],"x-require-auth":true},"post":{"operationId":"staff_post_staff_teams","summary":"Create team","description":"Creates a staff team.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchema"},"example":{"tenantId":"00000000-0000-4000-8000-000000000000","organizationId":"00000000-0000-4000-8000-000000000000","name":"string","description":null}}},"description":"Creates a staff team."},"responses":{"201":{"description":"Team created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostResponses201ContentApplicationJsonSchema"},"example":{"id":null}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X POST \"https://crm.textunited.com/api/staff/teams\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"tenantId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"organizationId\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"name\\\": \\\"string\\\",\n  \\\"description\\\": null\n}\""}],"x-require-auth":true},"put":{"operationId":"staff_put_staff_teams","summary":"Update team","description":"Updates a staff team by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000","description":null}}},"description":"Updates a staff team by id."},"responses":{"200":{"description":"Team updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X PUT \"https://crm.textunited.com/api/staff/teams\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\",\n  \\\"description\\\": null\n}\""}],"x-require-auth":true},"delete":{"operationId":"staff_delete_staff_teams","summary":"Delete team","description":"Deletes a staff team by id.","tags":["Staff"],"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsDeleteRequestBodyContentApplicationJsonSchema"},"example":{"id":"00000000-0000-4000-8000-000000000000"}}},"description":"Deletes a staff team by id."},"responses":{"200":{"description":"Team deleted","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsDeleteResponses200ContentApplicationJsonSchema"},"example":{"ok":true}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsDeleteResponses401ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true},"403":{"description":"Forbidden – missing required features","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocPathsStaffTeamsDeleteResponses403ContentApplicationJsonSchema"},"example":{"error":"string"}}},"x-autoGenerated":true}},"security":[{"bearerAuth":[]}],"x-codeSamples":[{"lang":"curl","label":"cURL","source":"curl -X DELETE \"https://crm.textunited.com/api/staff/teams\" \\\n  -H \"Accept: application/json\" \\\n  -H \"authorization: Bearer <token>\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\n  \\\"id\\\": \\\"00000000-0000-4000-8000-000000000000\\\"\n}\""}],"x-require-auth":true}}},"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"Send an `Authorization: Bearer <token>` header with a valid API token."}},"schemas":{"DocPathsAuthLocaleGetParameters0Schema":{"type":"string"},"DocPathsAuthLocaleGetParameters1Schema":{"type":"string"},"DocPathsAuthLocaleGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthLocaleGetResponses302ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthLocaleGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthLocaleGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthLocaleGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthLocalePostRequestBodyContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsAuthLocalePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsAuthLocalePostRequestBodyContentApplicationJsonSchemaPropertiesLocale"}},"required":["locale"],"additionalProperties":false},"DocPathsAuthLocalePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsAuthLocalePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthLocalePostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAuthLocalePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthLocalePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthLocalePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesNameAnyOf0":{"type":"null"},"DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesNameAnyOf1":{"type":"string"},"DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesNameAnyOf1"}]},"DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"string"},"DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsAuthProfileGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesEmail"},"name":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesName"},"roles":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses200ContentApplicationJsonSchemaPropertiesRoles"}},"required":["email","roles"],"additionalProperties":false},"DocPathsAuthProfileGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthProfileGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthProfileGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthProfileGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthProfileGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesCurrentPassword":{"type":"string","minLength":1},"DocPathsAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesPassword":{"type":"string","minLength":6},"DocPathsAuthProfilePutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"currentPassword":{"$ref":"#/components/schemas/DocPathsAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesCurrentPassword"},"password":{"$ref":"#/components/schemas/DocPathsAuthProfilePutRequestBodyContentApplicationJsonSchemaPropertiesPassword"}},"additionalProperties":false},"DocPathsAuthProfilePutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthProfilePutResponses200ContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsAuthProfilePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthProfilePutResponses200ContentApplicationJsonSchemaPropertiesOk"},"email":{"$ref":"#/components/schemas/DocPathsAuthProfilePutResponses200ContentApplicationJsonSchemaPropertiesEmail"}},"required":["ok","email"],"additionalProperties":false},"DocPathsAuthProfilePutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthProfilePutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthProfilePutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthProfilePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthProfilePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthProfilePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesAclGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuthRolesAclGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string"},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0":{"type":"null"},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items":{"type":"string"},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items"}},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1"}]},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"},"features":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"},"organizations":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizations"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["isSuperAdmin","features","organizations","updatedAt"],"additionalProperties":false},"DocPathsAuthRolesAclGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesAclGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesAclGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesAclGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesAclGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesAclGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesAclGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesAclGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesAclGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string"},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0":{"type":"null"},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items":{"type":"string"},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items"}},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1"}]},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleId":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesRoleId"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesIsSuperAdmin"},"features":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeatures"},"organizations":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizations"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["roleId"],"additionalProperties":false},"DocPathsAuthRolesAclPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthRolesAclPutResponses200ContentApplicationJsonSchemaPropertiesSanitized":{"type":"boolean"},"DocPathsAuthRolesAclPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"sanitized":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses200ContentApplicationJsonSchemaPropertiesSanitized"}},"required":["ok","sanitized"],"additionalProperties":false},"DocPathsAuthRolesAclPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesAclPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesAclPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesAclPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesAclPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesAclPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesAclPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesAclPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesAclPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuthRolesGetParameters1Schema":{"type":"number"},"DocPathsAuthRolesGetParameters2Schema":{"type":"number"},"DocPathsAuthRolesGetParameters3Schema":{"type":"string"},"DocPathsAuthRolesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUsersCount":{"type":"number"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdsItems":{"type":"string","format":"uuid"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdsItems"}},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"usersCount":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUsersCount"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantIds":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIds"},"tenantName":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","usersCount","tenantId","tenantName"],"additionalProperties":false},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsAuthRolesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsAuthRolesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":2,"maxLength":100},"DocPathsAuthRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsAuthRolesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsAuthRolesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuthRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["name"],"additionalProperties":false},"DocPathsAuthRolesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthRolesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthRolesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsAuthRolesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":2,"maxLength":100},"DocPathsAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsAuthRolesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuthRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["id"],"additionalProperties":false},"DocPathsAuthRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthRolesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAuthRolesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuthRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthRolesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAuthRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthRolesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles":{"type":"boolean"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPreference":{"type":"boolean"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName"},"hasPreference":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPreference"}},"required":["id","name","hasPreference"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType":{"type":"string","enum":["user"]},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType":{"type":"string","enum":["role"]},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType"},"roleId":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId"}},"required":["type","roleId"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScope":{"oneOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1"}]},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesLocale"},"settings":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesSettings"},"canApplyToRoles":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles"},"roles":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesRoles"},"scope":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesScope"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["locale","settings","canApplyToRoles","roles","scope","updatedAt"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupOrderItems":{"type":"string","minLength":1},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupOrderItems"},"maxItems":200},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHiddenItemsItems":{"type":"string","minLength":1},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHiddenItemsItems"},"maxItems":500},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrderAdditionalPropertiesItems":{"type":"string","minLength":1},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrderAdditionalPropertiesItems"},"maxItems":500},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesApplyToRolesItems":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesApplyToRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesApplyToRolesItems"}},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIdsItems"}},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType":{"type":"string","enum":["user"]},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType":{"type":"string","enum":["role"]},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType"},"roleId":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId"}},"required":["type","roleId"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScope":{"oneOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScopeOneOf1"}]},"DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesItemOrder"},"applyToRoles":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesApplyToRoles"},"clearRoleIds":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIds"},"scope":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutRequestBodyContentApplicationJsonSchemaPropertiesScope"}},"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles":{"type":"boolean"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPreference":{"type":"boolean"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName"},"hasPreference":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPreference"}},"required":["id","name","hasPreference"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType":{"type":"string","enum":["user"]},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType":{"type":"string","enum":["role"]},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType"},"roleId":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId"}},"required":["type","roleId"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScope":{"oneOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1"}]},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesAppliedRolesItems":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesAppliedRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesAppliedRolesItems"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesClearedRolesItems":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesClearedRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesClearedRolesItems"}},"DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesLocale"},"settings":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesSettings"},"canApplyToRoles":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles"},"roles":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesRoles"},"scope":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesScope"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"appliedRoles":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesAppliedRoles"},"clearedRoles":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses200ContentApplicationJsonSchemaPropertiesClearedRoles"}},"required":["locale","settings","canApplyToRoles","roles","scope","updatedAt","appliedRoles","clearedRoles"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType":{"type":"string","enum":["user"]},"DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0PropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType":{"type":"string","enum":["role"]},"DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesType"},"roleId":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1PropertiesRoleId"}},"required":["type","roleId"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScope":{"oneOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScopeOneOf1"}]},"DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"scope":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses200ContentApplicationJsonSchemaPropertiesScope"}},"required":["ok","scope"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarPreferencesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarPreferencesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarPreferencesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesName":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesIsActive"},"settings":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesSettings"},"createdAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItemsPropertiesUpdatedAt"}},"required":["id","name","isActive","settings","createdAt","updatedAt"],"additionalProperties":false},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariants":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariantsItems"}},"DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesLocale"},"variants":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses200ContentApplicationJsonSchemaPropertiesVariants"}},"required":["locale","variants"],"additionalProperties":false},"DocPathsAuthSidebarVariantsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems":{"type":"string","minLength":1},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems"},"maxItems":200},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string","minLength":1},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems"},"maxItems":500},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string","minLength":1},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"},"maxItems":500},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder"}},"additionalProperties":false},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"settings":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesSettings"},"isActive":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive":{"type":"boolean"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariant":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive"},"settings":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings"},"createdAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt"}},"required":["id","name","isActive","settings","createdAt","updatedAt"],"additionalProperties":false},"DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesLocale"},"variant":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses200ContentApplicationJsonSchemaPropertiesVariant"}},"required":["locale","variant"],"additionalProperties":false},"DocPathsAuthSidebarVariantsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersAclGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuthUsersAclGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesHasCustomAcl":{"type":"boolean"},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string"},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0":{"type":"null"},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items":{"type":"string"},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items"}},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1"}]},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"hasCustomAcl":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesHasCustomAcl"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"},"features":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesFeatures"},"organizations":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesOrganizations"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["hasCustomAcl","isSuperAdmin","features","organizations","updatedAt"],"additionalProperties":false},"DocPathsAuthUsersAclGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersAclGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersAclGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersAclGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersAclGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersAclGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersAclGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string"},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems"}},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0":{"type":"null"},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items":{"type":"string"},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1Items"}},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizations":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationsAnyOf1"}]},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesIsSuperAdmin"},"features":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesFeatures"},"organizations":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizations"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"}},"required":["userId"],"additionalProperties":false},"DocPathsAuthUsersAclPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthUsersAclPutResponses200ContentApplicationJsonSchemaPropertiesSanitized":{"type":"boolean"},"DocPathsAuthUsersAclPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"sanitized":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses200ContentApplicationJsonSchemaPropertiesSanitized"}},"required":["ok","sanitized"],"additionalProperties":false},"DocPathsAuthUsersAclPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersAclPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersAclPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersAclPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersAclPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersAclPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersAclPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersConsentsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuthUsersConsentsGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthUsersConsentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersConsentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersConsentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersConsentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersConsentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersConsentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthUsersResendInvitePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthUsersResendInvitePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrorsAdditionalPropertiesItems":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrorsAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrorsAdditionalPropertiesItems"}},"DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrors":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrorsAdditionalProperties"}},"DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesError"},"fieldErrors":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses422ContentApplicationJsonSchemaPropertiesFieldErrors"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersResendInvitePostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersResendInvitePostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersResendInvitePostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuthUsersGetParameters1Schema":{"type":"string"},"DocPathsAuthUsersGetParameters2Schema":{"type":"number"},"DocPathsAuthUsersGetParameters3Schema":{"type":"number"},"DocPathsAuthUsersGetParameters4Schema":{"type":"string"},"DocPathsAuthUsersGetParameters5Schema":{"type":"string"},"DocPathsAuthUsersGetParameters6Schema":{"type":"string","format":"uuid"},"DocPathsAuthUsersGetParameters7Schema":{"type":"boolean"},"DocPathsAuthUsersGetParameters8SchemaItems":{"type":"string","format":"uuid"},"DocPathsAuthUsersGetParameters8Schema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersGetParameters8SchemaItems"}},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail":{"type":"string","format":"email"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0":{"type":"null"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1":{"type":"string"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1"}]},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems":{"type":"string"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems"}},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIdsItems"}},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasPassword":{"type":"boolean"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsConfirmed":{"type":"boolean"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail"},"name":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"organizationId":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantName":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"roles":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles"},"roleIds":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIds"},"hasPassword":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasPassword"},"isConfirmed":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsConfirmed"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","email","name","organizationId","organizationName","tenantId","tenantName","roles","isConfirmed"],"additionalProperties":false},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsAuthUsersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsAuthUsersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf0":{"type":"null"},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf1":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf1"}]},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesPassword":{"type":"string","minLength":6},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesSendInviteEmail":{"type":"boolean"},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesRolesItems":{"type":"string"},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"name":{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"password":{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesPassword"},"sendInviteEmail":{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesSendInviteEmail"},"organizationId":{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"roles":{"$ref":"#/components/schemas/DocPathsAuthUsersPostRequestBodyContentApplicationJsonSchemaPropertiesRoles"}},"required":["email","organizationId"],"additionalProperties":false},"DocPathsAuthUsersPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthUsersPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthUsersPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsAuthUsersPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf0":{"type":"null"},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf1":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesNameAnyOf1"}]},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesPassword":{"type":"string","minLength":6},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesRolesItems":{"type":"string"},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesIsConfirmed":{"type":"boolean"},"DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesEmail"},"name":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"password":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesPassword"},"organizationId":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"roles":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesRoles"},"isConfirmed":{"$ref":"#/components/schemas/DocPathsAuthUsersPutRequestBodyContentApplicationJsonSchemaPropertiesIsConfirmed"}},"required":["id"],"additionalProperties":false},"DocPathsAuthUsersPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthUsersPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAuthUsersPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuthUsersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthUsersDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAuthUsersDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthUsersDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthUsersDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthUsersDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdGetParameters0Schema":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive":{"type":"boolean"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariant":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive"},"settings":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings"},"createdAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt"}},"required":["id","name","isActive","settings","createdAt","updatedAt"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesLocale"},"variant":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses200ContentApplicationJsonSchemaPropertiesVariant"}},"required":["locale","variant"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutParameters0Schema":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems":{"type":"string","minLength":1},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrderItems"},"maxItems":200},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string","minLength":1,"maxLength":120},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string","minLength":1},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItemsItems"},"maxItems":500},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string","minLength":1},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"},"maxItems":500},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesItemOrder"}},"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"settings":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesSettings"},"isActive":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesLocale":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId":{"type":"string","format":"uuid"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive":{"type":"boolean"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion":{"type":"number"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrderItems"}},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabelsAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItemsItems"}},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalPropertiesItems"}},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrderAdditionalProperties"}},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesVersion"},"groupOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupOrder"},"groupLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesGroupLabels"},"itemLabels":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemLabels"},"hiddenItems":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesHiddenItems"},"itemOrder":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettingsPropertiesItemOrder"}},"required":["version","groupOrder","groupLabels","itemLabels","hiddenItems","itemOrder"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAtAnyOf1"}]},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariant":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesIsActive"},"settings":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesSettings"},"createdAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariantPropertiesUpdatedAt"}},"required":["id","name","isActive","settings","createdAt","updatedAt"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"locale":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesLocale"},"variant":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses200ContentApplicationJsonSchemaPropertiesVariant"}},"required":["locale","variant"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdDeleteParameters0Schema":{"type":"string"},"DocPathsAuthSidebarVariantsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthSidebarVariantsIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSidebarVariantsIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSidebarVariantsIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSidebarVariantsIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf0":{"type":"null"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesName":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogoAnyOf0":{"type":"null"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogoAnyOf1PropertiesSrc":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogoAnyOf1PropertiesAlt":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogoAnyOf1":{"type":"object","properties":{"src":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogoAnyOf1PropertiesSrc"},"alt":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogoAnyOf1PropertiesAlt"}},"required":["src"],"additionalProperties":false},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogoAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogoAnyOf1"}]},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesName"},"logo":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1PropertiesLogo"}},"additionalProperties":false},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrand":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrandAnyOf1"}]},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesId":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesName":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesDefaultName":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesHref":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesDefaultTitle":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesEnabled":{"type":"boolean"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesHidden":{"type":"boolean"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesPageContext":{"type":"string","enum":["main","admin","settings","profile"]},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesIconName":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesIconMarkup":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesOrder":{"type":"number"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesChildren":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesId"},"href":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesHref"},"title":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesTitle"},"defaultTitle":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesDefaultTitle"},"enabled":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesEnabled"},"hidden":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesHidden"},"pageContext":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesPageContext"},"iconName":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesIconName"},"iconMarkup":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesIconMarkup"},"order":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesOrder"},"children":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItemsPropertiesChildren"}},"required":["href","title"],"additionalProperties":false},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItemsItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesName"},"defaultName":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesDefaultName"},"items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesItems"}},"required":["name","items"],"additionalProperties":false},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroupsItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesId":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesLabel":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesOrder":{"type":"number"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesLabelKey":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesHref":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesOrder":{"type":"number"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesIconName":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesIconMarkup":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesChildren":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesLabelKey"},"href":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesHref"},"order":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesOrder"},"iconName":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesIconName"},"iconMarkup":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesIconMarkup"},"children":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItemsPropertiesChildren"}},"required":["id","label","href"],"additionalProperties":false},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItemsItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesLabelKey"},"order":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesOrder"},"items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItemsPropertiesItems"}},"required":["id","label","items"],"additionalProperties":false},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSections":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPathPrefixesItems":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPathPrefixes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPathPrefixesItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesProfileSections":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSectionsItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesProfilePathPrefixesItems":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesProfilePathPrefixes":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesProfilePathPrefixesItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGrantedFeaturesItems":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGrantedFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGrantedFeaturesItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganizationAnyOf0":{"type":"null"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganizationAnyOf1PropertiesId":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganizationAnyOf1PropertiesName":{"type":"string"},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganizationAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganizationAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganizationAnyOf1PropertiesName"}},"required":["id","name"],"additionalProperties":false},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganization":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganizationAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganizationAnyOf1"}]},"DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"brand":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesBrand"},"groups":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGroups"},"settingsSections":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsSections"},"settingsPathPrefixes":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPathPrefixes"},"profileSections":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesProfileSections"},"profilePathPrefixes":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesProfilePathPrefixes"},"grantedFeatures":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesGrantedFeatures"},"roles":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesRoles"},"currentOrganization":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses200ContentApplicationJsonSchemaPropertiesCurrentOrganization"}},"required":["groups","settingsSections","settingsPathPrefixes","profileSections","profilePathPrefixes","grantedFeatures","roles"],"additionalProperties":false},"DocPathsAuthAdminNavGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthAdminNavGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthAdminNavGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthAutologinGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthAutologinGetResponses307ContentTextHtmlSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthFeatureCheckPostRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems":{"type":"string","maxLength":128},"DocPathsAuthFeatureCheckPostRequestBodyContentApplicationJsonSchemaPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostRequestBodyContentApplicationJsonSchemaPropertiesFeaturesItems"},"maxItems":50},"DocPathsAuthFeatureCheckPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"features":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostRequestBodyContentApplicationJsonSchemaPropertiesFeatures"}},"required":["features"],"additionalProperties":false},"DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchemaPropertiesGrantedItems":{"type":"string"},"DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchemaPropertiesGranted":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchemaPropertiesGrantedItems"}},"DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchemaPropertiesUserId":{"type":"string"},"DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"granted":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchemaPropertiesGranted"},"userId":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses200ContentApplicationJsonSchemaPropertiesUserId"}},"required":["ok","granted","userId"],"additionalProperties":false},"DocPathsAuthFeatureCheckPostResponses400ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsAuthFeatureCheckPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthFeatureCheckPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses400ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsAuthFeatureCheckPostResponses401ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsAuthFeatureCheckPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthFeatureCheckPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses401ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsAuthFeatureCheckPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule":{"type":"string"},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDependsOnItems":{"type":"string"},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDependsOn":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDependsOnItems"}},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"module":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule"},"dependsOn":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDependsOn"}},"required":["id","title","module"],"additionalProperties":false},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesId":{"type":"string"},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTitle":{"type":"string"},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesModulesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTitle"}},"required":["id","title"],"additionalProperties":false},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesModules":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesModulesItems"}},"DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"modules":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses200ContentApplicationJsonSchemaPropertiesModules"}},"required":["items","modules"],"additionalProperties":false},"DocPathsAuthFeaturesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthFeaturesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthFeaturesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthFeaturesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthFeaturesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesPassword":{"type":"string","minLength":6},"DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesRequireRole":{"type":"string"},"DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesRemember":{"type":"string","enum":["1","on","true"]},"DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesEmail"},"password":{"$ref":"#/components/schemas/DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesPassword"},"requireRole":{"$ref":"#/components/schemas/DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesRequireRole"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesTenantId"},"remember":{"$ref":"#/components/schemas/DocPathsAuthLoginPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesRemember"}},"required":["email","password"],"additionalProperties":false},"DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesToken":{"type":"string"},"DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesRedirectAnyOf0":{"type":"null"},"DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesRedirectAnyOf1":{"type":"string"},"DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesRedirect":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesRedirectAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesRedirectAnyOf1"}]},"DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesRefreshToken":{"type":"string"},"DocPathsAuthLoginPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"token":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesToken"},"redirect":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesRedirect"},"refreshToken":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses200ContentApplicationJsonSchemaPropertiesRefreshToken"}},"required":["ok","token","redirect"],"additionalProperties":false},"DocPathsAuthLoginPostResponses400ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsAuthLoginPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthLoginPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses400ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsAuthLoginPostResponses401ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsAuthLoginPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthLoginPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses401ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsAuthLoginPostResponses403ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsAuthLoginPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthLoginPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses403ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsAuthLoginPostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthLoginPostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthLoginPostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthLogoutPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthLogoutPostResponses302ContentTextHtmlSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthLogoutPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthLogoutPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthLogoutPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthResetConfirmPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesToken":{"type":"string","minLength":10},"DocPathsAuthResetConfirmPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesPassword":{"type":"string","minLength":6},"DocPathsAuthResetConfirmPostRequestBodyContentApplicationXWwwFormUrlencodedSchema":{"type":"object","properties":{"token":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesToken"},"password":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesPassword"}},"required":["token","password"],"additionalProperties":false},"DocPathsAuthResetConfirmPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthResetConfirmPostResponses200ContentApplicationJsonSchemaPropertiesRedirect":{"type":"string"},"DocPathsAuthResetConfirmPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"redirect":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostResponses200ContentApplicationJsonSchemaPropertiesRedirect"}},"required":["ok","redirect"],"additionalProperties":false},"DocPathsAuthResetConfirmPostResponses400ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsAuthResetConfirmPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthResetConfirmPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostResponses400ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsAuthResetConfirmPostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthResetConfirmPostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthResetConfirmPostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthResetValidatePostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesToken":{"type":"string","minLength":10},"DocPathsAuthResetValidatePostRequestBodyContentApplicationXWwwFormUrlencodedSchema":{"type":"object","properties":{"token":{"$ref":"#/components/schemas/DocPathsAuthResetValidatePostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesToken"}},"required":["token"],"additionalProperties":false},"DocPathsAuthResetValidatePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthResetValidatePostResponses200ContentApplicationJsonSchemaPropertiesValid":{"type":"boolean"},"DocPathsAuthResetValidatePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthResetValidatePostResponses200ContentApplicationJsonSchemaPropertiesOk"},"valid":{"$ref":"#/components/schemas/DocPathsAuthResetValidatePostResponses200ContentApplicationJsonSchemaPropertiesValid"}},"required":["ok","valid"],"additionalProperties":false},"DocPathsAuthResetValidatePostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthResetValidatePostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthResetValidatePostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthResetPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesEmail":{"type":"string","format":"email"},"DocPathsAuthResetPostRequestBodyContentApplicationXWwwFormUrlencodedSchema":{"type":"object","properties":{"email":{"$ref":"#/components/schemas/DocPathsAuthResetPostRequestBodyContentApplicationXWwwFormUrlencodedSchemaPropertiesEmail"}},"required":["email"],"additionalProperties":false},"DocPathsAuthResetPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthResetPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthResetPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAuthResetPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthResetPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthResetPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthResetPostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthResetPostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthResetPostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthResetPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthResetPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthResetPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuthSessionRefreshGetParameters0Schema":{"type":"string"},"DocPathsAuthSessionRefreshGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthSessionRefreshGetResponses302ContentTextHtmlSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuthSessionRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesRefreshToken":{"type":"string","minLength":1},"DocPathsAuthSessionRefreshPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"refreshToken":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostRequestBodyContentApplicationJsonSchemaPropertiesRefreshToken"}},"required":["refreshToken"],"additionalProperties":false},"DocPathsAuthSessionRefreshPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuthSessionRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAccessToken":{"type":"string"},"DocPathsAuthSessionRefreshPostResponses200ContentApplicationJsonSchemaPropertiesExpiresIn":{"type":"number"},"DocPathsAuthSessionRefreshPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"accessToken":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses200ContentApplicationJsonSchemaPropertiesAccessToken"},"expiresIn":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses200ContentApplicationJsonSchemaPropertiesExpiresIn"}},"required":["ok","accessToken","expiresIn"],"additionalProperties":false},"DocPathsAuthSessionRefreshPostResponses400ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsAuthSessionRefreshPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSessionRefreshPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses400ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsAuthSessionRefreshPostResponses401ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsAuthSessionRefreshPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSessionRefreshPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses401ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsAuthSessionRefreshPostResponses429ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuthSessionRefreshPostResponses429ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuthSessionRefreshPostResponses429ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationName":{"type":"string"},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1":{"type":"string"},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesLogoUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1"}]},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio":{"type":"boolean"},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationName"},"tenantId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"logoUrl":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesLogoUrl"},"logoPreserveAspectRatio":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["organizationId","organizationName","tenantId","logoUrl","logoPreserveAspectRatio","updatedAt"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf0":{"type":"string","format":"uri","maxLength":2048},"DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf1":{"type":"string","pattern":"^\\/api\\/attachments\\/(?:image|file)\\/[A-Za-z0-9%_.~/?=&-]+$","maxLength":2048},"DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf1"}]},"DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1"}]},"DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio":{"type":"boolean"},"DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"logoUrl":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrl"},"logoPreserveAspectRatio":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutRequestBodyContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio"}},"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesOrganizationName":{"type":"string"},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1":{"type":"string"},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesLogoUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1"}]},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio":{"type":"boolean"},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesOrganizationName"},"tenantId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"logoUrl":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesLogoUrl"},"logoPreserveAspectRatio":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["organizationId","organizationName","tenantId","logoUrl","logoPreserveAspectRatio","updatedAt"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingPutResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingPutResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationBrandingPutResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationBrandingPutResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationBrandingPutResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth":{"type":"number"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSelectable":{"type":"boolean"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildren":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"depth":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth"},"selectable":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSelectable"},"children":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildren"}},"required":["id","name","depth","selectable","children"],"additionalProperties":false},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedIdAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"}]},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesCanManage":{"type":"boolean"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesCanViewAllOrganizations":{"type":"boolean"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesName":{"type":"string"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItemsPropertiesIsActive"}},"required":["id","name","isActive"],"additionalProperties":false},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenants":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantsItems"}},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"selectedId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesSelectedId"},"canManage":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesCanManage"},"canViewAllOrganizations":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesCanViewAllOrganizations"},"tenantId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"tenants":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesTenants"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items","selectedId","canManage","canViewAllOrganizations","tenantId","tenants","isSuperAdmin"],"additionalProperties":false},"DocPathsDirectoryOrganizationSwitcherGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationSwitcherGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationSwitcherGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsGetParameters0Schema":{"type":"number"},"DocPathsDirectoryOrganizationsGetParameters1Schema":{"type":"number"},"DocPathsDirectoryOrganizationsGetParameters2Schema":{"type":"string"},"DocPathsDirectoryOrganizationsGetParameters3Schema":{"type":"string","enum":["options","manage","tree"]},"DocPathsDirectoryOrganizationsGetParameters4Schema":{"type":"string"},"DocPathsDirectoryOrganizationsGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsDirectoryOrganizationsGetParameters7Schema":{"type":"string","enum":["all","active","inactive"]},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"}]},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf1":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentNameAnyOf1"}]},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"}]},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootIdAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"}]},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth":{"type":"number"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePathAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePathAnyOf1":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePath":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePathAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePathAnyOf1"}]},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPathLabel":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAncestorIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"}},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"}},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"}},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildrenCount":{"type":"number"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantsCount":{"type":"number"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildren":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"parentId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentId"},"parentName":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentName"},"tenantId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantName":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"rootId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRootId"},"depth":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepth"},"treePath":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTreePath"},"pathLabel":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPathLabel"},"ancestorIds":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAncestorIds"},"childIds":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildIds"},"descendantIds":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantIds"},"childrenCount":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildrenCount"},"descendantsCount":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescendantsCount"},"isActive":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"children":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildren"}},"required":["id","name","parentId","tenantId"],"additionalProperties":true},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesError"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items"],"additionalProperties":false},"DocPathsDirectoryOrganizationsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1"}]},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf0":{"type":"string","format":"uri","maxLength":2048},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf1":{"type":"string","pattern":"^\\/api\\/attachments\\/(?:image|file)\\/[A-Za-z0-9%_.~/?=&-]+$","maxLength":2048},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf1"}]},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1"}]},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio":{"type":"boolean"},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1"}]},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesChildIdsItems":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesChildIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesChildIdsItems"}},"DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"logoUrl":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoUrl"},"logoPreserveAspectRatio":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio"},"isActive":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"parentId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesParentId"},"childIds":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostRequestBodyContentApplicationJsonSchemaPropertiesChildIds"}},"required":["name"],"additionalProperties":false},"DocPathsDirectoryOrganizationsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsDirectoryOrganizationsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1":{"type":"string","pattern":"^[a-z0-9\\-_]+$","maxLength":150},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlugAnyOf1"}]},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf0":{"type":"string","format":"uri","maxLength":2048},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf1":{"type":"string","pattern":"^\\/api\\/attachments\\/(?:image|file)\\/[A-Za-z0-9%_.~/?=&-]+$","maxLength":2048},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1OneOf1"}]},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrlAnyOf1"}]},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio":{"type":"boolean"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0":{"type":"null"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentIdAnyOf1"}]},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesChildIdsItems":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesChildIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesChildIdsItems"}},"DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"logoUrl":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoUrl"},"logoPreserveAspectRatio":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesLogoPreserveAspectRatio"},"isActive":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"parentId":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesParentId"},"childIds":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutRequestBodyContentApplicationJsonSchemaPropertiesChildIds"}},"required":["id"],"additionalProperties":false},"DocPathsDirectoryOrganizationsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDirectoryOrganizationsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDirectoryOrganizationsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryOrganizationsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsDirectoryOrganizationsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDirectoryOrganizationsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDirectoryOrganizationsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryOrganizationsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryOrganizationsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDirectoryTenantsGetParameters1Schema":{"type":"number"},"DocPathsDirectoryTenantsGetParameters2Schema":{"type":"number"},"DocPathsDirectoryTenantsGetParameters3Schema":{"type":"string"},"DocPathsDirectoryTenantsGetParameters4Schema":{"type":"string","enum":["name","createdAt","updatedAt"]},"DocPathsDirectoryTenantsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsDirectoryTenantsGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","isActive","createdAt","updatedAt"],"additionalProperties":true},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsDirectoryTenantsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsDirectoryTenantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDirectoryTenantsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["name"],"additionalProperties":false},"DocPathsDirectoryTenantsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryTenantsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsDirectoryTenantsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDirectoryTenantsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"isActive":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsDirectoryTenantsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDirectoryTenantsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDirectoryTenantsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDirectoryTenantsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsDirectoryTenantsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDirectoryTenantsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDirectoryTenantsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryTenantsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDirectoryTenantsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDirectoryTenantsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDirectoryOrganizationsLookupGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsDirectoryTenantsLookupGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt":{"type":"string"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesTotalKeys":{"type":"number"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesSegment":{"type":"string"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesResourceAnyOf0":{"type":"null"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesResourceAnyOf1":{"type":"string"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesResource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesResourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesResourceAnyOf1"}]},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesMethodAnyOf0":{"type":"null"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesMethodAnyOf1":{"type":"string"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesMethod":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesMethodAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesMethodAnyOf1"}]},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesPathAnyOf0":{"type":"null"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesPathAnyOf1":{"type":"string"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesPath":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesPathAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesPathAnyOf1"}]},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesKeyCount":{"type":"number"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesKeysItems":{"type":"string"},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesKeys":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesKeysItems"}},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItems":{"type":"object","properties":{"segment":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesSegment"},"resource":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesResource"},"method":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesMethod"},"path":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesPath"},"keyCount":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesKeyCount"},"keys":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItemsPropertiesKeys"}},"required":["segment","resource","method","path","keyCount","keys"],"additionalProperties":false},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegmentsItems"}},"DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"generatedAt":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt"},"totalKeys":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesTotalKeys"},"segments":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses200ContentApplicationJsonSchemaPropertiesSegments"}},"required":["generatedAt","totalKeys","segments"],"additionalProperties":false},"DocPathsConfigsCacheGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCacheGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsCacheGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsCacheGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCacheGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsConfigsCacheGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCacheGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsCacheGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsCacheGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCacheGetResponses503ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsCacheGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses503ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsCacheGetResponses503ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsCachePostRequestBodyContentApplicationJsonSchemaPropertiesAction":{"type":"string","enum":["purgeAll","purgeSegment"]},"DocPathsConfigsCachePostRequestBodyContentApplicationJsonSchemaPropertiesSegment":{"type":"string"},"DocPathsConfigsCachePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/DocPathsConfigsCachePostRequestBodyContentApplicationJsonSchemaPropertiesAction"},"segment":{"$ref":"#/components/schemas/DocPathsConfigsCachePostRequestBodyContentApplicationJsonSchemaPropertiesSegment"}},"required":["action"],"additionalProperties":false},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesAction":{"type":"string","enum":["purgeSegment"]},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesSegment":{"type":"string"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesDeleted":{"type":"number"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesGeneratedAt":{"type":"string"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesTotalKeys":{"type":"number"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesSegment":{"type":"string"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesResourceAnyOf0":{"type":"null"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesResourceAnyOf1":{"type":"string"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesResource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesResourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesResourceAnyOf1"}]},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesMethodAnyOf0":{"type":"null"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesMethodAnyOf1":{"type":"string"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesMethod":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesMethodAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesMethodAnyOf1"}]},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesPathAnyOf0":{"type":"null"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesPathAnyOf1":{"type":"string"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesPath":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesPathAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesPathAnyOf1"}]},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesKeyCount":{"type":"number"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesKeysItems":{"type":"string"},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesKeys":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesKeysItems"}},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItems":{"type":"object","properties":{"segment":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesSegment"},"resource":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesResource"},"method":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesMethod"},"path":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesPath"},"keyCount":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesKeyCount"},"keys":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItemsPropertiesKeys"}},"required":["segment","resource","method","path","keyCount","keys"],"additionalProperties":false},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegmentsItems"}},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStats":{"type":"object","properties":{"generatedAt":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesGeneratedAt"},"totalKeys":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesTotalKeys"},"segments":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStatsPropertiesSegments"}},"required":["generatedAt","totalKeys","segments"],"additionalProperties":false},"DocPathsConfigsCachePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesAction"},"segment":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesSegment"},"deleted":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesDeleted"},"stats":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses200ContentApplicationJsonSchemaPropertiesStats"}},"required":["action","segment","deleted","stats"],"additionalProperties":false},"DocPathsConfigsCachePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCachePostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsCachePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsCachePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCachePostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsCachePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsCachePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCachePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsConfigsCachePostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCachePostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsCachePostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsCachePostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsCachePostResponses503ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsCachePostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses503ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsCachePostResponses503ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesStartedAt":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesEnabled":{"type":"boolean"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketIntervalMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesModules":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesOperations":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesCalls":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesErrors":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalDurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalCpuMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesPositiveHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesPositiveRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotals":{"type":"object","properties":{"modules":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesModules"},"operations":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesOperations"},"calls":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesCalls"},"errors":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesErrors"},"totalDurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalDurationMs"},"totalCpuMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalCpuMs"},"positiveHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesPositiveHeapDeltaBytes"},"positiveRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesPositiveRssDeltaBytes"}},"required":["modules","operations","calls","errors","totalDurationMs","totalCpuMs","positiveHeapDeltaBytes","positiveRssDeltaBytes"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesP95DurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesCpuMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesPositiveHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesPositiveRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesErrors":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholds":{"type":"object","properties":{"p95DurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesP95DurationMs"},"cpuMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesCpuMs"},"positiveHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesPositiveHeapDeltaBytes"},"positiveRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesPositiveRssDeltaBytes"},"errors":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholdsPropertiesErrors"}},"required":["p95DurationMs","cpuMs","positiveHeapDeltaBytes","positiveRssDeltaBytes","errors"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesModuleId":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesCalls":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesErrors":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTotalDurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesP95DurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTotalCpuMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesPositiveHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesPositiveRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesSurface":{"type":"string","enum":["api","subscriber","worker","custom"]},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesCalls":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesErrors":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesTotalDurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesP95DurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesTotalCpuMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesPositiveHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesPositiveRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItems":{"type":"object","properties":{"surface":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesSurface"},"calls":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesCalls"},"errors":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesErrors"},"totalDurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesTotalDurationMs"},"p95DurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesP95DurationMs"},"totalCpuMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesTotalCpuMs"},"positiveHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesPositiveHeapDeltaBytes"},"positiveRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesPositiveRssDeltaBytes"}},"required":["surface","calls","errors","totalDurationMs","p95DurationMs","totalCpuMs","positiveHeapDeltaBytes","positiveRssDeltaBytes"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfaces":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesModuleId":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesOperation":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesResourceIdAnyOf0":{"type":"null"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesResourceIdAnyOf1":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesResourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesResourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesResourceIdAnyOf1"}]},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesCalls":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesErrors":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalDurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesMaxDurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesP95DurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalCpuUserMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalCpuSystemMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesMaxCpuMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesPositiveHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesMaxHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesPositiveRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesMaxRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesFirstSeenAt":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesLastSeenAt":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItems":{"type":"object","properties":{"moduleId":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesModuleId"},"surface":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItemsPropertiesSurface"},"operation":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesOperation"},"resourceId":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesResourceId"},"calls":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesCalls"},"errors":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesErrors"},"totalDurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalDurationMs"},"maxDurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesMaxDurationMs"},"p95DurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesP95DurationMs"},"totalCpuUserMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalCpuUserMs"},"totalCpuSystemMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalCpuSystemMs"},"maxCpuMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesMaxCpuMs"},"totalHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalHeapDeltaBytes"},"positiveHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesPositiveHeapDeltaBytes"},"maxHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesMaxHeapDeltaBytes"},"totalRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesTotalRssDeltaBytes"},"positiveRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesPositiveRssDeltaBytes"},"maxRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesMaxRssDeltaBytes"},"firstSeenAt":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesFirstSeenAt"},"lastSeenAt":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItemsPropertiesLastSeenAt"}},"required":["moduleId","surface","operation","resourceId","calls","errors","totalDurationMs","maxDurationMs","p95DurationMs","totalCpuUserMs","totalCpuSystemMs","maxCpuMs","totalHeapDeltaBytes","positiveHeapDeltaBytes","maxHeapDeltaBytes","totalRssDeltaBytes","positiveRssDeltaBytes","maxRssDeltaBytes","firstSeenAt","lastSeenAt"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesCandidateReasonsItems":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesCandidateReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesCandidateReasonsItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItems":{"type":"object","properties":{"moduleId":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesModuleId"},"calls":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesCalls"},"errors":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesErrors"},"totalDurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTotalDurationMs"},"p95DurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesP95DurationMs"},"totalCpuMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTotalCpuMs"},"positiveHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesPositiveHeapDeltaBytes"},"positiveRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesPositiveRssDeltaBytes"},"surfaces":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfaces"},"topOperations":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperations"},"candidateReasons":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesCandidateReasons"}},"required":["moduleId","calls","errors","totalDurationMs","p95DurationMs","totalCpuMs","positiveHeapDeltaBytes","positiveRssDeltaBytes","surfaces","topOperations","candidateReasons"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModules":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesCandidates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesBucketStart":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesBucketEnd":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesBucketIntervalMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesStage":{"type":"string","enum":["startup","running"]},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesPartial":{"type":"boolean"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesModules":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesCalls":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesErrors":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesTotalDurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesTotalCpuMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesPositiveHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesPositiveRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotals":{"type":"object","properties":{"modules":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesModules"},"calls":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesCalls"},"errors":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesErrors"},"totalDurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesTotalDurationMs"},"totalCpuMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesTotalCpuMs"},"positiveHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesPositiveHeapDeltaBytes"},"positiveRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotalsPropertiesPositiveRssDeltaBytes"}},"required":["modules","calls","errors","totalDurationMs","totalCpuMs","positiveHeapDeltaBytes","positiveRssDeltaBytes"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesModuleId":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesCalls":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesErrors":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesTotalDurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesP95DurationMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesTotalCpuMs":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesPositiveHeapDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesPositiveRssDeltaBytes":{"type":"number"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesSurfaces":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesSurfacesItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesTopOperations":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModulesItemsPropertiesTopOperationsItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesCandidateReasonsItems":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesCandidateReasons":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesCandidateReasonsItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItems":{"type":"object","properties":{"moduleId":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesModuleId"},"calls":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesCalls"},"errors":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesErrors"},"totalDurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesTotalDurationMs"},"p95DurationMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesP95DurationMs"},"totalCpuMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesTotalCpuMs"},"positiveHeapDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesPositiveHeapDeltaBytes"},"positiveRssDeltaBytes":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesPositiveRssDeltaBytes"},"surfaces":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesSurfaces"},"topOperations":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesTopOperations"},"candidateReasons":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItemsPropertiesCandidateReasons"}},"required":["moduleId","calls","errors","totalDurationMs","p95DurationMs","totalCpuMs","positiveHeapDeltaBytes","positiveRssDeltaBytes","surfaces","topOperations","candidateReasons"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModules":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModulesItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItems":{"type":"object","properties":{"bucketStart":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesBucketStart"},"bucketEnd":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesBucketEnd"},"bucketIntervalMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesBucketIntervalMs"},"stage":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesStage"},"partial":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesPartial"},"totals":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesTotals"},"modules":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItemsPropertiesModules"}},"required":["bucketStart","bucketEnd","bucketIntervalMs","stage","partial","totals","modules"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBuckets":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketsItems"}},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesCanClearTelemetry":{"type":"boolean"},"DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"generatedAt":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt"},"startedAt":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesStartedAt"},"enabled":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesEnabled"},"bucketIntervalMs":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBucketIntervalMs"},"totals":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesTotals"},"thresholds":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesThresholds"},"modules":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesModules"},"candidates":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesCandidates"},"buckets":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesBuckets"},"canClearTelemetry":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses200ContentApplicationJsonSchemaPropertiesCanClearTelemetry"}},"required":["generatedAt","startedAt","enabled","bucketIntervalMs","totals","thresholds","modules","candidates","buckets"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsModuleTelemetryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsModuleTelemetryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsModuleTelemetryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryDeleteResponses200ContentApplicationJsonSchemaPropertiesCleared":{"type":"boolean"},"DocPathsConfigsModuleTelemetryDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"cleared":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryDeleteResponses200ContentApplicationJsonSchemaPropertiesCleared"}},"required":["cleared"],"additionalProperties":false},"DocPathsConfigsModuleTelemetryDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsModuleTelemetryDeleteResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsModuleTelemetryDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryDeleteResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryDeleteResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsModuleTelemetryDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsModuleTelemetryDeleteResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsModuleTelemetryDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryDeleteResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsModuleTelemetryDeleteResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesRuntimeMode":{"type":"string","enum":["development","production","test","unknown"]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesKey":{"type":"string","enum":["profiling","logging","security","caching","query_index","entities"]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesLabelKey":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKeyAnyOf0":{"type":"null"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKeyAnyOf1":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKeyAnyOf1"}]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesKey":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesKind":{"type":"string","enum":["boolean","string"]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesLabelKey":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDescriptionKey":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrlAnyOf0":{"type":"null"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrlAnyOf1":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrlAnyOf1"}]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValueAnyOf1":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValueAnyOf1"}]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesState":{"type":"string","enum":["enabled","disabled","set","unset","unknown"]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValueAnyOf0":{"type":"null"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValueAnyOf1":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValueAnyOf1"}]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValueAnyOf0":{"type":"null"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValueAnyOf1":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValueAnyOf1"}]},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesKey"},"category":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesKey"},"kind":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesKind"},"labelKey":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesLabelKey"},"descriptionKey":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDescriptionKey"},"docUrl":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDocUrl"},"defaultValue":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesDefaultValue"},"state":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesState"},"value":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesValue"},"normalizedValue":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItemsPropertiesNormalizedValue"}},"required":["key","category","kind","labelKey","descriptionKey","docUrl","defaultValue","state","value","normalizedValue"],"additionalProperties":false},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItemsItems"}},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesKey"},"labelKey":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesLabelKey"},"descriptionKey":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesDescriptionKey"},"items":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItemsPropertiesItems"}},"required":["key","labelKey","descriptionKey","items"],"additionalProperties":false},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategories":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategoriesItems"}},"DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"generatedAt":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesGeneratedAt"},"runtimeMode":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesRuntimeMode"},"categories":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses200ContentApplicationJsonSchemaPropertiesCategories"}},"required":["generatedAt","runtimeMode","categories"],"additionalProperties":false},"DocPathsConfigsSystemStatusGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsSystemStatusGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsSystemStatusGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsConfigsSystemStatusGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsSystemStatusGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsSystemStatusGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsSystemStatusPostResponses200ContentApplicationJsonSchemaPropertiesCleared":{"type":"boolean"},"DocPathsConfigsSystemStatusPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"cleared":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses200ContentApplicationJsonSchemaPropertiesCleared"}},"required":["cleared"],"additionalProperties":false},"DocPathsConfigsSystemStatusPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsSystemStatusPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsSystemStatusPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsSystemStatusPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsSystemStatusPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsConfigsSystemStatusPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsSystemStatusPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsSystemStatusPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsSystemStatusPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsSystemStatusPostResponses503ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsSystemStatusPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses503ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsSystemStatusPostResponses503ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesVersion":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesId":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesVersion":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesMessage":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesCtaLabel":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesSuccessMessage":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLoadingLabel":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesId"},"version":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesVersion"},"message":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesMessage"},"ctaLabel":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesCtaLabel"},"successMessage":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesSuccessMessage"},"loadingLabel":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLoadingLabel"}},"required":["id","version","message","ctaLabel","successMessage","loadingLabel"],"additionalProperties":false},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActionsItems"}},"DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"version":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesVersion"},"actions":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses200ContentApplicationJsonSchemaPropertiesActions"}},"required":["version","actions"],"additionalProperties":false},"DocPathsConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsUpgradeActionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsUpgradeActionsPostRequestBodyContentApplicationJsonSchemaPropertiesActionId":{"type":"string","minLength":1},"DocPathsConfigsUpgradeActionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"actionId":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostRequestBodyContentApplicationJsonSchemaPropertiesActionId"}},"required":["actionId"],"additionalProperties":false},"DocPathsConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string"},"DocPathsConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesVersion":{"type":"string"},"DocPathsConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"message":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesMessage"},"version":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses200ContentApplicationJsonSchemaPropertiesVersion"}},"required":["status","message","version"],"additionalProperties":false},"DocPathsConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsConfigsUpgradeActionsPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","pattern":"^[a-z0-9_]+:[a-z0-9_]+$"},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItemsPropertiesKey":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_]+$"},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItemsPropertiesKind":{"type":"string","enum":["text","multiline","integer","float","boolean","select","currency","relation","attachment","dictionary","phone","date","datetime"]},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItemsPropertiesConfigJson":{},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItemsPropertiesKey"},"kind":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItemsPropertiesKind"},"configJson":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItemsPropertiesConfigJson"},"isActive":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItemsPropertiesIsActive"}},"required":["key","kind"],"additionalProperties":false},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitionsItems"},"maxItems":1000},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9_\\-]+$"},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesLabel":{"type":"string","minLength":1,"maxLength":255},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesIcon":{"type":"string","maxLength":100},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesCode":{"type":"string","pattern":"^[a-z0-9_\\-]+$"},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesTitle":{"type":"string","maxLength":200},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesHint":{"type":"string","maxLength":500},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesTitle"},"hint":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesHint"}},"required":["code"],"additionalProperties":false},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItems"}},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesLabel"},"icon":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesIcon"},"description":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesDescription"},"groups":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroups"}},"required":["code","label"],"additionalProperties":false},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsets":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsetsItems"},"maxItems":20},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesSingleFieldsetPerRecord":{"type":"boolean"},"DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"definitions":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesDefinitions"},"fieldsets":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsets"},"singleFieldsetPerRecord":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostRequestBodyContentApplicationJsonSchemaPropertiesSingleFieldsetPerRecord"}},"required":["entityId","definitions"],"additionalProperties":false},"DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf0":{"type":"null"},"DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf1":{"type":"string"},"DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchemaPropertiesVersion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf1"}]},"DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"version":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses200ContentApplicationJsonSchemaPropertiesVersion"}},"required":["ok"],"additionalProperties":false},"DocPathsEntitiesDefinitionsBatchPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsBatchPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsEntitiesDefinitionsBatchPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsBatchPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsBatchPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsBatchPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsBatchPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsBatchPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsBatchPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsBatchPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsManageGetParameters0Schema":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKey":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJsonAnyOf0":{"type":"null"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJsonAnyOf1"}]},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKey"},"kind":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"configJson":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJson"},"isActive":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"organizationId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","key","kind","organizationId","tenantId"],"additionalProperties":false},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesDeletedKeysItems":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesDeletedKeys":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesDeletedKeysItems"}},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesCode":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesLabel":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesIcon":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesDescription":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesCode":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesTitle":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesHint":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesTitle"},"hint":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItemsPropertiesHint"}},"required":["code"],"additionalProperties":false},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroupsItems"}},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesLabel"},"icon":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesIcon"},"description":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesDescription"},"groups":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItemsPropertiesGroups"}},"required":["code","label"],"additionalProperties":false},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsets":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsItems"}},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesSingleFieldsetPerRecord":{"type":"boolean"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"singleFieldsetPerRecord":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesSingleFieldsetPerRecord"}},"additionalProperties":false},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf0":{"type":"null"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf1":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesVersion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf1"}]},"DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"deletedKeys":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesDeletedKeys"},"fieldsets":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesFieldsets"},"settings":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesSettings"},"version":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses200ContentApplicationJsonSchemaPropertiesVersion"}},"required":["items","deletedKeys"],"additionalProperties":false},"DocPathsEntitiesDefinitionsManageGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsManageGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsManageGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsManageGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsManageGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsRestorePostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsEntitiesDefinitionsRestorePostRequestBodyContentApplicationJsonSchemaPropertiesKey":{"type":"string"},"DocPathsEntitiesDefinitionsRestorePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"key":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostRequestBodyContentApplicationJsonSchemaPropertiesKey"}},"required":["entityId","key"],"additionalProperties":false},"DocPathsEntitiesDefinitionsRestorePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsEntitiesDefinitionsRestorePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsEntitiesDefinitionsRestorePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsRestorePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsRestorePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsRestorePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsRestorePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsRestorePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsRestorePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsRestorePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsRestorePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsGetParameters0SchemaOneOf0":{"type":"string"},"DocPathsEntitiesDefinitionsGetParameters0SchemaOneOf1Items":{"type":"string"},"DocPathsEntitiesDefinitionsGetParameters0SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetParameters0SchemaOneOf1Items"}},"DocPathsEntitiesDefinitionsGetParameters0Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetParameters0SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetParameters0SchemaOneOf1"}]},"DocPathsEntitiesDefinitionsGetParameters1Schema":{"type":"string"},"DocPathsEntitiesDefinitionsGetParameters2Schema":{"type":"string","pattern":"^[a-z0-9_\\-]+$"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKey":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMulti":{"type":"boolean"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRelatedEntityId":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionsItemsOneOf0":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionsItemsOneOf1":{"type":"number"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionsItems":{"oneOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionsItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionsItemsOneOf1"}]},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionsItems"}},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionsUrl":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFilterable":{"type":"boolean"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFormEditable":{"type":"boolean"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesListVisible":{"type":"boolean"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEditor":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInput":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDictionaryId":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDictionaryInlineCreate":{"type":"boolean"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"number"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidation":{"type":"array","items":{}},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueOneOf0":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueOneOf1":{"type":"number"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueOneOf2":{"type":"boolean"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueOneOf3":{"type":"null"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueOneOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueOneOf1"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueOneOf2"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueOneOf3"}]},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAttachmentSizeMb":{"type":"number"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptExtensions":{"type":"array","items":{}},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFieldset":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupPropertiesCode":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupPropertiesTitle":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupPropertiesHint":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroup":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupPropertiesTitle"},"hint":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupPropertiesHint"}},"required":["code"],"additionalProperties":false},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKey"},"kind":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"multi":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMulti"},"relatedEntityId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRelatedEntityId"},"options":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptions"},"optionsUrl":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOptionsUrl"},"filterable":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFilterable"},"formEditable":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFormEditable"},"listVisible":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesListVisible"},"editor":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEditor"},"input":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInput"},"dictionaryId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDictionaryId"},"dictionaryInlineCreate":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDictionaryInlineCreate"},"priority":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"validation":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValidation"},"defaultValue":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValue"},"maxAttachmentSizeMb":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMaxAttachmentSizeMb"},"acceptExtensions":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAcceptExtensions"},"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"fieldset":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFieldset"},"group":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroup"}},"required":["key","kind","label","entityId"],"additionalProperties":false},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesCode":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesLabel":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesIcon":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesDescription":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroupsItemsPropertiesCode":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroupsItemsPropertiesTitle":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroupsItemsPropertiesHint":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroupsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroupsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroupsItemsPropertiesTitle"},"hint":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroupsItemsPropertiesHint"}},"required":["code"],"additionalProperties":false},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroupsItems"}},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesCode"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesLabel"},"icon":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesIcon"},"description":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesDescription"},"groups":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItemsPropertiesGroups"}},"required":["code","label"],"additionalProperties":false},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalPropertiesItems"}},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntity":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntityAdditionalProperties"}},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesEntitySettingsAdditionalPropertiesPropertiesSingleFieldsetPerRecord":{"type":"boolean"},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesEntitySettingsAdditionalProperties":{"type":"object","properties":{"singleFieldsetPerRecord":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesEntitySettingsAdditionalPropertiesPropertiesSingleFieldsetPerRecord"}},"additionalProperties":false},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesEntitySettings":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesEntitySettingsAdditionalProperties"}},"DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"fieldsetsByEntity":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesFieldsetsByEntity"},"entitySettings":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses200ContentApplicationJsonSchemaPropertiesEntitySettings"}},"required":["items"],"additionalProperties":false},"DocPathsEntitiesDefinitionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","pattern":"^[a-z0-9_]+:[a-z0-9_]+$"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesKey":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9_]+$"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["text","multiline","integer","float","boolean","select","currency","relation","attachment","dictionary","phone","date","datetime"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesLabel":{"type":"string","maxLength":200},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptionsItemsOneOf0":{"type":"string"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptionsItemsOneOf1":{"type":"number"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptionsItems":{"oneOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptionsItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptionsItemsOneOf1"}]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptionsItems"}},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptionsUrl":{"type":"string","format":"uri"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesMulti":{"type":"boolean"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesEditor":{"type":"string"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesInput":{"type":"string"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesFilterable":{"type":"boolean"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesFormEditable":{"type":"boolean"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesListVisible":{"type":"boolean"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesPriority":{"type":"number"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesEncrypted":{"type":"boolean"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesRelatedEntityId":{"type":"string"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesDictionaryId":{"type":"string","format":"uuid"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesDictionaryInlineCreate":{"type":"boolean"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf0PropertiesRule":{"type":"string","enum":["required"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf0PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf0":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf0PropertiesRule"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf0PropertiesMessage"}},"required":["rule","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf1PropertiesRule":{"type":"string","enum":["date"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf1PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf1":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf1PropertiesRule"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf1PropertiesMessage"}},"required":["rule","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf2PropertiesRule":{"type":"string","enum":["integer"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf2PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf2":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf2PropertiesRule"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf2PropertiesMessage"}},"required":["rule","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf3PropertiesRule":{"type":"string","enum":["float"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf3PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf3":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf3PropertiesRule"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf3PropertiesMessage"}},"required":["rule","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf4PropertiesRule":{"type":"string","enum":["lt"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf4PropertiesParam":{"type":"number"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf4PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf4":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf4PropertiesRule"},"param":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf4PropertiesParam"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf4PropertiesMessage"}},"required":["rule","param","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf5PropertiesRule":{"type":"string","enum":["lte"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf5PropertiesParam":{"type":"number"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf5PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf5":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf5PropertiesRule"},"param":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf5PropertiesParam"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf5PropertiesMessage"}},"required":["rule","param","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf6PropertiesRule":{"type":"string","enum":["gt"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf6PropertiesParam":{"type":"number"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf6PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf6":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf6PropertiesRule"},"param":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf6PropertiesParam"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf6PropertiesMessage"}},"required":["rule","param","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf7PropertiesRule":{"type":"string","enum":["gte"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf7PropertiesParam":{"type":"number"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf7PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf7":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf7PropertiesRule"},"param":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf7PropertiesParam"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf7PropertiesMessage"}},"required":["rule","param","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf8PropertiesRule":{"type":"string","enum":["eq"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf8PropertiesParam":{},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf8PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf8":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf8PropertiesRule"},"param":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf8PropertiesParam"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf8PropertiesMessage"}},"required":["rule","param","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf9PropertiesRule":{"type":"string","enum":["ne"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf9PropertiesParam":{},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf9PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf9":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf9PropertiesRule"},"param":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf9PropertiesParam"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf9PropertiesMessage"}},"required":["rule","param","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf10PropertiesRule":{"type":"string","enum":["regex"]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf10PropertiesParam":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf10PropertiesMessage":{"type":"string","minLength":1},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf10":{"type":"object","properties":{"rule":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf10PropertiesRule"},"param":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf10PropertiesParam"},"message":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf10PropertiesMessage"}},"required":["rule","param","message"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItems":{"oneOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf1"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf2"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf3"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf4"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf5"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf6"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf7"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf8"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf9"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItemsOneOf10"}]},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidation":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidationItems"},"maxItems":32},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesFieldset":{"type":"string","pattern":"^[a-z0-9_\\-]+$"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesGroupPropertiesCode":{"type":"string","pattern":"^[a-z0-9_\\-]+$"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesGroupPropertiesTitle":{"type":"string","maxLength":200},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesGroupPropertiesHint":{"type":"string","maxLength":500},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesGroup":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesGroupPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesGroupPropertiesTitle"},"hint":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesGroupPropertiesHint"}},"required":["code"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJson":{"type":"object","properties":{"label":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesDescription"},"options":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptions"},"optionsUrl":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesOptionsUrl"},"multi":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesMulti"},"editor":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesEditor"},"input":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesInput"},"filterable":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesFilterable"},"formEditable":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesFormEditable"},"listVisible":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesListVisible"},"priority":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesPriority"},"encrypted":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesEncrypted"},"relatedEntityId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesRelatedEntityId"},"dictionaryId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesDictionaryId"},"dictionaryInlineCreate":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesDictionaryInlineCreate"},"validation":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesValidation"},"fieldset":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesFieldset"},"group":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonPropertiesGroup"}},"additionalProperties":true},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"key":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesKey"},"kind":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesKind"},"configJson":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJson"},"isActive":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["entityId","key","kind"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesKey":{"type":"string"},"DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesKind":{"type":"string"},"DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJson":{"type":"object","additionalProperties":true},"DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive":{"type":"boolean"},"DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesKey"},"kind":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesKind"},"configJson":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJson"},"isActive":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsActive"}},"required":["id","key","kind","configJson"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsEntitiesDefinitionsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsEntitiesDefinitionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesKey":{"type":"string"},"DocPathsEntitiesDefinitionsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"key":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesKey"}},"required":["entityId","key"],"additionalProperties":false},"DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf0":{"type":"null"},"DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf1":{"type":"string"},"DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesVersion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesVersionAnyOf1"}]},"DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"version":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesVersion"}},"required":["ok"],"additionalProperties":false},"DocPathsEntitiesDefinitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesDefinitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesDefinitionsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesDefinitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEncryptionGetParameters0Schema":{"type":"string"},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesField":{"type":"string"},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashFieldAnyOf0":{"type":"null"},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashFieldAnyOf1":{"type":"string"},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashField":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashFieldAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashFieldAnyOf1"}]},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItems":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesField"},"hashField":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashField"}},"required":["field"],"additionalProperties":false},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFields":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFieldsItems"}},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesEntityId"},"fields":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesFields"},"isActive":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"updatedAt":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["entityId","fields"],"additionalProperties":false},"DocPathsEntitiesEncryptionGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEncryptionGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEncryptionGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEncryptionGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","pattern":"^[a-z0-9_]+:[a-z0-9_]+$"},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesTenantIdAnyOf1"}]},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesField":{"type":"string","minLength":1,"maxLength":200},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashFieldAnyOf0":{"type":"null"},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashFieldAnyOf1":{"type":"string","minLength":1,"maxLength":200},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashField":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashFieldAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashFieldAnyOf1"}]},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItems":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesField"},"hashField":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItemsPropertiesHashField"}},"required":["field"],"additionalProperties":false},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFields":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFieldsItems"},"minItems":1},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"tenantId":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"fields":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesFields"},"isActive":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["entityId","fields"],"additionalProperties":false},"DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"updatedAt":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["ok"],"additionalProperties":false},"DocPathsEntitiesEncryptionPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEncryptionPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEncryptionPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEncryptionPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchemaPropertiesCurrentUpdatedAt":{"type":"string"},"DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchemaPropertiesExpectedUpdatedAt":{"type":"string"},"DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"currentUpdatedAt":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchemaPropertiesCurrentUpdatedAt"},"expectedUpdatedAt":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses409ContentApplicationJsonSchemaPropertiesExpectedUpdatedAt"}},"required":["error","code","currentUpdatedAt","expectedUpdatedAt"],"additionalProperties":false},"DocPathsEntitiesEncryptionPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEncryptionPostResponses422ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["organization_selection_invalid"]},"DocPathsEntitiesEncryptionPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses422ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsEntitiesEncryptionPostResponses422ContentApplicationJsonSchemaPropertiesCode"}},"required":["error","code"],"additionalProperties":false},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string","enum":["code","custom"]},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"type":"string"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelField":{"type":"string"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultEditor":{"type":"string"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowInSidebar":{"type":"boolean"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessRestricted":{"type":"boolean"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCount":{"type":"number"},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"source":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"labelField":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelField"},"defaultEditor":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultEditor"},"showInSidebar":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowInSidebar"},"accessRestricted":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessRestricted"},"updatedAt":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"count":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCount"}},"required":["entityId","source","label","count"],"additionalProperties":false},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsEntitiesEntitiesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitiesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","pattern":"^[a-z0-9_]+:[a-z0-9_]+$"},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":200},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesLabelField":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-zA-Z_][a-zA-Z0-9_]*$"},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultEditor":{"type":"string","enum":["markdown","simpleMarkdown","htmlRichText","plain"]},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesShowInSidebarAllOf0":{"type":"boolean"},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesShowInSidebar":{"allOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesShowInSidebarAllOf0"}],"default":false},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAccessRestrictedAllOf0":{"type":"boolean"},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAccessRestricted":{"allOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAccessRestrictedAllOf0"}],"default":false},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"labelField":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesLabelField"},"defaultEditor":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultEditor"},"showInSidebar":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesShowInSidebar"},"accessRestricted":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAccessRestricted"},"isActive":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["entityId","label"],"additionalProperties":false},"DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEntityId":{"type":"string"},"DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesLabel":{"type":"string"},"DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescription":{"type":"string"},"DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEntityId"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescription"}},"required":["id","entityId","label"],"additionalProperties":false},"DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsEntitiesEntitiesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitiesPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsEntitiesEntitiesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitiesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitiesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitiesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitiesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsEntitiesEntitiesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesEntityId"}},"required":["entityId"],"additionalProperties":false},"DocPathsEntitiesEntitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsEntitiesEntitiesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsEntitiesEntitiesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitiesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitiesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitiesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitiesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitiesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitiesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchemaPropertiesNewEntitiesRestrictedByDefault":{"type":"boolean"},"DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"newEntitiesRestrictedByDefault":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchemaPropertiesNewEntitiesRestrictedByDefault"},"updatedAt":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["newEntitiesRestrictedByDefault"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitySettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitySettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsPutRequestBodyContentApplicationJsonSchemaPropertiesNewEntitiesRestrictedByDefault":{"type":"boolean"},"DocPathsEntitiesEntitySettingsPutRequestBodyContentApplicationJsonSchemaPropertiesExpectedUpdatedAt":{"type":"string"},"DocPathsEntitiesEntitySettingsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"newEntitiesRestrictedByDefault":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutRequestBodyContentApplicationJsonSchemaPropertiesNewEntitiesRestrictedByDefault"},"expectedUpdatedAt":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutRequestBodyContentApplicationJsonSchemaPropertiesExpectedUpdatedAt"}},"required":["newEntitiesRestrictedByDefault"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesNewEntitiesRestrictedByDefault":{"type":"boolean"},"DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"newEntitiesRestrictedByDefault":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesNewEntitiesRestrictedByDefault"},"updatedAt":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["ok","newEntitiesRestrictedByDefault"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitySettingsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitySettingsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitySettingsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesEntitySettingsPutResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsEntitiesEntitySettingsPutResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesEntitySettingsPutResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsEntitiesEntitySettingsPutResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["code","error"],"additionalProperties":false},"DocPathsEntitiesRecordsGetParameters0Schema":{"type":"string","minLength":1},"DocPathsEntitiesRecordsGetParameters1Schema":{"type":"number"},"DocPathsEntitiesRecordsGetParameters2Schema":{"type":"number"},"DocPathsEntitiesRecordsGetParameters3Schema":{"type":"string"},"DocPathsEntitiesRecordsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsEntitiesRecordsGetParameters5Schema":{"type":"string"},"DocPathsEntitiesRecordsGetParameters6Schema":{"type":"string"},"DocPathsEntitiesRecordsGetParameters7Schema":{"type":"boolean"},"DocPathsEntitiesRecordsGetParameters8Schema":{"type":"string","enum":["csv","json","xml","markdown"]},"DocPathsEntitiesRecordsGetParameters9Schema":{"type":"string","enum":["full"]},"DocPathsEntitiesRecordsGetParameters10Schema":{"type":"string","enum":["full"]},"DocPathsEntitiesRecordsGetParameters11Schema":{"type":"boolean"},"DocPathsEntitiesRecordsGetParameters12Schema":{"type":"boolean"},"DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","additionalProperties":true},"DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsEntitiesRecordsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesRecordsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","minLength":1},"DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchemaPropertiesRecordId":{"type":"string","minLength":1},"DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchemaPropertiesValuesAllOf0":{"type":"object","additionalProperties":true},"DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchemaPropertiesValues":{"allOf":[{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchemaPropertiesValuesAllOf0"}],"default":{}},"DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchemaPropertiesRecordId"},"values":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostRequestBodyContentApplicationJsonSchemaPropertiesValues"}},"required":["entityId"],"additionalProperties":false},"DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEntityId":{"type":"string"},"DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRecordId":{"type":"string"},"DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRecordId"}},"required":["entityId","recordId"],"additionalProperties":false},"DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok"],"additionalProperties":false},"DocPathsEntitiesRecordsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesRecordsPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","minLength":1},"DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchemaPropertiesRecordId":{"type":"string","minLength":1},"DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchemaPropertiesValuesAllOf0":{"type":"object","additionalProperties":true},"DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchemaPropertiesValues":{"allOf":[{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchemaPropertiesValuesAllOf0"}],"default":{}},"DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchemaPropertiesRecordId"},"values":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutRequestBodyContentApplicationJsonSchemaPropertiesValues"}},"required":["entityId","recordId"],"additionalProperties":false},"DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEntityId":{"type":"string"},"DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRecordId":{"type":"string"},"DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRecordId"}},"required":["entityId","recordId"],"additionalProperties":false},"DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok"],"additionalProperties":false},"DocPathsEntitiesRecordsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesRecordsPutResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsPutResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsPutResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsDeleteRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","minLength":1},"DocPathsEntitiesRecordsDeleteRequestBodyContentApplicationJsonSchemaPropertiesRecordId":{"type":"string","minLength":1},"DocPathsEntitiesRecordsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteRequestBodyContentApplicationJsonSchemaPropertiesRecordId"}},"required":["entityId","recordId"],"additionalProperties":false},"DocPathsEntitiesRecordsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsEntitiesRecordsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsEntitiesRecordsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesRecordsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRecordsDeleteResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRecordsDeleteResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRecordsDeleteResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEntitiesRelationsOptionsGetParameters0Schema":{"type":"string","minLength":1},"DocPathsEntitiesRelationsOptionsGetParameters1Schema":{"type":"string"},"DocPathsEntitiesRelationsOptionsGetParameters2Schema":{"type":"string"},"DocPathsEntitiesRelationsOptionsGetParameters3Schema":{"type":"string"},"DocPathsEntitiesRelationsOptionsGetParameters4Schema":{"type":"string"},"DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRouteContext":{"type":"object","additionalProperties":true},"DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"routeContext":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRouteContext"}},"required":["value","label"],"additionalProperties":false},"DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsEntitiesRelationsOptionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRelationsOptionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesRelationsOptionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesRelationsOptionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesRelationsOptionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string"},"DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHref":{"type":"string"},"DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"label":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"href":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHref"}},"required":["entityId","label","href"],"additionalProperties":false},"DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsEntitiesSidebarEntitiesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesSidebarEntitiesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEntitiesSidebarEntitiesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEntitiesSidebarEntitiesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEntitiesSidebarEntitiesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsQueryIndexPurgePostRequestBodyContentApplicationJsonSchemaPropertiesEntityType":{"type":"string","minLength":1},"DocPathsQueryIndexPurgePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityType":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostRequestBodyContentApplicationJsonSchemaPropertiesEntityType"}},"required":["entityType"],"additionalProperties":false},"DocPathsQueryIndexPurgePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsQueryIndexPurgePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsQueryIndexPurgePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexPurgePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsQueryIndexPurgePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexPurgePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsQueryIndexPurgePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexPurgePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexPurgePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType":{"type":"string","minLength":1,"pattern":"^[a-z][a-z0-9_]*:[a-z][a-z0-9_]*$"},"DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesForce":{"type":"boolean"},"DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesBatchSize":{"type":"number"},"DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionCount":{"type":"number"},"DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionIndex":{"type":"number"},"DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityType":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType"},"force":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesForce"},"batchSize":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesBatchSize"},"partitionCount":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionCount"},"partitionIndex":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionIndex"}},"required":["entityType"],"additionalProperties":false},"DocPathsQueryIndexReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsQueryIndexReindexPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsQueryIndexReindexPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexReindexPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsQueryIndexReindexPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexReindexPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsQueryIndexReindexPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexReindexPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexReindexPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIndexCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIndexCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIndexCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIndexCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIndexCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorEnabled":{"type":"boolean"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorIndexingActive":{"type":"boolean"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulltextCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulltextCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulltextCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulltextCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulltextCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulltextEnabled":{"type":"boolean"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasCustomFields":{"type":"boolean"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOk":{"type":"boolean"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQueryIndexOk":{"type":"boolean"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesStatus":{"type":"string","enum":["idle","reindexing","purging","stalled","failed"]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesStartedAtAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesFinishedAtAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesFinishedAtAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesFinishedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesFinishedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesFinishedAtAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesHeartbeatAtAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesHeartbeatAtAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesHeartbeatAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesHeartbeatAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesHeartbeatAtAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesProcessedCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesTotalCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionIndexAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionIndexAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionIndex":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionIndexAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionIndexAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStatus":{"type":"string","enum":["reindexing","purging","stalled","completed","failed"]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStartedAtAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesFinishedAtAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesFinishedAtAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesFinishedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesFinishedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesFinishedAtAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesHeartbeatAtAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesHeartbeatAtAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesHeartbeatAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesHeartbeatAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesHeartbeatAtAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesProcessedCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesTotalCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItems":{"type":"object","properties":{"partitionIndex":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionIndex"},"partitionCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesPartitionCount"},"status":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStatus"},"startedAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStartedAt"},"finishedAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesFinishedAt"},"heartbeatAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesHeartbeatAt"},"processedCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesTotalCount"}},"required":["status"],"additionalProperties":false},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItems"}},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1PropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1PropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1PropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesProcessedCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1PropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1PropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1PropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesTotalCountAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitionsItemsPropertiesStatus"},"processedCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1PropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1PropertiesTotalCount"}},"required":["status"],"additionalProperties":false},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScope":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScopeAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJob":{"type":"object","properties":{"status":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesStatus"},"startedAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesStartedAt"},"finishedAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesFinishedAt"},"heartbeatAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesHeartbeatAt"},"processedCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesTotalCount"},"partitions":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesPartitions"},"scope":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobPropertiesScope"}},"required":["status"],"additionalProperties":false},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefreshedAtAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefreshedAtAnyOf1":{"type":"string","format":"datetime"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefreshedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefreshedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefreshedAtAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"label":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"baseCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBaseCount"},"indexCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIndexCount"},"vectorCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorCount"},"vectorEnabled":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorEnabled"},"vectorIndexingActive":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVectorIndexingActive"},"fulltextCount":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulltextCount"},"fulltextEnabled":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFulltextEnabled"},"hasCustomFields":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasCustomFields"},"ok":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOk"},"queryIndexOk":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesQueryIndexOk"},"job":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJob"},"refreshedAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRefreshedAt"}},"required":["entityId","label","baseCount","indexCount","ok","job"],"additionalProperties":false},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesId":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesSource":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesHandler":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityTypeAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityTypeAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityTypeAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesRecordIdAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesRecordIdAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesRecordId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesRecordIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesRecordIdAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesMessage":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesStackAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesStackAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesStack":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesStackAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesStackAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesPayloadAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesPayloadAnyOf0"},{}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesOccurredAt":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesId"},"source":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesSource"},"handler":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesHandler"},"entityType":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityType"},"recordId":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesRecordId"},"tenantId":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesOrganizationId"},"message":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesMessage"},"stack":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesStack"},"payload":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesPayload"},"occurredAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesOccurredAt"}},"required":["id","source","handler","entityType","recordId","tenantId","organizationId","message","stack","payload","occurredAt"],"additionalProperties":false},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesId":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesSource":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesHandler":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesLevel":{"type":"string","enum":["info","warn"]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesEntityTypeAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesEntityTypeAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesEntityTypeAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesRecordIdAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesRecordIdAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesRecordId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesRecordIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesRecordIdAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesTenantIdAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesMessage":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesDetailsAnyOf0":{"type":"null"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesDetails":{"anyOf":[{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesDetailsAnyOf0"},{}]},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesOccurredAt":{"type":"string"},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesId"},"source":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesSource"},"handler":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesHandler"},"level":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesLevel"},"entityType":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesEntityType"},"recordId":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesRecordId"},"tenantId":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesOrganizationId"},"message":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesMessage"},"details":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesDetails"},"occurredAt":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItemsPropertiesOccurredAt"}},"required":["id","source","handler","level","entityType","recordId","tenantId","organizationId","message","details","occurredAt"],"additionalProperties":false},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogs":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogsItems"}},"DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"errors":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesErrors"},"logs":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses200ContentApplicationJsonSchemaPropertiesLogs"}},"required":["items","errors","logs"],"additionalProperties":false},"DocPathsQueryIndexStatusGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexStatusGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsQueryIndexStatusGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexStatusGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsQueryIndexStatusGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsQueryIndexStatusGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsQueryIndexStatusGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsVersionGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsAuditLogsAuditLogsAccessGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsAccessGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsAccessGetParameters2Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetParameters3Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetParameters4Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetParameters5Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetParameters6Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetParameters7Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetParameters8Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKind":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessType":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf1"}]},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1"}]},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFieldsItems":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFields":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFieldsItems"}},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf1":{"type":"object","additionalProperties":true},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf1"}]},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"resourceKind":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKind"},"resourceId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId"},"accessType":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAccessType"},"actorUserId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserId"},"actorUserName":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserName"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantName":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"organizationId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName"},"fields":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFields"},"context":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContext"},"createdAt":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id","resourceKind","resourceId","accessType","actorUserId","actorUserName","tenantId","tenantName","organizationId","organizationName","fields","context","createdAt"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesCanViewTenant":{"type":"boolean"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"canViewTenant":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesCanViewTenant"},"page":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","canViewTenant","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsAccessGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsAccessGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsAccessGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsAccessGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsAccessGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsExportGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsActionsExportGetParameters1Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetParameters2Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetParameters3Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetParameters4Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetParameters5Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsAuditLogsAuditLogsActionsExportGetParameters7Schema":{"type":"string","enum":["true","false"]},"DocPathsAuditLogsAuditLogsActionsExportGetParameters8Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetParameters9Schema":{"type":"string","enum":["createdAt","user","action","field","source"]},"DocPathsAuditLogsAuditLogsActionsExportGetParameters10Schema":{"type":"string","enum":["asc","desc"]},"DocPathsAuditLogsAuditLogsActionsExportGetParameters11Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetParameters12Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetResponses200ContentApplicationJsonSchemaPropertiesFile":{"type":"string","enum":["csv"]},"DocPathsAuditLogsAuditLogsActionsExportGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"file":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetResponses200ContentApplicationJsonSchemaPropertiesFile"}},"required":["file"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsExportGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsExportGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsExportGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsExportGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsExportGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsRedoPostRequestBodyContentApplicationJsonSchemaPropertiesLogId":{"type":"string","minLength":1},"DocPathsAuditLogsAuditLogsActionsRedoPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"logId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostRequestBodyContentApplicationJsonSchemaPropertiesLogId"}},"required":["logId"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogIdAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoTokenAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoTokenAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoToken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoTokenAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoTokenAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"logId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesLogId"},"undoToken":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses200ContentApplicationJsonSchemaPropertiesUndoToken"}},"required":["ok","logId","undoToken"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsRedoPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsRedoPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsActionsGetParameters1Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters2Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters3Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters4Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters5Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsAuditLogsAuditLogsActionsGetParameters7Schema":{"type":"string","enum":["true","false"]},"DocPathsAuditLogsAuditLogsActionsGetParameters8Schema":{"type":"string","enum":["true","false"]},"DocPathsAuditLogsAuditLogsActionsGetParameters9Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters10Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters11Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters12Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters13Schema":{"type":"string","enum":["createdAt","user","action","field","source"]},"DocPathsAuditLogsAuditLogsActionsGetParameters14Schema":{"type":"string","enum":["asc","desc"]},"DocPathsAuditLogsAuditLogsActionsGetParameters15Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetParameters16Schema":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommandId":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabelAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabelAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabelAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionState":{"type":"string","enum":["done","undone","failed","redone"]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserNameAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantNameAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationNameAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKindAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKindAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKindAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKindAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKindAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKindAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceIdAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceIdAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceIdAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoTokenAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoTokenAnyOf1":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoToken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoTokenAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoTokenAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotBeforeAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotBefore":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotBeforeAnyOf0"},{}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAfterAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAfter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAfterAnyOf0"},{}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangesAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChanges":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangesAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChangesAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf0":{"type":"null"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf1":{"type":"object","additionalProperties":true},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContext":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf0"},{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContextAnyOf1"}]},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"commandId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCommandId"},"actionLabel":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionLabel"},"executionState":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExecutionState"},"actorUserId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserId"},"actorUserName":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActorUserName"},"tenantId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"tenantName":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"organizationId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"organizationName":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationName"},"resourceKind":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceKind"},"resourceId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId"},"parentResourceKind":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceKind"},"parentResourceId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentResourceId"},"undoToken":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUndoToken"},"createdAt":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"snapshotBefore":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotBefore"},"snapshotAfter":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSnapshotAfter"},"changes":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChanges"},"context":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContext"}},"required":["id","commandId","actionLabel","executionState","actorUserId","actorUserName","tenantId","tenantName","organizationId","organizationName","resourceKind","resourceId","undoToken","createdAt","updatedAt","snapshotBefore","snapshotAfter","changes","context"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesCanViewTenant":{"type":"boolean"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"canViewTenant":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesCanViewTenant"},"page":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","canViewTenant","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsUndoPostRequestBodyContentApplicationJsonSchemaPropertiesUndoToken":{"type":"string","minLength":1},"DocPathsAuditLogsAuditLogsActionsUndoPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"undoToken":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostRequestBodyContentApplicationJsonSchemaPropertiesUndoToken"}},"required":["undoToken"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchemaPropertiesLogId":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"logId":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses200ContentApplicationJsonSchemaPropertiesLogId"}},"required":["ok","logId"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAuditLogsAuditLogsActionsUndoPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAuditLogsAuditLogsActionsUndoPostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsAdminPreferencesGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsAdminPreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsAdminPreferencesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsAdminPreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsAdminPreferencesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsAdminPreferencesPutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsAdminPreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsAdminPreferencesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsAdminPreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsAdminPreferencesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsAdminPreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsBatchPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsBatchPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsBatchPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsBatchPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsBatchPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsBatchPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsBatchPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsChannelsGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsChannelsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsChannelsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsChannelsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsChannelsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsChannelsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsChannelsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsFeaturePostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsFeaturePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsFeaturePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsFeaturePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsFeaturePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsFeaturePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsFeaturePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsMarkAllReadPutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsMarkAllReadPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsMarkAllReadPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsMarkAllReadPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsPreferencesGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsPreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsPreferencesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsPreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsPreferencesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsPreferencesPutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsPreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsPreferencesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsPreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsPreferencesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsPreferencesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsRolePostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsRolePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsRolePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsRolePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsRolePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsRolePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsRolePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsGetParameters0SchemaOneOf0":{"type":"string","enum":["unread","read","actioned","dismissed"]},"DocPathsNotificationsGetParameters0SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters0SchemaOneOf0"}},"DocPathsNotificationsGetParameters0Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters0SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetParameters0SchemaOneOf1"}]},"DocPathsNotificationsGetParameters1Schema":{"type":"string"},"DocPathsNotificationsGetParameters2Schema":{"type":"string","enum":["info","warning","success","error"]},"DocPathsNotificationsGetParameters3Schema":{"type":"string"},"DocPathsNotificationsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsNotificationsGetParameters5Schema":{"type":"string","format":"datetime"},"DocPathsNotificationsGetParameters6Schema":{"type":"number"},"DocPathsNotificationsGetParameters7Schema":{"type":"number"},"DocPathsNotificationsGetParameters8Schema":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKeyAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKeyAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKeyAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKeyAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKeyAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKey":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKeyAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKeyAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf1AdditionalProperties":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf1AdditionalProperties"}},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariables":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariablesAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf1AdditionalProperties":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf1":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf1AdditionalProperties"}},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariables":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariablesAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverity":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesId":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabel":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesVariant":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIcon"}},"required":["id","label"],"additionalProperties":false},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItems"}},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryActionId":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModuleAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHrefAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHrefAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHrefAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf0":{"type":"null"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf1":{"type":"string"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTaken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf0"},{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf1"}]},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"title":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"titleKey":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleKey"},"bodyKey":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyKey"},"titleVariables":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleVariables"},"bodyVariables":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyVariables"},"icon":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"severity":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSeverity"},"status":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"actions":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryActionId"},"sourceModule":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId"},"linkHref":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkHref"},"createdAt":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"readAt":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAt"},"actionTaken":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTaken"}},"required":["id","type","title","severity","status","actions","createdAt"],"additionalProperties":false},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsNotificationsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsNotificationsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsNotificationsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses403ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsNotificationsGetResponses403ContentApplicationJsonSchemaPropertiesCode"}},"required":["error","code"],"additionalProperties":false},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","minLength":1,"maxLength":100},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleKey":{"type":"string","minLength":1,"maxLength":200},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyKey":{"type":"string","minLength":1,"maxLength":200},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleVariablesAdditionalProperties":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleVariables":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleVariablesAdditionalProperties"}},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyVariablesAdditionalProperties":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyVariables":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyVariablesAdditionalProperties"}},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":500},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":2000},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"type":"string","maxLength":100},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSeverityAllOf0":{"type":"string","enum":["info","warning","success","error"]},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSeverity":{"allOf":[{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSeverityAllOf0"}],"default":"info"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesHref":{"type":"string","minLength":1},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesHref"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItems"}},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryActionId":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModule":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId":{"type":"string","format":"uuid"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesGroupKey":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesDataAdditionalProperties":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesData":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesDataAdditionalProperties"}},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesSound":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesBadge":{"type":"number"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesImage":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesPriority":{"type":"string","enum":["high","normal"]},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesChannelId":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesBody":{"type":"string"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptions":{"type":"object","properties":{"sound":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesSound"},"badge":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesBadge"},"image":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesImage"},"priority":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesPriority"},"channelId":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesChannelId"},"body":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptionsPropertiesBody"}},"additionalProperties":true},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesChannelsItems":{"type":"string","minLength":1,"maxLength":32},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesChannels":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesChannelsItems"},"minItems":1},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientUserId":{"type":"string","format":"uuid"},"DocPathsNotificationsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"titleKey":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleKey"},"bodyKey":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyKey"},"titleVariables":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitleVariables"},"bodyVariables":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBodyVariables"},"title":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"icon":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"severity":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSeverity"},"actions":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryActionId"},"sourceModule":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceModule"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId"},"linkHref":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesActionsItemsPropertiesHref"},"groupKey":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesGroupKey"},"expiresAt":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesExpiresAt"},"data":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesData"},"pushOptions":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesPushOptions"},"channels":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesChannels"},"recipientUserId":{"$ref":"#/components/schemas/DocPathsNotificationsPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientUserId"}},"required":["type","recipientUserId"],"additionalProperties":false},"DocPathsNotificationsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsNotificationsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsNotificationsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsNotificationsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsSettingsPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsSettingsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsSettingsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsSettingsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsSettingsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsSettingsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsTypesGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsTypesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsTypesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsTypesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsTypesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsTypesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsTypesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsTypesPatchResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsTypesPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsTypesPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsTypesPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsTypesPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsTypesPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsTypesPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsUnreadCountGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsUnreadCountGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsUnreadCountGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsUnreadCountGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsIdActionPostParameters0Schema":{"type":"string"},"DocPathsNotificationsIdActionPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsIdActionPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsIdActionPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsIdActionPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsIdDismissPutParameters0Schema":{"type":"string"},"DocPathsNotificationsIdDismissPutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsIdDismissPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsIdDismissPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsIdDismissPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsIdReadPutParameters0Schema":{"type":"string"},"DocPathsNotificationsIdReadPutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsIdReadPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsIdReadPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsIdReadPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsIdRestorePutParameters0Schema":{"type":"string"},"DocPathsNotificationsIdRestorePutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsIdRestorePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsIdRestorePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsIdRestorePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsTypesIdChannelsChannelPutParameters0Schema":{"type":"string"},"DocPathsNotificationsTypesIdChannelsChannelPutParameters1Schema":{"type":"string"},"DocPathsNotificationsTypesIdChannelsChannelPutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsNotificationsTypesIdChannelsChannelPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsTypesIdChannelsChannelPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsTypesIdChannelsChannelPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsTypesIdChannelsChannelPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsTypesIdChannelsChannelDeleteParameters0Schema":{"type":"string"},"DocPathsNotificationsTypesIdChannelsChannelDeleteParameters1Schema":{"type":"string"},"DocPathsNotificationsTypesIdChannelsChannelDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsTypesIdChannelsChannelDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsNotificationsTypesIdChannelsChannelDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsNotificationsTypesIdChannelsChannelDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsNotificationsTypesIdChannelsChannelDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesWidgetId":{"type":"string","minLength":1},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesOrder":{"type":"number"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesPriority":{"type":"number"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesSettings":{},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesId"},"widgetId":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesWidgetId"},"order":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesOrder"},"priority":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesPriority"},"size":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesSize"},"settings":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesSettings"}},"required":["id","widgetId","order"],"additionalProperties":false},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItems"},"maxItems":100},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayout":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesAllowedWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesWidgetId"}},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesCanConfigure":{"type":"boolean"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf1"}]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantIdAnyOf1"}]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserNameAnyOf0":{"type":"null"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserNameAnyOf1":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserNameAnyOf1"}]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmailAnyOf0":{"type":"null"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmailAnyOf1":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmailAnyOf1"}]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserLabel":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContext":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserId"},"tenantId":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesOrganizationId"},"userName":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserName"},"userEmail":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserEmail"},"userLabel":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContextPropertiesUserLabel"}},"required":["userId","tenantId","organizationId","userName","userEmail","userLabel"],"additionalProperties":false},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesTitle":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultEnabled":{"type":"boolean"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSettingsAnyOf0":{"type":"null"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSettings":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSettingsAnyOf0"},{}]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesFeaturesItems":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesFeaturesItems"}},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesModuleId":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIconAnyOf1"}]},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesLoaderKey":{"type":"string"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesSupportsRefresh":{"type":"boolean"},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayoutPropertiesItemsItemsPropertiesWidgetId"},"title":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDescription"},"defaultSize":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSize"},"defaultEnabled":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultEnabled"},"defaultSettings":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesDefaultSettings"},"features":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesFeatures"},"moduleId":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesModuleId"},"icon":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesIcon"},"loaderKey":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesLoaderKey"},"supportsRefresh":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItemsPropertiesSupportsRefresh"}},"required":["id","title","description","defaultSize","defaultEnabled","defaultSettings","features","moduleId","icon","loaderKey","supportsRefresh"],"additionalProperties":false},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgets":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgetsItems"}},"DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"layout":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesLayout"},"allowedWidgetIds":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesAllowedWidgetIds"},"canConfigure":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesCanConfigure"},"context":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesContext"},"widgets":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses200ContentApplicationJsonSchemaPropertiesWidgets"}},"required":["layout","allowedWidgetIds","canConfigure","context","widgets"],"additionalProperties":false},"DocPathsDashboardsLayoutGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsLayoutGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWidgetId":{"type":"string","minLength":1},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrder":{"type":"number"},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"number"},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettings":{},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"widgetId":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesWidgetId"},"order":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrder"},"priority":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"size":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSize"},"settings":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSettings"}},"required":["id","widgetId","order"],"additionalProperties":false},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItemsItems"},"maxItems":100},"DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutRequestBodyContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsDashboardsLayoutPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDashboardsLayoutPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDashboardsLayoutPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsLayoutPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsLayoutPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsLayoutPutResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutPutResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutPutResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsRolesWidgetsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDashboardsRolesWidgetsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsDashboardsRolesWidgetsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesHasCustom":{"type":"boolean"},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1"}]},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1"}]},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScope":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationId"}},"required":["tenantId","organizationId"],"additionalProperties":false},"DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"widgetIds":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIds"},"hasCustom":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesHasCustom"},"scope":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScope"}},"required":["widgetIds","hasCustom","scope"],"additionalProperties":false},"DocPathsDashboardsRolesWidgetsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsRolesWidgetsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsRolesWidgetsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsRolesWidgetsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsRolesWidgetsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsRolesWidgetsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIdsItems"},"maxItems":200},"DocPathsDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleId":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesRoleId"},"widgetIds":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIds"}},"required":["roleId","widgetIds"],"additionalProperties":false},"DocPathsDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"widgetIds":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIds"}},"required":["ok","widgetIds"],"additionalProperties":false},"DocPathsDashboardsRolesWidgetsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsRolesWidgetsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsRolesWidgetsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsRolesWidgetsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsRolesWidgetsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsRolesWidgetsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsRolesWidgetsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsUsersWidgetsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDashboardsUsersWidgetsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsDashboardsUsersWidgetsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["inherit","override"]},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesHasCustom":{"type":"boolean"},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1"}]},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantIdAnyOf1"}]},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScope":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScopePropertiesOrganizationId"}},"required":["tenantId","organizationId"],"additionalProperties":false},"DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"mode":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesMode"},"widgetIds":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesWidgetIds"},"hasCustom":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesHasCustom"},"effectiveWidgetIds":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesEffectiveWidgetIds"},"scope":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses200ContentApplicationJsonSchemaPropertiesScope"}},"required":["mode","widgetIds","hasCustom","effectiveWidgetIds","scope"],"additionalProperties":false},"DocPathsDashboardsUsersWidgetsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsUsersWidgetsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsUsersWidgetsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsUsersWidgetsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsUsersWidgetsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsUsersWidgetsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0":{"type":"string","enum":["inherit","override"]},"DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesModeAllOf0"}],"default":"inherit"},"DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIdsItems"},"maxItems":200},"DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"mode":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesMode"},"widgetIds":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutRequestBodyContentApplicationJsonSchemaPropertiesWidgetIds"}},"required":["userId","widgetIds"],"additionalProperties":false},"DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesMode":{"type":"string","enum":["inherit","override"]},"DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems":{"type":"string","minLength":1},"DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIdsItems"}},"DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"mode":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesMode"},"widgetIds":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses200ContentApplicationJsonSchemaPropertiesWidgetIds"}},"required":["ok","mode","widgetIds"],"additionalProperties":false},"DocPathsDashboardsUsersWidgetsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsUsersWidgetsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsUsersWidgetsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsUsersWidgetsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsUsersWidgetsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsUsersWidgetsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsUsersWidgetsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesEntityType":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesMetricPropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesMetricPropertiesAggregate":{"type":"string","enum":["count","sum","avg","min","max"]},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesMetric":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesMetricPropertiesField"},"aggregate":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesMetricPropertiesAggregate"}},"required":["field","aggregate"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupByPropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupByPropertiesGranularity":{"type":"string","enum":["day","week","month","quarter","year"]},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupByPropertiesLimit":{"type":"number"},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupByPropertiesResolveLabels":{"type":"boolean"},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupBy":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupByPropertiesField"},"granularity":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupByPropertiesGranularity"},"limit":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupByPropertiesLimit"},"resolveLabels":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupByPropertiesResolveLabels"}},"required":["field"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesOperator":{"type":"string","enum":["in","not_in"]},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf0":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf1":{"type":"number"},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf2":{"type":"boolean"},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValueItems":{"oneOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf1"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf2"}]},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValue":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValueItems"},"maxItems":200},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesField"},"operator":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesOperator"},"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0PropertiesValue"}},"required":["field","operator","value"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf1PropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf1PropertiesOperator":{"type":"string","enum":["eq","neq","gt","gte","lt","lte","is_null","is_not_null"]},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf1PropertiesValue":{},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf1":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf1PropertiesField"},"operator":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf1PropertiesOperator"},"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf1PropertiesValue"}},"required":["field","operator"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItems":{"oneOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItemsOneOf1"}]},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFilters":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFiltersItems"}},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesDateRangePropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesDateRangePropertiesPreset":{"type":"string","enum":["today","yesterday","this_week","last_week","this_month","last_month","this_quarter","last_quarter","this_year","last_year","last_7_days","last_30_days","last_90_days"]},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesDateRange":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesDateRangePropertiesField"},"preset":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesDateRangePropertiesPreset"}},"required":["field","preset"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesComparisonPropertiesType":{"type":"string","enum":["previous_period","previous_year"]},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesComparison":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesComparisonPropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequest":{"type":"object","properties":{"entityType":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesEntityType"},"metric":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesMetric"},"groupBy":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesGroupBy"},"filters":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesFilters"},"dateRange":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesDateRange"},"comparison":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequestPropertiesComparison"}},"required":["entityType","metric"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesId"},"request":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItemsPropertiesRequest"}},"required":["id","request"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequests":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequestsItems"},"minItems":1,"maxItems":50},"DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"requests":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostRequestBodyContentApplicationJsonSchemaPropertiesRequests"}},"required":["requests"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesId":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesValueAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesValueAnyOf1":{"type":"number"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesValueAnyOf1"}]},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesGroupKey":{},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesGroupLabel":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesValueAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesValueAnyOf1":{"type":"number"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesValueAnyOf1"}]},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItems":{"type":"object","properties":{"groupKey":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesGroupKey"},"groupLabel":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesGroupLabel"},"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItemsPropertiesValue"}},"required":["groupKey","value"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesDataItems"}},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesValueAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesValueAnyOf1":{"type":"number"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesValueAnyOf1"}]},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesChange":{"type":"number"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesDirection":{"type":"string","enum":["up","down","unchanged"]},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparison":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesValue"},"change":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesChange"},"direction":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparisonPropertiesDirection"}},"required":["value","change","direction"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesFetchedAt":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesRecordCount":{"type":"number"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesCurrencyAnyOf1"}]},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadata":{"type":"object","properties":{"fetchedAt":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesFetchedAt"},"recordCount":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesRecordCount"},"currency":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadataPropertiesCurrency"}},"required":["fetchedAt","recordCount"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesData":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesValue"},"data":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesData"},"comparison":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesComparison"},"metadata":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesDataPropertiesMetadata"}},"required":["value","data","metadata"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesId"},"ok":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesOk"},"data":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0PropertiesData"}},"required":["id","ok","data"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf1PropertiesId":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf1PropertiesOk":{"type":"boolean","enum":[false]},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf1PropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf1PropertiesId"},"ok":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf1PropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf1PropertiesError"}},"required":["id","ok","error"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItems":{"oneOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItemsOneOf1"}]},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResults":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResultsItems"}},"DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"results":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses200ContentApplicationJsonSchemaPropertiesResults"}},"required":["results"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataBatchPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataBatchPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataBatchPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataBatchPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataBatchPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetricPropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetricPropertiesAggregate":{"type":"string","enum":["count","sum","avg","min","max"]},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetric":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetricPropertiesField"},"aggregate":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetricPropertiesAggregate"}},"required":["field","aggregate"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesGranularity":{"type":"string","enum":["day","week","month","quarter","year"]},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesLimit":{"type":"number"},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesResolveLabels":{"type":"boolean"},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupBy":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesField"},"granularity":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesGranularity"},"limit":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesLimit"},"resolveLabels":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupByPropertiesResolveLabels"}},"required":["field"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesOperator":{"type":"string","enum":["in","not_in"]},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf0":{"type":"string"},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf1":{"type":"number"},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf2":{"type":"boolean"},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValueItems":{"oneOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf1"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValueItemsOneOf2"}]},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValue":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValueItems"},"maxItems":200},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesField"},"operator":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesOperator"},"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0PropertiesValue"}},"required":["field","operator","value"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf1PropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf1PropertiesOperator":{"type":"string","enum":["eq","neq","gt","gte","lt","lte","is_null","is_not_null"]},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf1PropertiesValue":{},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf1":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf1PropertiesField"},"operator":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf1PropertiesOperator"},"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf1PropertiesValue"}},"required":["field","operator"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItems":{"oneOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItemsOneOf1"}]},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFilters":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFiltersItems"}},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRangePropertiesField":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRangePropertiesPreset":{"type":"string","enum":["today","yesterday","this_week","last_week","this_month","last_month","this_quarter","last_quarter","this_year","last_year","last_7_days","last_30_days","last_90_days"]},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRange":{"type":"object","properties":{"field":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRangePropertiesField"},"preset":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRangePropertiesPreset"}},"required":["field","preset"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesComparisonPropertiesType":{"type":"string","enum":["previous_period","previous_year"]},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesComparison":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesComparisonPropertiesType"}},"required":["type"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityType":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesEntityType"},"metric":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesMetric"},"groupBy":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesGroupBy"},"filters":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesFilters"},"dateRange":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesDateRange"},"comparison":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostRequestBodyContentApplicationJsonSchemaPropertiesComparison"}},"required":["entityType","metric"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValueAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValueAnyOf1":{"type":"number"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValueAnyOf1"}]},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesGroupKey":{},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesGroupLabel":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValueAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValueAnyOf1":{"type":"number"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValueAnyOf1"}]},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"groupKey":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesGroupKey"},"groupLabel":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesGroupLabel"},"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesValue"}},"required":["groupKey","value"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValueAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValueAnyOf1":{"type":"number"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValueAnyOf1"}]},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesChange":{"type":"number"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesDirection":{"type":"string","enum":["up","down","unchanged"]},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparison":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesValue"},"change":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesChange"},"direction":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparisonPropertiesDirection"}},"required":["value","change","direction"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesFetchedAt":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesRecordCount":{"type":"number"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesCurrencyAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesCurrencyAnyOf1":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesCurrencyAnyOf1"}]},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadata":{"type":"object","properties":{"fetchedAt":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesFetchedAt"},"recordCount":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesRecordCount"},"currency":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadataPropertiesCurrency"}},"required":["fetchedAt","recordCount"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesValue"},"data":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesData"},"comparison":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesComparison"},"metadata":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses200ContentApplicationJsonSchemaPropertiesMetadata"}},"required":["value","data","metadata"],"additionalProperties":false},"DocPathsDashboardsWidgetsDataPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsDataPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsDataPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsDataPostResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsLayoutItemIdPatchParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSettings":{},"DocPathsDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"size":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSize"},"settings":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSettings"}},"additionalProperties":false},"DocPathsDashboardsLayoutItemIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDashboardsLayoutItemIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDashboardsLayoutItemIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutItemIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsLayoutItemIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutItemIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsLayoutItemIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutItemIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsLayoutItemIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsLayoutItemIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsLayoutItemIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSize":{"type":"string","enum":["sm","md","lg"]},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultEnabled":{"type":"boolean"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSettingsAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSettings":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSettingsAnyOf0"},{}]},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeaturesItems":{"type":"string"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeatures":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeaturesItems"}},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModuleId":{"type":"string"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoaderKey":{"type":"string"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportsRefresh":{"type":"boolean"},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"defaultSize":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSize"},"defaultEnabled":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultEnabled"},"defaultSettings":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultSettings"},"features":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFeatures"},"moduleId":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModuleId"},"icon":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"loaderKey":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoaderKey"},"supportsRefresh":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSupportsRefresh"}},"required":["id","title","description","defaultSize","defaultEnabled","defaultSettings","features","moduleId","icon","loaderKey","supportsRefresh"],"additionalProperties":false},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsDashboardsWidgetsCatalogGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsCatalogGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDashboardsWidgetsCatalogGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDashboardsWidgetsCatalogGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDashboardsWidgetsCatalogGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId":{"type":"string"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLabel":{"type":"string"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription":{"type":"string"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCategory":{"type":"string","enum":["crud","lifecycle","system","custom"]},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesModule":{"type":"string"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEntity":{"type":"string"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesExcludeFromTriggers":{"type":"boolean"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClientBroadcast":{"type":"boolean"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCrossProcessBroadcast":{"type":"boolean"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPortalBroadcast":{"type":"boolean"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItemsPropertiesPath":{"type":"string"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItemsPropertiesType":{"type":"string","enum":["text","number","boolean","select","date","object","unknown"]},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItemsPropertiesLabel":{"type":"string"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItemsPropertiesOptional":{"type":"boolean"},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItems":{"type":"object","properties":{"path":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItemsPropertiesPath"},"type":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItemsPropertiesType"},"label":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItemsPropertiesLabel"},"optional":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItemsPropertiesOptional"}},"required":["path","type"],"additionalProperties":false},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFields":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFieldsItems"}},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchema":{"type":"object","properties":{"fields":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchemaPropertiesFields"}},"required":["fields"],"additionalProperties":false},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesLabel"},"description":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCategory"},"module":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesModule"},"entity":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesEntity"},"excludeFromTriggers":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesExcludeFromTriggers"},"clientBroadcast":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesClientBroadcast"},"crossProcessBroadcast":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesCrossProcessBroadcast"},"portalBroadcast":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPortalBroadcast"},"payloadSchema":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItemsPropertiesPayloadSchema"}},"required":["id","label"],"additionalProperties":false},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesData":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesDataItems"}},"DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsEventsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesData"},"total":{"$ref":"#/components/schemas/DocPathsEventsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["data","total"],"additionalProperties":false},"DocPathsEventsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEventsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEventsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEventsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEventsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEventsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsEventsStreamGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsEventsStreamGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsEventsStreamGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsEventsStreamGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesJobsRemoved":{"type":"number"},"DocPathsSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"jobsRemoved":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesJobsRemoved"}},"required":["ok","jobsRemoved"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsReindexCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsReindexCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchemaPropertiesPurgeFirst":{"type":"boolean"},"DocPathsSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"purgeFirst":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostRequestBodyContentApplicationJsonSchemaPropertiesPurgeFirst"}},"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesRecordsIndexed":{"type":"number"},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesJobsEnqueued":{"type":"number"},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntitiesProcessed":{"type":"number"},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityId":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesEntityId"},"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesError"}},"required":["entityId","error"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"recordsIndexed":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesRecordsIndexed"},"jobsEnqueued":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesJobsEnqueued"},"entitiesProcessed":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntitiesProcessed"},"errors":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses200ContentApplicationJsonSchemaPropertiesErrors"}},"required":["ok"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesType":{"type":"string","enum":["fulltext","vector"]},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesAction":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesStartedAt":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesElapsedMinutes":{"type":"number"},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf1"}]},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf1"}]},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLock":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesType"},"action":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesAction"},"startedAt":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesStartedAt"},"elapsedMinutes":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesElapsedMinutes"},"processedCount":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCount"}},"required":["type","action","startedAt","elapsedMinutes"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesError"},"lock":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses409ContentApplicationJsonSchemaPropertiesLock"}},"required":["error","lock"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsReindexPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsReindexPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsReindexPostResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesOpenaiConfigured":{"type":"boolean"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingEnabled":{"type":"boolean"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingLocked":{"type":"boolean"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf1":{"type":"string"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf1"}]},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId":{"type":"string","enum":["openai","google","mistral","cohere","bedrock","ollama"]},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesModel":{"type":"string"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesDimension":{"type":"number"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesOutputDimensionality":{"type":"number"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesBaseUrl":{"type":"string"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesUpdatedAt":{"type":"string"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId"},"model":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesModel"},"dimension":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesDimension"},"outputDimensionality":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesOutputDimensionality"},"baseUrl":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesBaseUrl"},"updatedAt":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesUpdatedAt"}},"required":["providerId","model","dimension"],"additionalProperties":false},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1"}]},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProviders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId"}},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf1":{"type":"number"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimension":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf1"}]},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexRequired":{"type":"boolean"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf1":{"type":"number"},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf1"}]},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"openaiConfigured":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesOpenaiConfigured"},"autoIndexingEnabled":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingEnabled"},"autoIndexingLocked":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingLocked"},"lockReason":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReason"},"embeddingConfig":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfig"},"configuredProviders":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProviders"},"indexedDimension":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimension"},"reindexRequired":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexRequired"},"documentCount":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCount"}},"required":["openaiConfigured","autoIndexingEnabled","autoIndexingLocked","lockReason","embeddingConfig","configuredProviders","indexedDimension","reindexRequired","documentCount"],"additionalProperties":false},"DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses200ContentApplicationJsonSchemaPropertiesSettings"}},"required":["settings"],"additionalProperties":false},"DocPathsSearchEmbeddingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesAutoIndexingEnabled":{"type":"boolean"},"DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesProviderId":{"type":"string","enum":["openai","google","mistral","cohere","bedrock","ollama"]},"DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesModel":{"type":"string"},"DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesDimension":{"type":"number"},"DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesOutputDimensionality":{"type":"number"},"DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesBaseUrl":{"type":"string"},"DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfig":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesProviderId"},"model":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesModel"},"dimension":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesDimension"},"outputDimensionality":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesOutputDimensionality"},"baseUrl":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfigPropertiesBaseUrl"}},"required":["providerId","model","dimension"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"autoIndexingEnabled":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesAutoIndexingEnabled"},"embeddingConfig":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostRequestBodyContentApplicationJsonSchemaPropertiesEmbeddingConfig"}},"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesOpenaiConfigured":{"type":"boolean"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingEnabled":{"type":"boolean"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingLocked":{"type":"boolean"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf1":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReasonAnyOf1"}]},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId":{"type":"string","enum":["openai","google","mistral","cohere","bedrock","ollama"]},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesModel":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesDimension":{"type":"number"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesOutputDimensionality":{"type":"number"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesBaseUrl":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesUpdatedAt":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1":{"type":"object","properties":{"providerId":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId"},"model":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesModel"},"dimension":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesDimension"},"outputDimensionality":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesOutputDimensionality"},"baseUrl":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesBaseUrl"},"updatedAt":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesUpdatedAt"}},"required":["providerId","model","dimension"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1"}]},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProviders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfigAnyOf1PropertiesProviderId"}},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf1":{"type":"number"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimension":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimensionAnyOf1"}]},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexRequired":{"type":"boolean"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf0":{"type":"null"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf1":{"type":"number"},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCountAnyOf1"}]},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"openaiConfigured":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesOpenaiConfigured"},"autoIndexingEnabled":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingEnabled"},"autoIndexingLocked":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesAutoIndexingLocked"},"lockReason":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesLockReason"},"embeddingConfig":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesEmbeddingConfig"},"configuredProviders":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesConfiguredProviders"},"indexedDimension":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesIndexedDimension"},"reindexRequired":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexRequired"},"documentCount":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDocumentCount"}},"required":["openaiConfigured","autoIndexingEnabled","autoIndexingLocked","lockReason","embeddingConfig","configuredProviders","indexedDimension","reindexRequired","documentCount"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses200ContentApplicationJsonSchemaPropertiesSettings"}},"required":["settings"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchEmbeddingsPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchEmbeddingsPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchEmbeddingsPostResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexGetParameters0Schema":{"type":"string"},"DocPathsSearchIndexGetParameters1Schema":{"type":"number"},"DocPathsSearchIndexGetParameters2Schema":{"type":"number"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"type":"string"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEntityId":{"type":"string"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRecordId":{"type":"string"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTenantId":{"type":"string"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationIdAnyOf1":{"type":"string"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTitle":{"type":"string"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesSubtitle":{"type":"string"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRecordId"},"tenantId":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesOrganizationId"},"title":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesSubtitle"},"createdAt":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesCreatedAt"}},"required":["id","entityId","recordId","tenantId"],"additionalProperties":false},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems"}},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesLimit":{"type":"number"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesOffset":{"type":"number"},"DocPathsSearchIndexGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"entries":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesEntries"},"limit":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesLimit"},"offset":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses200ContentApplicationJsonSchemaPropertiesOffset"}},"required":["entries","limit","offset"],"additionalProperties":false},"DocPathsSearchIndexGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexGetResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexDeleteParameters0Schema":{"type":"string"},"DocPathsSearchIndexDeleteParameters1Schema":{"type":"string","enum":["true"]},"DocPathsSearchIndexDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsSearchIndexDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsSearchIndexDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexDeleteResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexDeleteResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchIndexDeleteResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchIndexDeleteResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchIndexDeleteResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsSearchReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesJobsRemoved":{"type":"number"},"DocPathsSearchReindexCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsSearchReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"jobsRemoved":{"$ref":"#/components/schemas/DocPathsSearchReindexCancelPostResponses200ContentApplicationJsonSchemaPropertiesJobsRemoved"}},"required":["ok","jobsRemoved"],"additionalProperties":false},"DocPathsSearchReindexCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchReindexCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchReindexCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchReindexCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchReindexCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchReindexCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesAction":{"type":"string","enum":["clear","recreate","reindex"]},"DocPathsSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string"},"DocPathsSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesUseQueue":{"type":"boolean"},"DocPathsSearchReindexPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"action":{"$ref":"#/components/schemas/DocPathsSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesAction"},"entityId":{"$ref":"#/components/schemas/DocPathsSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"useQueue":{"$ref":"#/components/schemas/DocPathsSearchReindexPostRequestBodyContentApplicationJsonSchemaPropertiesUseQueue"}},"additionalProperties":false},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesAction":{"type":"string","enum":["clear","recreate","reindex"]},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityIdAnyOf1":{"type":"string"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityIdAnyOf1"}]},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesUseQueue":{"type":"boolean"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesEntitiesProcessed":{"type":"number"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesRecordsIndexed":{"type":"number"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesJobsEnqueued":{"type":"number"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItemsPropertiesEntityId":{"type":"string"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItemsPropertiesError":{"type":"string"},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItemsPropertiesEntityId"},"error":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItemsPropertiesError"}},"required":["entityId","error"],"additionalProperties":false},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrorsItems"}},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","properties":{"entitiesProcessed":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesEntitiesProcessed"},"recordsIndexed":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesRecordsIndexed"},"jobsEnqueued":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesJobsEnqueued"},"errors":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesErrors"}},"additionalProperties":false},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesStatsAdditionalProperties":{"type":"object","additionalProperties":true,"nullable":true},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesStats":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesStatsAdditionalProperties"}},"DocPathsSearchReindexPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"action":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesAction"},"entityId":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesEntityId"},"useQueue":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesUseQueue"},"result":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesResult"},"stats":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses200ContentApplicationJsonSchemaPropertiesStats"}},"required":["ok","action","entityId"],"additionalProperties":false},"DocPathsSearchReindexPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchReindexPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchReindexPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchReindexPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesType":{"type":"string","enum":["fulltext","vector"]},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesAction":{"type":"string"},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesStartedAt":{"type":"string"},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesElapsedMinutes":{"type":"number"},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCountAnyOf1"}]},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCountAnyOf1"}]},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLock":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesType"},"action":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesAction"},"startedAt":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesStartedAt"},"elapsedMinutes":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesElapsedMinutes"},"processedCount":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLockPropertiesTotalCount"}},"required":["type","action","startedAt","elapsedMinutes"],"additionalProperties":false},"DocPathsSearchReindexPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesError"},"lock":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses409ContentApplicationJsonSchemaPropertiesLock"}},"required":["error","lock"],"additionalProperties":false},"DocPathsSearchReindexPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchReindexPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchReindexPostResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchReindexPostResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchReindexPostResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetParameters0Schema":{"type":"string"},"DocPathsSearchSearchGlobalGetParameters1Schema":{"type":"number"},"DocPathsSearchSearchGlobalGetParameters2Schema":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesEntityId":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesRecordId":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesScore":{"type":"number"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesSource":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesTitle":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesSubtitle":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesIcon":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesBadge":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenter":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesSubtitle"},"icon":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesIcon"},"badge":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesBadge"}},"required":["title"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesUrl":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesHref":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesLabel":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesKind":{"type":"string","enum":["primary","secondary"]},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItems":{"type":"object","properties":{"href":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesLabel"},"kind":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesKind"}},"required":["href","label","kind"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinks":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItems"}},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesRecordId"},"score":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesScore"},"source":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesSource"},"presenter":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenter"},"url":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesUrl"},"links":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinks"},"metadata":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesMetadata"}},"required":["entityId","recordId","score","source"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResults":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResultsItems"}},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsed":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems"}},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesEnabled":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems"}},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTiming":{"type":"number"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesQuery":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesLimit":{"type":"number"},"DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"results":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesResults"},"strategiesUsed":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsed"},"strategiesEnabled":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesEnabled"},"timing":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTiming"},"query":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesQuery"},"limit":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses200ContentApplicationJsonSchemaPropertiesLimit"}},"required":["results","strategiesUsed","strategiesEnabled","timing","query","limit"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGlobalGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGlobalGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGlobalGetResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGetParameters0Schema":{"type":"string"},"DocPathsSearchSearchGetParameters1Schema":{"type":"number"},"DocPathsSearchSearchGetParameters2Schema":{"type":"string"},"DocPathsSearchSearchGetParameters3Schema":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesEntityId":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesRecordId":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesScore":{"type":"number"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesSource":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesTitle":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesSubtitle":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesIcon":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesBadge":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenter":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesSubtitle"},"icon":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesIcon"},"badge":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenterPropertiesBadge"}},"required":["title"],"additionalProperties":false},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesUrl":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesHref":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesLabel":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesKind":{"type":"string","enum":["primary","secondary"]},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItems":{"type":"object","properties":{"href":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesLabel"},"kind":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItemsPropertiesKind"}},"required":["href","label","kind"],"additionalProperties":false},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinks":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinksItems"}},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesMetadata":{"type":"object","additionalProperties":true},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItems":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesRecordId"},"score":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesScore"},"source":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesSource"},"presenter":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesPresenter"},"url":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesUrl"},"links":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesLinks"},"metadata":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItemsPropertiesMetadata"}},"required":["entityId","recordId","score","source"],"additionalProperties":false},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResults":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResultsItems"}},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsed":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsedItems"}},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesTiming":{"type":"number"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesQuery":{"type":"string"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesLimit":{"type":"number"},"DocPathsSearchSearchGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"results":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesResults"},"strategiesUsed":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesStrategiesUsed"},"timing":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesTiming"},"query":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesQuery"},"limit":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses200ContentApplicationJsonSchemaPropertiesLimit"}},"required":["results","strategiesUsed","timing","query","limit"],"additionalProperties":false},"DocPathsSearchSearchGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSearchGetResponses503ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSearchGetResponses503ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSearchGetResponses503ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriverAnyOf0":{"type":"null"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriverAnyOf1":{"type":"string","enum":["meilisearch"]},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriver":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriverAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriverAnyOf1"}]},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesConfigured":{"type":"boolean"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOSTPropertiesSet":{"type":"boolean"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOSTPropertiesHint":{"type":"string"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOST":{"type":"object","properties":{"set":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOSTPropertiesSet"},"hint":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOSTPropertiesHint"}},"required":["set","hint"],"additionalProperties":false},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVars":{"type":"object","properties":{"MEILISEARCH_HOST":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOST"},"MEILISEARCH_API_KEY":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVarsPropertiesMEILISEARCHHOST"}},"required":["MEILISEARCH_HOST","MEILISEARCH_API_KEY"],"additionalProperties":false},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesSet":{"type":"boolean"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValueOneOf0":{"type":"string"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValueOneOf1":{"type":"boolean"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValue":{"oneOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValueOneOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValueOneOf1"}]},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefaultOneOf0":{"type":"string"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefaultOneOf1":{"type":"boolean"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefault":{"oneOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefaultOneOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefaultOneOf1"}]},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesHint":{"type":"string"},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIX":{"type":"object","properties":{"set":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesSet"},"value":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesValue"},"default":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesDefault"},"hint":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIXPropertiesHint"}},"required":["set","hint"],"additionalProperties":false},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVars":{"type":"object","properties":{"MEILISEARCH_INDEX_PREFIX":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIX"},"SEARCH_EXCLUDE_ENCRYPTED_FIELDS":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVarsPropertiesMEILISEARCHINDEXPREFIX"}},"required":["MEILISEARCH_INDEX_PREFIX","SEARCH_EXCLUDE_ENCRYPTED_FIELDS"],"additionalProperties":false},"DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"driver":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesDriver"},"configured":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesConfigured"},"envVars":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesEnvVars"},"optionalEnvVars":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses200ContentApplicationJsonSchemaPropertiesOptionalEnvVars"}},"required":["driver","configured","envVars","optionalEnvVars"],"additionalProperties":false},"DocPathsSearchSettingsFulltextGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsFulltextGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsFulltextGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsFulltextGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsFulltextGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategiesItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategiesItems"}},"DocPathsSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"enabledStrategies":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchGetResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategies"}},"required":["enabledStrategies"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsGlobalSearchGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsGlobalSearchGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledStrategiesItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledStrategiesItems"},"minItems":1},"DocPathsSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"enabledStrategies":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostRequestBodyContentApplicationJsonSchemaPropertiesEnabledStrategies"}},"required":["enabledStrategies"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategiesItems":{"type":"string","enum":["fulltext","vector","tokens"]},"DocPathsSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategiesItems"}},"DocPathsSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"enabledStrategies":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses200ContentApplicationJsonSchemaPropertiesEnabledStrategies"}},"required":["ok","enabledStrategies"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsGlobalSearchPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsGlobalSearchPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsGlobalSearchPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsGlobalSearchPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsGlobalSearchPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsGlobalSearchPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesId":{"type":"string"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesName":{"type":"string"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesPriority":{"type":"number"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesAvailable":{"type":"boolean"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesName"},"priority":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesPriority"},"available":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItemsPropertiesAvailable"}},"required":["id","name","priority","available"],"additionalProperties":false},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategiesItems"}},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextConfigured":{"type":"boolean"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf0":{"type":"null"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesNumberOfDocuments":{"type":"number"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesIsIndexing":{"type":"boolean"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesFieldDistributionAdditionalProperties":{"type":"number"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesFieldDistribution":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesFieldDistributionAdditionalProperties"}},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1":{"type":"object","properties":{"numberOfDocuments":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesNumberOfDocuments"},"isIndexing":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesIsIndexing"},"fieldDistribution":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1PropertiesFieldDistribution"}},"required":["numberOfDocuments","isIndexing","fieldDistribution"],"additionalProperties":false},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStats":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStatsAnyOf1"}]},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorConfigured":{"type":"boolean"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesTokensEnabled":{"type":"boolean"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDefaultStrategiesItems":{"type":"string"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDefaultStrategies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDefaultStrategiesItems"}},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf0":{"type":"null"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesType":{"type":"string","enum":["fulltext","vector"]},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesAction":{"type":"string"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesStartedAt":{"type":"string"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesElapsedMinutes":{"type":"number"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCountAnyOf0":{"type":"null"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCountAnyOf1":{"type":"number"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCountAnyOf1"}]},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCountAnyOf1"}]},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesType"},"action":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesAction"},"startedAt":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesStartedAt"},"elapsedMinutes":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesElapsedMinutes"},"processedCount":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1PropertiesTotalCount"}},"required":["type","action","startedAt","elapsedMinutes"],"additionalProperties":false},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLock":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1"}]},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf0":{"type":"null"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLock":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLockAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1"}]},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf0":{"type":"null"},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLock":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLockAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLockAnyOf1"}]},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"strategies":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesStrategies"},"fulltextConfigured":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextConfigured"},"fulltextStats":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextStats"},"vectorConfigured":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorConfigured"},"tokensEnabled":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesTokensEnabled"},"defaultStrategies":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesDefaultStrategies"},"reindexLock":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesReindexLock"},"fulltextReindexLock":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesFulltextReindexLock"},"vectorReindexLock":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettingsPropertiesVectorReindexLock"}},"required":["strategies","fulltextConfigured","fulltextStats","vectorConfigured","tokensEnabled","defaultStrategies","reindexLock","fulltextReindexLock","vectorReindexLock"],"additionalProperties":false},"DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"settings":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses200ContentApplicationJsonSchemaPropertiesSettings"}},"required":["settings"],"additionalProperties":false},"DocPathsSearchSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesCurrentDriver":{"type":"string","enum":["pgvector","qdrant","chromadb"]},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesConfigured":{"type":"boolean"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesId":{"type":"string","enum":["pgvector","qdrant","chromadb"]},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesName":{"type":"string"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesConfigured":{"type":"boolean"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesImplemented":{"type":"boolean"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesAvailableAnyOf0":{"type":"null"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesAvailableAnyOf1":{"type":"boolean"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesAvailable":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesAvailableAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesAvailableAnyOf1"}]},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesUnavailableReasonAnyOf0":{"type":"null"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesUnavailableReasonAnyOf1":{"type":"string"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesUnavailableReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesUnavailableReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesUnavailableReasonAnyOf1"}]},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesName":{"type":"string"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesSet":{"type":"boolean"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesHint":{"type":"string"},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItems":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesName"},"set":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesSet"},"hint":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItemsPropertiesHint"}},"required":["name","set","hint"],"additionalProperties":false},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVars":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVarsItems"}},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesName"},"configured":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesConfigured"},"implemented":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesImplemented"},"available":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesAvailable"},"unavailableReason":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesUnavailableReason"},"envVars":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItemsPropertiesEnvVars"}},"required":["id","name","configured","implemented","available","unavailableReason","envVars"],"additionalProperties":false},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDrivers":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDriversItems"}},"DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"currentDriver":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesCurrentDriver"},"configured":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesConfigured"},"drivers":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses200ContentApplicationJsonSchemaPropertiesDrivers"}},"required":["currentDriver","configured","drivers"],"additionalProperties":false},"DocPathsSearchSettingsVectorStoreGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsVectorStoreGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsSearchSettingsVectorStoreGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsSearchSettingsVectorStoreGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsSearchSettingsVectorStoreGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsLibraryGetParameters0Schema":{"type":"number"},"DocPathsAttachmentsLibraryGetParameters1Schema":{"type":"number"},"DocPathsAttachmentsLibraryGetParameters2Schema":{"type":"string"},"DocPathsAttachmentsLibraryGetParameters3Schema":{"type":"string"},"DocPathsAttachmentsLibraryGetParameters4Schema":{"type":"string"},"DocPathsAttachmentsLibraryGetParameters5Schema":{"type":"string","enum":["fileName","fileSize","createdAt"]},"DocPathsAttachmentsLibraryGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize":{"type":"number"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionCode":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitleAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitleAnyOf1":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitleAnyOf1"}]},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrlAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrlAnyOf1":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrlAnyOf1"}]},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments":{"type":"array","items":{}},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf0"},{}]},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize"},"mimeType":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType"},"partitionCode":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionCode"},"partitionTitle":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionTitle"},"url":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl"},"createdAt":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"tags":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"assignments":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl"},"content":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContent"}},"required":["id","fileName","fileSize","mimeType","partitionCode","partitionTitle","createdAt","tags","assignments"],"additionalProperties":false},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTagsItems":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTagsItems"}},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesCode":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesTitle":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesIsPublic":{"type":"boolean"},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItems":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItemsPropertiesIsPublic"}},"required":["code","title","description","isPublic"],"additionalProperties":false},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitionsItems"}},"DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"availableTags":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesAvailableTags"},"partitions":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses200ContentApplicationJsonSchemaPropertiesPartitions"}},"required":["items","total","page","pageSize","totalPages","availableTags","partitions"],"additionalProperties":false},"DocPathsAttachmentsLibraryGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPublic":{"type":"boolean"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiresOcr":{"type":"boolean"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModelAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModelAnyOf1"}]},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStorageDriver":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJsonAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJsonAnyOf1"}]},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnvKey":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOcrModel"},"storageDriver":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStorageDriver"},"configJson":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesConfigJson"},"createdAt":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"envKey":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEnvKey"}},"required":["id","code","title","description","isPublic","requiresOcr","ocrModel","createdAt","updatedAt","envKey"],"additionalProperties":false},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsAttachmentsPartitionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","minLength":2,"maxLength":60,"pattern":"^[A-Za-z0-9_-]+$"},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":120},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":500},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsPublic":{"type":"boolean"},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresOcr":{"type":"boolean"},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf1":{"type":"string","maxLength":50},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf1"}]},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesStorageDriverAllOf0":{"type":"string","enum":["local","s3"]},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesStorageDriver":{"allOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesStorageDriverAllOf0"}],"default":"local"},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonAnyOf1"}]},"DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesOcrModel"},"storageDriver":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesStorageDriver"},"configJson":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigJson"}},"required":["code","title"],"additionalProperties":false},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCode":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf1"}]},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesIsPublic":{"type":"boolean"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresOcr":{"type":"boolean"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf1"}]},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesStorageDriver":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJsonAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJsonAnyOf1"}]},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf1"}]},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf1"}]},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEnvKey":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModel"},"storageDriver":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesStorageDriver"},"configJson":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJson"},"createdAt":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"envKey":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItemPropertiesEnvKey"}},"required":["id","code","title","description","isPublic","requiresOcr","ocrModel","createdAt","updatedAt","envKey"],"additionalProperties":false},"DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"item":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses201ContentApplicationJsonSchemaPropertiesItem"}},"required":["item"],"additionalProperties":false},"DocPathsAttachmentsPartitionsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsPostResponses409ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses409ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPostResponses409ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","minLength":2,"maxLength":60,"pattern":"^[A-Za-z0-9_-]+$"},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":120},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":500},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsPublic":{"type":"boolean"},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesRequiresOcr":{"type":"boolean"},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf1":{"type":"string","maxLength":50},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModelAnyOf1"}]},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesStorageDriverAllOf0":{"type":"string","enum":["local","s3"]},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesStorageDriver":{"allOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesStorageDriverAllOf0"}],"default":"local"},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigJsonAnyOf1"}]},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesOcrModel"},"storageDriver":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesStorageDriver"},"configJson":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigJson"},"id":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["code","title","id"],"additionalProperties":false},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCode":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescriptionAnyOf1"}]},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsPublic":{"type":"boolean"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresOcr":{"type":"boolean"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModelAnyOf1"}]},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStorageDriver":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJsonAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJsonAnyOf1":{"type":"object","additionalProperties":true},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJson":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJsonAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJsonAnyOf1"}]},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAtAnyOf1"}]},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAtAnyOf1"}]},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEnvKey":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCode"},"title":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesDescription"},"isPublic":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesIsPublic"},"requiresOcr":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesRequiresOcr"},"ocrModel":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesOcrModel"},"storageDriver":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStorageDriver"},"configJson":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesConfigJson"},"createdAt":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"},"envKey":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEnvKey"}},"required":["id","code","title","description","isPublic","requiresOcr","ocrModel","createdAt","updatedAt","envKey"],"additionalProperties":false},"DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"item":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["item"],"additionalProperties":false},"DocPathsAttachmentsPartitionsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsPutResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsPutResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAttachmentsPartitionsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsPartitionsDeleteResponses409ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsGetParameters0Schema":{"type":"string","minLength":1},"DocPathsAttachmentsGetParameters1Schema":{"type":"string","minLength":1},"DocPathsAttachmentsGetParameters2Schema":{"type":"number"},"DocPathsAttachmentsGetParameters3Schema":{"type":"number"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize":{"type":"number"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf0":{"type":"null"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf1":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeTypeAnyOf1"}]},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionCode":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf0":{"type":"null"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf1":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContentAnyOf1"}]},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesType":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesId":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHrefAnyOf0":{"type":"null"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHrefAnyOf1":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHrefAnyOf1"}]},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabelAnyOf1"}]},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesType"},"id":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesId"},"href":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItemsPropertiesLabel"}},"required":["type","id"],"additionalProperties":false},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignmentsItems"}},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"url":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUrl"},"fileName":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFileSize"},"createdAt":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"mimeType":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMimeType"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThumbnailUrl"},"partitionCode":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPartitionCode"},"tags":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"content":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesContent"},"assignments":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignments"}},"required":["id","url","fileName","fileSize","createdAt"],"additionalProperties":false},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsAttachmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items"],"additionalProperties":false},"DocPathsAttachmentsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesEntityId":{"type":"string","minLength":1},"DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesRecordId":{"type":"string","minLength":1},"DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesFieldKey":{"type":"string"},"DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesFile":{"type":"string","minLength":1},"DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesCustomFields":{"type":"string"},"DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesEntityId"},"recordId":{"$ref":"#/components/schemas/DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesRecordId"},"fieldKey":{"$ref":"#/components/schemas/DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesFieldKey"},"file":{"$ref":"#/components/schemas/DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesFile"},"customFields":{"$ref":"#/components/schemas/DocPathsAttachmentsPostRequestBodyContentMultipartFormDataSchemaPropertiesCustomFields"}},"required":["entityId","recordId","file"],"additionalProperties":false},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUrl":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileName":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileSize":{"type":"number"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesThumbnailUrl":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf0":{"type":"null"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf1":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf1"}]},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTagsItems":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTagsItems"}},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesType":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesId":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHrefAnyOf0":{"type":"null"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHrefAnyOf1":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHrefAnyOf1"}]},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabelAnyOf1"}]},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesType"},"id":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesId"},"href":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItemsPropertiesLabel"}},"required":["type","id"],"additionalProperties":false},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignmentsItems"}},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"url":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUrl"},"fileName":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileSize"},"thumbnailUrl":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesThumbnailUrl"},"content":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContent"},"tags":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTags"},"assignments":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignments"},"customFields":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFields"}},"required":["id","url","fileName","fileSize"],"additionalProperties":false},"DocPathsAttachmentsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsAttachmentsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAttachmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAttachmentsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","minLength":1},"DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"},"minItems":1},"DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesFromRecordId":{"type":"string","minLength":1},"DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesToRecordId":{"type":"string","minLength":1},"DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"fromRecordId":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesFromRecordId"},"toRecordId":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostRequestBodyContentApplicationJsonSchemaPropertiesToRecordId"}},"required":["entityId","attachmentIds","toRecordId"],"additionalProperties":false},"DocPathsAttachmentsTransferPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAttachmentsTransferPostResponses200ContentApplicationJsonSchemaPropertiesUpdated":{"type":"number"},"DocPathsAttachmentsTransferPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"updated":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses200ContentApplicationJsonSchemaPropertiesUpdated"}},"required":["ok","updated"],"additionalProperties":false},"DocPathsAttachmentsTransferPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsTransferPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsTransferPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsTransferPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsTransferPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsTransferPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsTransferPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsTransferPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsTransferPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsTransferPostResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsTransferPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsTransferPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsTransferPostResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsTransferPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsTransferPostResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsFileIdGetParameters0Schema":{"type":"string"},"DocPathsAttachmentsFileIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsFileIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsFileIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsFileIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsFileIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsFileIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsFileIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsFileIdGetResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsFileIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsFileIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsFileIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsFileIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsFileIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsFileIdGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsFileIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsFileIdGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsImageIdSlugGetParameters0Schema":{"type":"string"},"DocPathsAttachmentsImageIdSlugGetParameters1Schema":{"type":"string"},"DocPathsAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsImageIdSlugGetResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdGetParameters0Schema":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string","format":"uuid"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileName":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileSize":{"type":"number"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMimeType":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionCode":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitleAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitleAnyOf1":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitleAnyOf1"}]},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTagsItems":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTagsItems"}},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignments":{"type":"array","items":{}},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContentAnyOf0"},{}]},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFieldsAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFields":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFieldsAnyOf0"},{}]},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesFileSize"},"mimeType":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesMimeType"},"partitionCode":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionCode"},"partitionTitle":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesPartitionTitle"},"tags":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTags"},"assignments":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesAssignments"},"content":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesContent"},"customFields":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCustomFields"}},"required":["id","fileName","fileSize","mimeType","partitionCode","partitionTitle","tags","assignments"],"additionalProperties":false},"DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"item":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["item"],"additionalProperties":false},"DocPathsAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdPatchParameters0Schema":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesType":{"type":"string","minLength":1},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHrefAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHrefAnyOf1":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHrefAnyOf1"}]},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabelAnyOf1"}]},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesType"},"id":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesId"},"href":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesHref"},"label":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItemsPropertiesLabel"}},"required":["type","id"],"additionalProperties":false},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignmentsItems"}},"DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tags":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesTags"},"assignments":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAssignments"}},"additionalProperties":false},"DocPathsAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchemaPropertiesItem":{},"DocPathsAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdPatchResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdDeleteParameters0Schema":{"type":"string"},"DocPathsAttachmentsLibraryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsAttachmentsLibraryIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsAttachmentsLibraryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsAttachmentsLibraryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsCustomersActivitiesGetParameters0Schema":{"type":"number"},"DocPathsCustomersActivitiesGetParameters1Schema":{"type":"number"},"DocPathsCustomersActivitiesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesGetParameters4Schema":{"type":"string"},"DocPathsCustomersActivitiesGetParameters5Schema":{"type":"string"},"DocPathsCustomersActivitiesGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersActivitiesGetParameters7Schema":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityType":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabelAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabelAnyOf1":{"type":"string"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabelAnyOf1"}]},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"activityType":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId"},"dealTitle":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitle"},"customValues":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues"},"activityTypeLabel":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeLabel"}},"required":["id","activityType","createdAt"],"additionalProperties":true},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersActivitiesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersActivitiesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersActivitiesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersActivitiesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesActivityType":{"type":"string","minLength":1,"maxLength":100},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":200},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":8000},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","minLength":1},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTime":{"type":"string","minLength":1},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf1":{"type":"string","maxLength":50},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf1"}]},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"activityType":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"date":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"time":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTime"},"phoneNumber":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumber"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["entityId","activityType"],"additionalProperties":true},"DocPathsCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersActivitiesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersActivitiesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersActivitiesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersActivitiesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersActivitiesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesActivityType":{"type":"string","minLength":1,"maxLength":100},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":200},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":8000},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","minLength":1},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTime":{"type":"string","minLength":1},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf1":{"type":"string","maxLength":50},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumberAnyOf1"}]},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"activityType":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"date":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesDate"},"time":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTime"},"phoneNumber":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesPhoneNumber"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":true},"DocPathsCustomersActivitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersActivitiesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersActivitiesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersActivitiesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersActivitiesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersActivitiesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersActivitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersActivitiesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersActivitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersActivitiesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersActivitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersActivitiesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersActivitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersActivitiesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersActivitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAddressesGetParameters0Schema":{"type":"number"},"DocPathsCustomersAddressesGetParameters1Schema":{"type":"number"},"DocPathsCustomersAddressesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesGetParameters4Schema":{"type":"string"},"DocPathsCustomersAddressesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersAddressesGetParameters6Schema":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf1":{"type":"boolean"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entity_id":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurpose"},"company_name":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName"},"address_line1":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1"},"address_line2":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2"},"building_number":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumber"},"flat_number":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegion"},"postal_code":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"is_primary":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary"},"organization_id":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"updated_at":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","entity_id"],"additionalProperties":false},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersAddressesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAddressesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAddressesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAddressesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAddressesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurpose":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"type":"string","maxLength":200},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","minLength":1,"maxLength":300},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"type":"string","maxLength":300},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber":{"type":"string","maxLength":50},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber":{"type":"string","maxLength":50},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf1"}]},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf1"}]},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurpose"},"companyName":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"addressLine1":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"required":["organizationId","tenantId","entityId","addressLine1"],"additionalProperties":false},"DocPathsCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersAddressesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersAddressesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAddressesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAddressesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAddressesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurpose":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"type":"string","maxLength":200},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","minLength":1,"maxLength":300},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"type":"string","maxLength":300},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber":{"type":"string","maxLength":50},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber":{"type":"string","maxLength":50},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"type":"string","maxLength":150},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitudeAnyOf1"}]},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitudeAnyOf1"}]},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurpose"},"companyName":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"addressLine1":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersAddressesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersAddressesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersAddressesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAddressesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAddressesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAddressesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAddressesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersAddressesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersAddressesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersAddressesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersAddressesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersAddressesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAddressesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAddressesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAddressesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAddressesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAddressesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAssignableStaffGetParameters0Schema":{"type":"number"},"DocPathsCustomersAssignableStaffGetParameters1Schema":{"type":"number"},"DocPathsCustomersAssignableStaffGetParameters2Schema":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamMemberId":{"type":"string","format":"uuid"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf0":{"type":"null"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf1":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf1"}]},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf0":{"type":"null"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf1":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf1"}]},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf0":{"type":"null"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf0":{"type":"null"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf1":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf1"}]},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmail"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUser":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1"}]},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0":{"type":"null"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0":{"type":"null"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1"}]},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1"}]},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"teamMemberId":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamMemberId"},"userId":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"email":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail"},"teamName":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamName"},"user":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUser"},"team":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam"}},"required":["id","teamMemberId","userId","displayName"],"additionalProperties":false},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersAssignableStaffGetResponses308ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses308ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses308ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAssignableStaffGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAssignableStaffGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersAssignableStaffGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersAssignableStaffGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersAssignableStaffGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCommentsGetParameters0Schema":{"type":"number"},"DocPathsCustomersCommentsGetParameters1Schema":{"type":"number"},"DocPathsCustomersCommentsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsGetParameters4Schema":{"type":"string"},"DocPathsCustomersCommentsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersCommentsGetParameters6Schema":{"type":"string"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entity_id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"deal_id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId"},"body":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"author_user_id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","entity_id","deal_id","body","author_user_id","created_at"],"additionalProperties":true},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersCommentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCommentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCommentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCommentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCommentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"body":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["organizationId","tenantId","entityId","body"],"additionalProperties":false},"DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId"}},"required":["id","authorUserId"],"additionalProperties":false},"DocPathsCustomersCommentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCommentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCommentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCommentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"body":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersCommentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersCommentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCommentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCommentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCommentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCommentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCommentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersCommentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersCommentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCommentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCommentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCommentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCommentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCommentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesGetParameters0Schema":{"type":"number"},"DocPathsCustomersCompaniesGetParameters1Schema":{"type":"number"},"DocPathsCustomersCompaniesGetParameters2Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters3Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters4Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters5Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters6Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersCompaniesGetParameters8Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters9Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters10Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters11Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters12Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters13Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters14Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters15Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters16Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesGetParameters17Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters18Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters19Schema":{"type":"string"},"DocPathsCustomersCompaniesGetParameters20Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesGetParameters21Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesGetParameters22Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesGetParameters23Schema":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"display_name":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"owner_user_id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"primary_email":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail"},"primary_phone":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"lifecycle_stage":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"next_interaction_at":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt"},"next_interaction_name":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName"},"next_interaction_ref_id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefId"},"next_interaction_icon":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon"},"next_interaction_color":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":4000},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf1":{"type":"string","format":"email","maxLength":320},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf1":{"type":"string","maxLength":50},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTemperature":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt":{"type":"string","format":"date-time"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1":{"type":"string","maxLength":191},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1":{"type":"object","properties":{"at":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt"},"name":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName"},"refId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor"}},"required":["at","name"],"additionalProperties":false},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLegalNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLegalNameAnyOf1":{"type":"string","maxLength":200},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLegalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLegalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLegalNameAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandNameAnyOf1":{"type":"string","maxLength":200},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandNameAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDomainAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDomainAnyOf1":{"type":"string","maxLength":200},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDomain":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDomainAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDomainAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrlAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrlAnyOf1":{"type":"string","format":"uri","maxLength":300},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrlAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIndustry":{"type":"string","maxLength":150},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSizeBucketAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSizeBucketAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSizeBucket":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSizeBucketAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSizeBucketAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenueAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenueAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenueAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenueAnyOf1"}]},"DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter"},"isActive":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"nextInteraction":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction"},"tags":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"legalName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesLegalName"},"brandName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesBrandName"},"domain":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesDomain"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl"},"industry":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIndustry"},"sizeBucket":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesSizeBucket"},"annualRevenue":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenue"}},"required":["organizationId","tenantId","displayName"],"additionalProperties":false},"DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyIdAnyOf1"}]},"DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"companyId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses201ContentApplicationJsonSchemaPropertiesCompanyId"}},"required":["id","companyId"],"additionalProperties":false},"DocPathsCustomersCompaniesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":4000},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf1":{"type":"string","format":"email","maxLength":320},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf1":{"type":"string","maxLength":50},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTemperature":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt":{"type":"string","format":"date-time"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1":{"type":"string","maxLength":191},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1":{"type":"object","properties":{"at":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt"},"name":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName"},"refId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor"}},"required":["at","name"],"additionalProperties":false},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalNameAnyOf1":{"type":"string","maxLength":200},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalNameAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesBrandNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesBrandNameAnyOf1":{"type":"string","maxLength":200},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesBrandName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesBrandNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesBrandNameAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDomainAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDomainAnyOf1":{"type":"string","maxLength":200},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDomain":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDomainAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDomainAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrlAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrlAnyOf1":{"type":"string","format":"uri","maxLength":300},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrlAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesIndustry":{"type":"string","maxLength":150},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSizeBucketAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSizeBucketAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSizeBucket":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSizeBucketAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSizeBucketAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenueAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenueAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenueAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenueAnyOf1"}]},"DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter"},"isActive":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"nextInteraction":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction"},"tags":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesTags"},"legalName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesLegalName"},"brandName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesBrandName"},"domain":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesDomain"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesWebsiteUrl"},"industry":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesIndustry"},"sizeBucket":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesSizeBucket"},"annualRevenue":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutRequestBodyContentApplicationJsonSchemaPropertiesAnnualRevenue"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersCompaniesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersCompaniesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersCompaniesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersCompaniesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersCompaniesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersCompaniesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesDeleteResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesDeleteResponses422ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["COMPANY_HAS_DEPENDENTS"]},"DocPathsCustomersCompaniesDeleteResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses422ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesDeleteResponses422ContentApplicationJsonSchemaPropertiesCode"}},"required":["error","code"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsCustomerTodosGetParameters0Schema":{"type":"number"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1"}]},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKindAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKindAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKindAnyOf1"}]},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntity":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesKind"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityPropertiesOwnerUserId"}},"required":["id","displayName","kind"],"additionalProperties":true},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource"},"todoTitle":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"_integrations":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"entity":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntity"}},"required":["id","todoId","todoSource","createdAt","entity"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsCustomerTodosGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewCustomersGetParameters0Schema":{"type":"number"},"DocPathsCustomersDashboardWidgetsNewCustomersGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewCustomersGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewCustomersGetParameters3Schema":{"type":"string","enum":["person","company"]},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewCustomersGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewCustomersGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewDealsGetParameters0Schema":{"type":"number"},"DocPathsCustomersDashboardWidgetsNewDealsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewDealsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"valueAmount":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNewDealsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNewDealsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNextInteractionsGetParameters0Schema":{"type":"number"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetParameters1Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetParameters3Schema":{"type":"string","enum":["true","false"]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"nextInteractionAt":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt"},"nextInteractionName":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName"},"nextInteractionIcon":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon"},"nextInteractionColor":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"}},"required":["id","nextInteractionAt"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesNow":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"now":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesNow"}},"required":["items","now"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDashboardWidgetsNextInteractionsGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsAggregateGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDealsAggregateGetParameters1Schema":{"type":"string"},"DocPathsCustomersDealsAggregateGetParameters2SchemaItems":{"type":"string","maxLength":50},"DocPathsCustomersDealsAggregateGetParameters2Schema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters2SchemaItems"},"maxItems":20},"DocPathsCustomersDealsAggregateGetParameters3SchemaItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsAggregateGetParameters3Schema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters3SchemaItems"}},"DocPathsCustomersDealsAggregateGetParameters4SchemaItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsAggregateGetParameters4Schema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters4SchemaItems"}},"DocPathsCustomersDealsAggregateGetParameters5SchemaItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsAggregateGetParameters5Schema":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetParameters5SchemaItems"}},"DocPathsCustomersDealsAggregateGetParameters6Schema":{"type":"boolean"},"DocPathsCustomersDealsAggregateGetParameters7Schema":{"type":"boolean"},"DocPathsCustomersDealsAggregateGetParameters8Schema":{"type":"string"},"DocPathsCustomersDealsAggregateGetParameters9Schema":{"type":"string"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCodeAnyOf0":{"type":"null"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCodeAnyOf1":{"type":"string"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCodeAnyOf1"}]},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesStageId":{"type":"string"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesCount":{"type":"number"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesOpenCount":{"type":"number"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesTotalInBaseCurrency":{"type":"number"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrencyItemsPropertiesCurrency":{"type":"string"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrencyItemsPropertiesTotal":{"type":"number"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrencyItemsPropertiesCount":{"type":"number"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrencyItems":{"type":"object","properties":{"currency":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrencyItemsPropertiesCurrency"},"total":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrencyItemsPropertiesTotal"},"count":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrencyItemsPropertiesCount"}},"required":["currency","total","count"],"additionalProperties":false},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrency":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrencyItems"}},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesConvertedAll":{"type":"boolean"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesMissingRateCurrenciesItems":{"type":"string"},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesMissingRateCurrencies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesMissingRateCurrenciesItems"}},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItems":{"type":"object","properties":{"stageId":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesStageId"},"count":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesCount"},"openCount":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesOpenCount"},"totalInBaseCurrency":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesTotalInBaseCurrency"},"byCurrency":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesByCurrency"},"convertedAll":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesConvertedAll"},"missingRateCurrencies":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItemsPropertiesMissingRateCurrencies"}},"required":["stageId","count","openCount","totalInBaseCurrency","byCurrency","convertedAll","missingRateCurrencies"],"additionalProperties":false},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStage":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStageItems"}},"DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"baseCurrencyCode":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCode"},"perStage":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses200ContentApplicationJsonSchemaPropertiesPerStage"}},"required":["baseCurrencyCode","perStage"],"additionalProperties":false},"DocPathsCustomersDealsAggregateGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsAggregateGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsAggregateGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsAggregateGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsAggregateGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsAggregateGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsAggregateGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsBulkUpdateOwnerPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersDealsBulkUpdateOwnerPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsBulkUpdateOwnerPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateOwnerPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsBulkUpdateOwnerPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsBulkUpdateOwnerPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateOwnerPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsBulkUpdateStagePostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersDealsBulkUpdateStagePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsBulkUpdateStagePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateStagePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsBulkUpdateStagePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsBulkUpdateStagePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsBulkUpdateStagePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsMapGetParameters0Schema":{"type":"number"},"DocPathsCustomersDealsMapGetParameters1Schema":{"type":"number"},"DocPathsCustomersDealsMapGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetParameters3Schema":{"type":"string"},"DocPathsCustomersDealsMapGetParameters4SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsMapGetParameters4SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsMapGetParameters4SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters4SchemaOneOf1Items"}},"DocPathsCustomersDealsMapGetParameters4Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters4SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters4SchemaOneOf1"}]},"DocPathsCustomersDealsMapGetParameters5Schema":{"type":"string"},"DocPathsCustomersDealsMapGetParameters6SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsMapGetParameters6SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsMapGetParameters6SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters6SchemaOneOf1Items"}},"DocPathsCustomersDealsMapGetParameters6Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters6SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters6SchemaOneOf1"}]},"DocPathsCustomersDealsMapGetParameters7SchemaOneOf0":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetParameters7SchemaOneOf1":{"type":"string","enum":["__unassigned"]},"DocPathsCustomersDealsMapGetParameters7Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters7SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters7SchemaOneOf1"}]},"DocPathsCustomersDealsMapGetParameters8SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsMapGetParameters8SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsMapGetParameters8SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters8SchemaOneOf1Items"}},"DocPathsCustomersDealsMapGetParameters8Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters8SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters8SchemaOneOf1"}]},"DocPathsCustomersDealsMapGetParameters9Schema":{"type":"string"},"DocPathsCustomersDealsMapGetParameters10Schema":{"type":"string"},"DocPathsCustomersDealsMapGetParameters11Schema":{"type":"boolean"},"DocPathsCustomersDealsMapGetParameters12Schema":{"type":"boolean"},"DocPathsCustomersDealsMapGetParameters13Schema":{"type":"boolean"},"DocPathsCustomersDealsMapGetParameters14SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsMapGetParameters14SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsMapGetParameters14SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters14SchemaOneOf1Items"}},"DocPathsCustomersDealsMapGetParameters14Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters14SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters14SchemaOneOf1"}]},"DocPathsCustomersDealsMapGetParameters15Schema":{"type":"string","enum":["createdAt","updatedAt","title","value","probability","expectedCloseAt"]},"DocPathsCustomersDealsMapGetParameters16Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersDealsMapGetParameters17Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetParameters18Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetParameters19SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsMapGetParameters19SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsMapGetParameters19SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters19SchemaOneOf1Items"}},"DocPathsCustomersDealsMapGetParameters19Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters19SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters19SchemaOneOf1"}]},"DocPathsCustomersDealsMapGetParameters20SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsMapGetParameters20SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsMapGetParameters20SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters20SchemaOneOf1Items"}},"DocPathsCustomersDealsMapGetParameters20Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters20SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetParameters20SchemaOneOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1":{"type":"number"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabelAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItemsPropertiesLabel"}},"required":["id","label"],"additionalProperties":false},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItems"}},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeople":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompaniesItems"}},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesLatitude":{"type":"number"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesLongitude":{"type":"number"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCityAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCityAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCityAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesRegionAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesRegionAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesRegionAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCountryAnyOf0":{"type":"null"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCountryAnyOf1":{"type":"string"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCountryAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesSource":{"type":"string","enum":["company","person"]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesAddressId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1":{"type":"object","properties":{"latitude":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesLongitude"},"city":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesRegion"},"country":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesCountry"},"source":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesSource"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesEntityId"},"addressId":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1PropertiesAddressId"}},"required":["latitude","longitude","city","region","country","source","entityId","addressId"],"additionalProperties":false},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1"}]},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"pipelineId":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId"},"pipelineStageId":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageId"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStage"},"valueAmount":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"companies":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanies"},"people":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeople"},"location":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocation"}},"required":["id","title","status","pipelineId","pipelineStageId","pipelineStage","valueAmount","valueCurrency","probability","expectedCloseAt","ownerUserId","updatedAt","companies","people","location"],"additionalProperties":false},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersDealsMapGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsMapGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsMapGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsMapGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsMapGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsMapGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsMapGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsGetParameters0Schema":{"type":"number"},"DocPathsCustomersDealsGetParameters1Schema":{"type":"number"},"DocPathsCustomersDealsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetParameters3Schema":{"type":"string"},"DocPathsCustomersDealsGetParameters4SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsGetParameters4SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsGetParameters4SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters4SchemaOneOf1Items"}},"DocPathsCustomersDealsGetParameters4Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters4SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters4SchemaOneOf1"}]},"DocPathsCustomersDealsGetParameters5Schema":{"type":"string"},"DocPathsCustomersDealsGetParameters6SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsGetParameters6SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsGetParameters6SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters6SchemaOneOf1Items"}},"DocPathsCustomersDealsGetParameters6Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters6SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters6SchemaOneOf1"}]},"DocPathsCustomersDealsGetParameters7SchemaOneOf0":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetParameters7SchemaOneOf1":{"type":"string","enum":["__unassigned"]},"DocPathsCustomersDealsGetParameters7Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters7SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters7SchemaOneOf1"}]},"DocPathsCustomersDealsGetParameters8SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsGetParameters8SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsGetParameters8SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters8SchemaOneOf1Items"}},"DocPathsCustomersDealsGetParameters8Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters8SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters8SchemaOneOf1"}]},"DocPathsCustomersDealsGetParameters9Schema":{"type":"string"},"DocPathsCustomersDealsGetParameters10Schema":{"type":"string"},"DocPathsCustomersDealsGetParameters11Schema":{"type":"boolean"},"DocPathsCustomersDealsGetParameters12Schema":{"type":"boolean"},"DocPathsCustomersDealsGetParameters13Schema":{"type":"boolean"},"DocPathsCustomersDealsGetParameters14SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsGetParameters14SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsGetParameters14SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters14SchemaOneOf1Items"}},"DocPathsCustomersDealsGetParameters14Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters14SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters14SchemaOneOf1"}]},"DocPathsCustomersDealsGetParameters15Schema":{"type":"string"},"DocPathsCustomersDealsGetParameters16Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersDealsGetParameters17Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetParameters18Schema":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetParameters19SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsGetParameters19SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsGetParameters19SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters19SchemaOneOf1Items"}},"DocPathsCustomersDealsGetParameters19Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters19SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters19SchemaOneOf1"}]},"DocPathsCustomersDealsGetParameters20SchemaOneOf0":{"type":"string"},"DocPathsCustomersDealsGetParameters20SchemaOneOf1Items":{"type":"string"},"DocPathsCustomersDealsGetParameters20SchemaOneOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters20SchemaOneOf1Items"}},"DocPathsCustomersDealsGetParameters20Schema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters20SchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetParameters20SchemaOneOf1"}]},"DocPathsCustomersDealsGetParameters21Schema":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineIdAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageIdAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1":{"type":"number"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbabilityAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPersonIdsItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPersonIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPersonIdsItems"}},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabelAnyOf1"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItemsPropertiesLabel"}},"required":["id","label"],"additionalProperties":false},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeople":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItems"}},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyIdsItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyIdsItems"}},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeopleItems"}},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf01":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf11":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf01"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf11"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf01":{"type":"null"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf11":{"type":"string","format":"uuid"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf01"},{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf11"}]},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"pipeline_stage":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStage"},"pipeline_id":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId"},"pipeline_stage_id":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineStageId"},"value_amount":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueAmount"},"value_currency":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProbability"},"expected_close_at":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExpectedCloseAt"},"owner_user_id":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"organization_id":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"personIds":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPersonIds"},"people":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeople"},"companyIds":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyIds"},"companies":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanies"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId1"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId1"}},"required":["id","title"],"additionalProperties":true},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersDealsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":50000},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":50},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineStage":{"type":"string","maxLength":100},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineStageId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesValueAmount":{"type":"number"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesValueCurrency":{"type":"string","minLength":3,"maxLength":3},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesProbability":{"type":"number"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedCloseAt":{"type":"string","format":"date-time"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesClosureOutcome":{"type":"string","enum":["won","lost"]},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesLossReasonId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesLossNotes":{"type":"string","maxLength":4000},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyIdsItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyIdsItems"}},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPersonIdsItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPersonIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPersonIdsItems"}},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityIdAnyOf1"}]},"DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineStage"},"pipelineId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineId"},"pipelineStageId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineStageId"},"valueAmount":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesClosureOutcome"},"lossReasonId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesLossReasonId"},"lossNotes":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesLossNotes"},"companyIds":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyIds"},"personIds":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPersonIds"},"primaryPersonEntityId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityId"}},"required":["organizationId","tenantId","title"],"additionalProperties":false},"DocPathsCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersDealsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersDealsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":50000},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":50},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineStage":{"type":"string","maxLength":100},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineStageId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesValueAmount":{"type":"number"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesValueCurrency":{"type":"string","minLength":3,"maxLength":3},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesProbability":{"type":"number"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesExpectedCloseAt":{"type":"string","format":"date-time"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesClosureOutcome":{"type":"string","enum":["won","lost"]},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesLossReasonId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesLossNotes":{"type":"string","maxLength":4000},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyIdsItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyIdsItems"}},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPersonIdsItems":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPersonIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPersonIdsItems"}},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityIdAnyOf1"}]},"DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineStage"},"pipelineId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineId"},"pipelineStageId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPipelineStageId"},"valueAmount":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesClosureOutcome"},"lossReasonId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesLossReasonId"},"lossNotes":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesLossNotes"},"companyIds":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyIds"},"personIds":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPersonIds"},"primaryPersonEntityId":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPersonEntityId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersDealsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersDealsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersDealsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersDealsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersDealsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersDealsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersDealsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCodeAnyOf0":{"type":"null"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCodeAnyOf1":{"type":"string"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCodeAnyOf1"}]},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesConvertedAll":{"type":"boolean"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMissingRateCurrenciesItems":{"type":"string"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMissingRateCurrencies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMissingRateCurrenciesItems"}},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesValue":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesDeltaPropertiesValue":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesDeltaPropertiesDirection":{"type":"string","enum":["up","down","unchanged"]},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesDelta":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesDeltaPropertiesValue"},"direction":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesDeltaPropertiesDirection"}},"required":["value","direction"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesStageAnyOf0":{"type":"null"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesStageAnyOf1":{"type":"string"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesStageAnyOf1"}]},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesCount":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesValue":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItems":{"type":"object","properties":{"stage":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesStage"},"count":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesCount"},"value":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItemsPropertiesValue"}},"required":["stage","count","value"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStages":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStagesItems"}},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValue":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesValue"},"delta":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesDelta"},"stages":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesStages"}},"required":["value","delta","stages"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesValue":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersCount":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesNeedAttention":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersItemsPropertiesId":{"type":"string"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersItemsPropertiesCount":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersItemsPropertiesId"},"count":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersItemsPropertiesCount"}},"required":["id","count"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwners":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersItems"}},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersOverflow":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDeals":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesValue"},"delta":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesDelta"},"ownersCount":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersCount"},"needAttention":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesNeedAttention"},"owners":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwners"},"ownersOverflow":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDealsPropertiesOwnersOverflow"}},"required":["value","delta","ownersCount","needAttention","owners","ownersOverflow"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWonThisQuarterPropertiesValue":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWonThisQuarterPropertiesDealsClosed":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWonThisQuarterPropertiesAvgDeal":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWonThisQuarter":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWonThisQuarterPropertiesValue"},"delta":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValuePropertiesDelta"},"dealsClosed":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWonThisQuarterPropertiesDealsClosed"},"avgDeal":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWonThisQuarterPropertiesAvgDeal"}},"required":["value","delta","dealsClosed","avgDeal"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesValue":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesDeltaPp":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesDirection":{"type":"string","enum":["up","down","unchanged"]},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesPreviousValue":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesSeriesItemsPropertiesPeriod":{"type":"string"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesSeriesItemsPropertiesRate":{"type":"number"},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesSeriesItems":{"type":"object","properties":{"period":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesSeriesItemsPropertiesPeriod"},"rate":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesSeriesItemsPropertiesRate"}},"required":["period","rate"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesSeries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesSeriesItems"}},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRate":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesValue"},"deltaPp":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesDeltaPp"},"direction":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesDirection"},"previousValue":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesPreviousValue"},"series":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRatePropertiesSeries"}},"required":["value","deltaPp","direction","previousValue","series"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"baseCurrencyCode":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesBaseCurrencyCode"},"convertedAll":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesConvertedAll"},"missingRateCurrencies":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesMissingRateCurrencies"},"pipelineValue":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesPipelineValue"},"activeDeals":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesActiveDeals"},"wonThisQuarter":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWonThisQuarter"},"winRate":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses200ContentApplicationJsonSchemaPropertiesWinRate"}},"required":["baseCurrencyCode","convertedAll","missingRateCurrencies","pipelineValue","activeDeals","wonThisQuarter","winRate"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsSummaryGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsSummaryGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsSummaryGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsSummaryGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesValue":{"type":"string"},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabelAnyOf1"}]},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesLabel"}},"required":["id","value"],"additionalProperties":false},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems"}},"DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesId"},"entries":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses200ContentApplicationJsonSchemaPropertiesEntries"}},"required":["id","entries"],"additionalProperties":false},"DocPathsCustomersDictionariesCurrencyGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesCurrencyGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesCurrencyGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesCurrencyGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesCurrencyGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesCurrencyGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesCurrencyGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesCurrencyGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesCurrencyGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string"},"DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSelectionMode":{"type":"string","enum":["single","multi"]},"DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibleInTags":{"type":"boolean"},"DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrder":{"type":"number"},"DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"selectionMode":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSelectionMode"},"visibleInTags":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibleInTags"},"sortOrder":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSortOrder"}},"required":["id","kind","selectionMode","visibleInTags","sortOrder"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","minLength":1,"maxLength":100},"DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesSelectionMode":{"type":"string","enum":["single","multi"]},"DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibleInTags":{"type":"boolean"},"DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesSortOrder":{"type":"number"},"DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesKind"},"selectionMode":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesSelectionMode"},"visibleInTags":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibleInTags"},"sortOrder":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchRequestBodyContentApplicationJsonSchemaPropertiesSortOrder"}},"required":["kind"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesKind":{"type":"string"},"DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesSelectionMode":{"type":"string","enum":["single","multi"]},"DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesVisibleInTags":{"type":"boolean"},"DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesSortOrder":{"type":"number"},"DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesKind"},"selectionMode":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesSelectionMode"},"visibleInTags":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesVisibleInTags"},"sortOrder":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses200ContentApplicationJsonSchemaPropertiesSortOrder"}},"required":["id","kind","selectionMode","visibleInTags","sortOrder"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindSettingsPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindSettingsPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindSettingsPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindSettingsPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindSettingsPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCancelPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsCancelPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersInteractionsCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersInteractionsCancelPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersInteractionsCancelPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCancelPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCancelPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCancelPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCancelPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCancelPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCancelPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCancelPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCancelPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesId"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersInteractionsCompletePostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersInteractionsCompletePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersInteractionsCompletePostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCompletePostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCompletePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCompletePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCompletePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCompletePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCompletePostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCompletePostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCompletePostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsConflictsGetParameters0Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsCustomersInteractionsConflictsGetParameters1Schema":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsCustomersInteractionsConflictsGetParameters2Schema":{"type":"number"},"DocPathsCustomersInteractionsConflictsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsConflictsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsConflictsGetParameters5Schema":{"type":"number"},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesHasConflicts":{"type":"boolean"},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesId":{"type":"string"},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesStartTime":{"type":"string"},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesEndTime":{"type":"string"},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesType":{"type":"string"},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesTitle"},"startTime":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesStartTime"},"endTime":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesEndTime"},"type":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItemsPropertiesType"}},"required":["id","title","startTime","endTime","type"],"additionalProperties":false},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflicts":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflictsItems"}},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","properties":{"hasConflicts":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesHasConflicts"},"conflicts":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesConflicts"}},"required":["hasConflicts","conflicts"],"additionalProperties":false},"DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesOk"},"result":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","result"],"additionalProperties":false},"DocPathsCustomersInteractionsConflictsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsConflictsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsConflictsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsConflictsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsConflictsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCountsGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsCountsGetParameters1Schema":{"type":"string","enum":["done","planned","open"]},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesCall":{"type":"number"},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesEmail":{"type":"number"},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesMeeting":{"type":"number"},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesNote":{"type":"number"},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesTask":{"type":"number"},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesTotal":{"type":"number"},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","properties":{"call":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesCall"},"email":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesEmail"},"meeting":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesMeeting"},"note":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesNote"},"task":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesTask"},"total":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesTotal"}},"required":["call","email","meeting","note","task","total"],"additionalProperties":false},"DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesOk"},"result":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","result"],"additionalProperties":false},"DocPathsCustomersInteractionsCountsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCountsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsCountsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsCountsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsCountsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsGetParameters0Schema":{"type":"number"},"DocPathsCustomersInteractionsGetParameters1Schema":{"type":"string"},"DocPathsCustomersInteractionsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetParameters4Schema":{"type":"string"},"DocPathsCustomersInteractionsGetParameters5Schema":{"type":"string"},"DocPathsCustomersInteractionsGetParameters6Schema":{"type":"string"},"DocPathsCustomersInteractionsGetParameters7Schema":{"type":"string"},"DocPathsCustomersInteractionsGetParameters8Schema":{"type":"string","minLength":1},"DocPathsCustomersInteractionsGetParameters9Schema":{"type":"string","format":"date-time"},"DocPathsCustomersInteractionsGetParameters10Schema":{"type":"string","format":"date-time"},"DocPathsCustomersInteractionsGetParameters11Schema":{"type":"string","enum":["true","false"]},"DocPathsCustomersInteractionsGetParameters12Schema":{"type":"string","enum":["true","false"]},"DocPathsCustomersInteractionsGetParameters13Schema":{"type":"string","enum":["scheduledAt","occurredAt","createdAt","updatedAt","status","priority","interactionType","title"]},"DocPathsCustomersInteractionsGetParameters14Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersInteractionsGetParameters15Schema":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionType":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAtAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriorityAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalMessageIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalMessageIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalMessageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalMessageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalMessageIdAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationAnyOf1":{"type":"number"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDuration":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf1":{"type":"number"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocation":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocationAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDayAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDayAnyOf1":{"type":"boolean"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDay":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDayAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDayAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRuleAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRuleAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRuleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRuleAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEndAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEndAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEnd":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEndAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEndAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesName":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesEmail":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesStatus":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesUserId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesEmail"},"status":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1ItemsPropertiesStatus"}},"additionalProperties":false},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1Items"}},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipants":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipantsAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutesAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutesAnyOf1":{"type":"number"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutesAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesType":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1Items":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesType"},"label":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1ItemsPropertiesLabel"}},"required":["id","type","label"],"additionalProperties":false},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1Items"}},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntities":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntitiesAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanInviteOthers":{"type":"boolean"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanModify":{"type":"boolean"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanSeeList":{"type":"boolean"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1":{"type":"object","properties":{"canInviteOthers":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanInviteOthers"},"canModify":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanModify"},"canSeeList":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1PropertiesCanSeeList"}},"additionalProperties":false},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissions":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissionsAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitleAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId"},"interactionType":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesInteractionType"},"title":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"status":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesScheduledAt"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt"},"priority":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"externalMessageId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalMessageId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"source":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"duration":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDuration"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes"},"location":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLocation"},"allDay":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllDay"},"recurrenceRule":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceRule"},"recurrenceEnd":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecurrenceEnd"},"participants":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParticipants"},"reminderMinutes":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReminderMinutes"},"visibility":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility"},"linkedEntities":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedEntities"},"guestPermissions":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGuestPermissions"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"authorName":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail"},"dealTitle":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealTitle"},"customValues":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomValues"},"_integrations":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations"}},"required":["id","entityId","dealId","interactionType","title","body","status","scheduledAt","occurredAt","priority","authorUserId","ownerUserId","createdAt","updatedAt"],"additionalProperties":true},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor":{"type":"string"},"DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"nextCursor":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses200ContentApplicationJsonSchemaPropertiesNextCursor"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersInteractionsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersInteractionsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersInteractionsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersInteractionsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersInteractionsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersInteractionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersInteractionsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersInteractionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsTasksGetParameters0Schema":{"type":"number"},"DocPathsCustomersInteractionsTasksGetParameters1Schema":{"type":"number"},"DocPathsCustomersInteractionsTasksGetParameters2Schema":{"type":"string"},"DocPathsCustomersInteractionsTasksGetParameters3Schema":{"type":"string"},"DocPathsCustomersInteractionsTasksGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsCustomersInteractionsTasksGetParameters5Schema":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf1":{"type":"boolean"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf1":{"type":"number"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf0":{"type":"null"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf1":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf1"}]},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomer":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKind"}},"required":["id","displayName","kind"],"additionalProperties":false},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource"},"todoTitle":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle"},"todoIsDone":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDone"},"todoPriority":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriority"},"todoSeverity":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverity"},"todoDescription":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescription"},"todoDueAt":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAt"},"todoCustomValues":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValues"},"todoOrganizationId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"externalHref":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHref"},"_integrations":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations"},"customer":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomer"}},"required":["id","todoId","todoSource","todoTitle","todoIsDone","todoOrganizationId","organizationId","tenantId","createdAt","customer"],"additionalProperties":false},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersInteractionsTasksGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsTasksGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsTasksGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsTasksGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesLabelId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"labelId":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesLabelId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["labelId","entityId"],"additionalProperties":false},"DocPathsCustomersLabelsAssignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsAssignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersLabelsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsAssignPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersLabelsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsAssignPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsAssignPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsAssignPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"type":"string"},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"}},"required":["id","slug","label"],"additionalProperties":false},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesAssignedIdsItems":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesAssignedIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesAssignedIdsItems"}},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"assignedIds":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesAssignedIds"},"total":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","assignedIds","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsCustomersLabelsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":120},"DocPathsCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[a-z0-9_-]+$"},"DocPathsCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"label":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"slug":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["label"],"additionalProperties":false},"DocPathsCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesSlug":{"type":"string"},"DocPathsCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesLabel":{"type":"string"},"DocPathsCustomersLabelsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses201ContentApplicationJsonSchemaPropertiesLabel"}},"required":["id","slug","label"],"additionalProperties":false},"DocPathsCustomersLabelsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesLabelId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"labelId":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesLabelId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"}},"required":["labelId","entityId"],"additionalProperties":false},"DocPathsCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersLabelsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsUnassignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersLabelsUnassignPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersLabelsUnassignPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersLabelsUnassignPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf0":{"type":"null"},"DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1PropertiesDisplayName"}},"required":["id","displayName"],"additionalProperties":false},"DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatch":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatchAnyOf1"}]},"DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"match":{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses200ContentApplicationJsonSchemaPropertiesMatch"}},"required":["match"],"additionalProperties":false},"DocPathsCustomersPeopleCheckPhoneGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleCheckPhoneGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleCheckPhoneGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleCheckPhoneGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleCheckPhoneGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleGetParameters0Schema":{"type":"number"},"DocPathsCustomersPeopleGetParameters1Schema":{"type":"number"},"DocPathsCustomersPeopleGetParameters2Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters3Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters4Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters5Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters6Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters7Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters8Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters9Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters10Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters11Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters12Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters13Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters14Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters15Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersPeopleGetParameters16Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleGetParameters17Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters18Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters19Schema":{"type":"string"},"DocPathsCustomersPeopleGetParameters20Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleGetParameters21Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleGetParameters22Schema":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAtAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionNameAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefIdAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIconAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColorAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"display_name":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"owner_user_id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"primary_email":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail"},"primary_phone":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"lifecycle_stage":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"next_interaction_at":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionAt"},"next_interaction_name":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionName"},"next_interaction_ref_id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionRefId"},"next_interaction_icon":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionIcon"},"next_interaction_color":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNextInteractionColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":4000},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf1":{"type":"string","format":"email","maxLength":320},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf1":{"type":"string","maxLength":50},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTemperature":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt":{"type":"string","format":"date-time"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1":{"type":"string","maxLength":191},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1":{"type":"object","properties":{"at":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt"},"name":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName"},"refId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor"}},"required":["at","name"],"additionalProperties":false},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesFirstName":{"type":"string","minLength":1,"maxLength":120},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLastName":{"type":"string","minLength":1,"maxLength":120},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPreferredName":{"type":"string","maxLength":120},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesJobTitle":{"type":"string","maxLength":150},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDepartment":{"type":"string","maxLength":150},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesSeniority":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","maxLength":120},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf1":{"type":"string","format":"uri","maxLength":300},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrlAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf1"}]},"DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter"},"isActive":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"nextInteraction":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction"},"tags":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"firstName":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLastName"},"preferredName":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesPreferredName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesDepartment"},"seniority":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesSeniority"},"timezone":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"linkedInUrl":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrl"},"twitterUrl":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrl"},"companyEntityId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityId"}},"required":["organizationId","tenantId","firstName","lastName"],"additionalProperties":false},"DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonIdAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonIdAnyOf1"}]},"DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesId"},"personId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses201ContentApplicationJsonSchemaPropertiesPersonId"}},"required":["id","personId"],"additionalProperties":false},"DocPathsCustomersPeoplePostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeoplePostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeoplePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeoplePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":4000},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf1":{"type":"string","format":"email","maxLength":320},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf1":{"type":"string","maxLength":50},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesSource":{"type":"string","maxLength":150},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTemperature":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt":{"type":"string","format":"date-time"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1":{"type":"string","maxLength":191},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefIdAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIconAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColorAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1":{"type":"object","properties":{"at":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesAt"},"name":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesName"},"refId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesRefId"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1PropertiesColor"}},"required":["at","name"],"additionalProperties":false},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteractionAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPreferredName":{"type":"string","maxLength":120},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitle":{"type":"string","maxLength":150},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDepartment":{"type":"string","maxLength":150},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesSeniority":{"type":"string","maxLength":100},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","maxLength":120},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf1":{"type":"string","format":"uri","maxLength":300},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrlAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrlAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityIdAnyOf1"}]},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesFirstName":{"type":"string","minLength":1,"maxLength":120},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLastName":{"type":"string","minLength":1,"maxLength":120},"DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesRenewalQuarter"},"isActive":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"nextInteraction":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesNextInteraction"},"tags":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTags"},"preferredName":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesPreferredName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesDepartment"},"seniority":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesSeniority"},"timezone":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"linkedInUrl":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLinkedInUrl"},"twitterUrl":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesTwitterUrl"},"companyEntityId":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesCompanyEntityId"},"firstName":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutRequestBodyContentApplicationJsonSchemaPropertiesLastName"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPeoplePutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersPeoplePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPeoplePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeoplePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeoplePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeoplePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeoplePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPeopleDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersPeopleDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPeopleDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleDeleteResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleDeleteResponses422ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["PERSON_HAS_DEPENDENTS"]},"DocPathsCustomersPeopleDeleteResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses422ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersPeopleDeleteResponses422ContentApplicationJsonSchemaPropertiesCode"}},"required":["error","code"],"additionalProperties":false},"DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItemsPropertiesOrder":{"type":"number"},"DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItemsPropertiesId"},"order":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItemsPropertiesOrder"}},"required":["id","order"],"additionalProperties":false},"DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStages":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStagesItems"},"minItems":1},"DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"stages":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesStages"}},"required":["organizationId","tenantId","stages"],"additionalProperties":false},"DocPathsCustomersPipelineStagesReorderPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersPipelineStagesReorderPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPipelineStagesReorderPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesReorderPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesReorderPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesReorderPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesReorderPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesReorderPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesReorderPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrder":{"type":"number"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string","format":"date-time"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string","format":"date-time"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"pipelineId":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPipelineId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"order":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrder"},"color":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","pipelineId","label","order","color","icon","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","total"],"additionalProperties":false},"DocPathsCustomersPipelineStagesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesOrder":{"type":"number"},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","maxLength":20},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"pipelineId":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesPipelineId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"order":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesOrder"},"color":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["organizationId","tenantId","pipelineId","label"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersPipelineStagesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesOrder":{"type":"number"},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","maxLength":20},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","maxLength":100},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"order":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesOrder"},"color":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersPipelineStagesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelineStagesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPipelineStagesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersPipelineStagesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPipelineStagesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelineStagesDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelineStagesDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelineStagesDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesGetParameters0Schema":{"type":"string"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string","format":"date-time"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string","format":"date-time"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"isDefault":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","name","isDefault","organizationId","tenantId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","total"],"additionalProperties":false},"DocPathsCustomersPipelinesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"isDefault":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"}},"required":["organizationId","tenantId","name"],"additionalProperties":false},"DocPathsCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersPipelinesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPipelinesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsCustomersPipelinesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"isDefault":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPipelinesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersPipelinesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPipelinesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPipelinesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPipelinesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersPipelinesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPipelinesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPipelinesDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPipelinesDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPipelinesDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatGetResponses200ContentApplicationJsonSchemaPropertiesAddressFormat":{"type":"string"},"DocPathsCustomersSettingsAddressFormatGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"addressFormat":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatGetResponses200ContentApplicationJsonSchemaPropertiesAddressFormat"}},"required":["addressFormat"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsAddressFormatGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsAddressFormatGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsAddressFormatGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesAddressFormat":{"type":"string","enum":["line_first","street_first"]},"DocPathsCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"addressFormat":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutRequestBodyContentApplicationJsonSchemaPropertiesAddressFormat"}},"required":["organizationId","tenantId","addressFormat"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatPutResponses200ContentApplicationJsonSchemaPropertiesAddressFormat":{"type":"string"},"DocPathsCustomersSettingsAddressFormatPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"addressFormat":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutResponses200ContentApplicationJsonSchemaPropertiesAddressFormat"}},"required":["addressFormat"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsAddressFormatPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsAddressFormatPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsAddressFormatPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsAddressFormatPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsAddressFormatPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesGetResponses200ContentApplicationJsonSchemaPropertiesDictionarySortModesAdditionalProperties":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsCustomersSettingsDictionarySortModesGetResponses200ContentApplicationJsonSchemaPropertiesDictionarySortModes":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses200ContentApplicationJsonSchemaPropertiesDictionarySortModesAdditionalProperties"}},"DocPathsCustomersSettingsDictionarySortModesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"dictionarySortModes":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses200ContentApplicationJsonSchemaPropertiesDictionarySortModes"}},"required":["dictionarySortModes"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsDictionarySortModesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsDictionarySortModesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsDictionarySortModesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesPatchRequestBodyContentApplicationJsonSchemaPropertiesDictionarySortModesAdditionalProperties":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsCustomersSettingsDictionarySortModesPatchRequestBodyContentApplicationJsonSchemaPropertiesDictionarySortModes":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchRequestBodyContentApplicationJsonSchemaPropertiesDictionarySortModesAdditionalProperties"}},"DocPathsCustomersSettingsDictionarySortModesPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"dictionarySortModes":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchRequestBodyContentApplicationJsonSchemaPropertiesDictionarySortModes"}},"required":["dictionarySortModes"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesPatchResponses200ContentApplicationJsonSchemaPropertiesDictionarySortModesAdditionalProperties":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsCustomersSettingsDictionarySortModesPatchResponses200ContentApplicationJsonSchemaPropertiesDictionarySortModes":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses200ContentApplicationJsonSchemaPropertiesDictionarySortModesAdditionalProperties"}},"DocPathsCustomersSettingsDictionarySortModesPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"dictionarySortModes":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses200ContentApplicationJsonSchemaPropertiesDictionarySortModes"}},"required":["dictionarySortModes"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsDictionarySortModesPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsDictionarySortModesPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsDictionarySortModesPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsDictionarySortModesPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsDictionarySortModesPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdGetResponses200ContentApplicationJsonSchemaPropertiesStuckThresholdDays":{"type":"number"},"DocPathsCustomersSettingsStuckThresholdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"stuckThresholdDays":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdGetResponses200ContentApplicationJsonSchemaPropertiesStuckThresholdDays"}},"required":["stuckThresholdDays"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsStuckThresholdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsStuckThresholdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsStuckThresholdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersSettingsStuckThresholdPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersSettingsStuckThresholdPutRequestBodyContentApplicationJsonSchemaPropertiesStuckThresholdDays":{"type":"number"},"DocPathsCustomersSettingsStuckThresholdPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"stuckThresholdDays":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutRequestBodyContentApplicationJsonSchemaPropertiesStuckThresholdDays"}},"required":["organizationId","tenantId","stuckThresholdDays"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdPutResponses200ContentApplicationJsonSchemaPropertiesStuckThresholdDays":{"type":"number"},"DocPathsCustomersSettingsStuckThresholdPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"stuckThresholdDays":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutResponses200ContentApplicationJsonSchemaPropertiesStuckThresholdDays"}},"required":["stuckThresholdDays"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsStuckThresholdPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsStuckThresholdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersSettingsStuckThresholdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersSettingsStuckThresholdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersSettingsStuckThresholdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"tagId":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"}},"required":["organizationId","tenantId","tagId","entityId"],"additionalProperties":false},"DocPathsCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersTagsAssignPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsAssignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsAssignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsGetParameters0Schema":{"type":"number"},"DocPathsCustomersTagsGetParameters1Schema":{"type":"number"},"DocPathsCustomersTagsGetParameters2Schema":{"type":"string"},"DocPathsCustomersTagsGetParameters3Schema":{"type":"string"},"DocPathsCustomersTagsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCustomersTagsGetParameters5Schema":{"type":"string"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"type":"string"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"organization_id":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"updated_at":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","slug","label"],"additionalProperties":false},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersTagsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[a-z0-9_-]+$"},"DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":120},"DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"type":"string","maxLength":30},"DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":400},"DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"slug":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["organizationId","tenantId","slug","label"],"additionalProperties":false},"DocPathsCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersTagsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersTagsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[a-z0-9_-]+$"},"DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":120},"DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"type":"string","maxLength":30},"DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":400},"DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"slug":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersTagsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersTagsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTagsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersTagsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"tagId":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"}},"required":["organizationId","tenantId","tagId","entityId"],"additionalProperties":false},"DocPathsCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCustomersTagsUnassignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsUnassignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsUnassignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTagsUnassignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTodosGetParameters0Schema":{"type":"number"},"DocPathsCustomersTodosGetParameters1Schema":{"type":"number"},"DocPathsCustomersTodosGetParameters2Schema":{"type":"string"},"DocPathsCustomersTodosGetParameters3Schema":{"type":"string"},"DocPathsCustomersTodosGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsCustomersTodosGetParameters5Schema":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitleAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf1":{"type":"boolean"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDoneAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf1":{"type":"number"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriorityAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverityAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescriptionAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAtAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValuesAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationIdAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoUpdatedAtAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoUpdatedAtAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoUpdatedAtAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHref":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHrefAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesIdAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf0":{"type":"null"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf1":{"type":"string"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKindAnyOf1"}]},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomer":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesDisplayName"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerPropertiesKind"}},"required":["id","displayName","kind"],"additionalProperties":false},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSource"},"todoTitle":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoTitle"},"todoIsDone":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoIsDone"},"todoPriority":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoPriority"},"todoSeverity":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoSeverity"},"todoDescription":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDescription"},"todoDueAt":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoDueAt"},"todoCustomValues":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoCustomValues"},"todoOrganizationId":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoOrganizationId"},"todoUpdatedAt":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTodoUpdatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"externalHref":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalHref"},"_integrations":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIntegrations"},"customer":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomer"}},"required":["id","todoId","todoSource","todoTitle","todoIsDone","todoOrganizationId","organizationId","tenantId","createdAt","customer"],"additionalProperties":false},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCustomersTodosGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTodosGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTodosGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTodosGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTodosGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone":{"type":"boolean"},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone1":{"type":"boolean"},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoSourceAllOf0":{"type":"string","minLength":1,"maxLength":120},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoSource":{"allOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoSourceAllOf0"}],"default":"customers:interaction"},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId":{"type":"string","format":"uuid"},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoCustom":{"type":"object","additionalProperties":true},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesCustom":{"type":"object","additionalProperties":true},"DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entityId":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"isDone":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone"},"is_done":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone1"},"todoSource":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoSource"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesCreatedByUserId"},"todoCustom":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesTodoCustom"},"custom":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostRequestBodyContentApplicationJsonSchemaPropertiesCustom"}},"required":["entityId","title"],"additionalProperties":true},"DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkIdAnyOf0":{"type":"null"},"DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkIdAnyOf1"}]},"DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoIdAnyOf0":{"type":"null"},"DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoIdAnyOf1"}]},"DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"linkId":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesLinkId"},"todoId":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses201ContentApplicationJsonSchemaPropertiesTodoId"}},"required":["linkId","todoId"],"additionalProperties":false},"DocPathsCustomersTodosPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTodosPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTodosPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTodosPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTodosPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesLinkId":{"type":"string","format":"uuid"},"DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":200},"DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone":{"type":"boolean"},"DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone1":{"type":"boolean"},"DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomValues":{"type":"object","additionalProperties":true},"DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"linkId":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesLinkId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"isDone":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone"},"is_done":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone1"},"customFields":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFields"},"customValues":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutRequestBodyContentApplicationJsonSchemaPropertiesCustomValues"}},"required":["id"],"additionalProperties":true},"DocPathsCustomersTodosPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersTodosPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersTodosPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTodosPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTodosPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTodosPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTodosPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsCustomersTodosDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteRequestBodyContentApplicationJsonSchemaPropertiesTodoId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersTodosDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersTodosDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersTodosDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTodosDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersTodosDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersTodosDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersTodosDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdPeopleGetParameters0Schema":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetParameters1Schema":{"type":"number"},"DocPathsCustomersCompaniesIdPeopleGetParameters2Schema":{"type":"number"},"DocPathsCustomersCompaniesIdPeopleGetParameters3Schema":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetParameters4Schema":{"type":"string","enum":["name-asc","name-desc","recent"]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitleAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartmentAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartmentAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartmentAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAtAnyOf1"}]},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage"},"jobTitle":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDepartment"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"temperature":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperature"},"source":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"linkedAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt"}},"required":["id","displayName","primaryEmail","primaryPhone","status","lifecycleStage","jobTitle","department","createdAt","organizationId","temperature","source","linkedAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsCustomersCompaniesIdPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdPeopleGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string","enum":["company","person"]},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf1"}]},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf1"}]},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf1"}]},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleType":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entityType":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"userId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"userName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserName"},"userEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmail"},"userPhone":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhone"},"roleType":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleType"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","entityType","entityId","userId","roleType","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleType":{"type":"string","minLength":1,"maxLength":100},"DocPathsCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleType":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleType"},"userId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId"}},"required":["roleType","userId"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPutParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesPutParameters1Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"}},"required":["userId"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersCompaniesIdRolesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersCompaniesIdRolesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdRolesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetParameters0Schema":{"type":"string"},"DocPathsCustomersCompaniesIdGetParameters1Schema":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionMode":{"type":"string","enum":["canonical","legacy"]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatusAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStageAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSourceAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAtAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefIdAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIconAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColorAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesIsActive":{"type":"boolean"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTemperatureAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTemperatureAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTemperature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTemperatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTemperatureAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesRenewalQuarterAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesRenewalQuarterAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesRenewalQuarter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesRenewalQuarterAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesRenewalQuarterAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompany":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesSource"},"nextInteractionAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionAt"},"nextInteractionName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionName"},"nextInteractionRefId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionRefId"},"nextInteractionIcon":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionIcon"},"nextInteractionColor":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesNextInteractionColor"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTenantId"},"isActive":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesIsActive"},"temperature":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesRenewalQuarter"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanyPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomainAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomainAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomain":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomainAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomainAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustryAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustryAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustryAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucket":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenueAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenueAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenueAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenueAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesId"},"legalName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLegalName"},"brandName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesBrandName"},"domain":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDomain"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesWebsiteUrl"},"industry":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesIndustry"},"sizeBucket":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSizeBucket"},"annualRevenue":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesAnnualRevenue"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColor"}},"required":["id","label"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf1":{"type":"boolean"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurpose"},"addressLine1":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimary"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCreatedAt"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddresses":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItems"}},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesId"},"body":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmail"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColor"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesComments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItems"}},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesActivityType":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubject":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesId"},"activityType":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAt"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmail"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColor"}},"required":["id","activityType","createdAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItems"}},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesInteractionType":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesStatus":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityId"},"interactionType":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesInteractionType"},"title":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBody"},"status":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesStatus"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAt"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAt"},"priority":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriority"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserId"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserId"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantId"},"authorName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmail"},"dealTitle":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitle"},"customValues":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValues"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColor"},"source":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSource"},"_integrations":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesIntegrations"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesUpdatedAt"}},"required":["id","interactionType","status","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItems"}},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStage"},"valueAmount":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSource"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeals":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItems"}},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoSource":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf1":{"type":"boolean"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoSource"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedAt"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitle"},"isDone":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDone"},"priority":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriority"},"severity":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverity"},"description":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescription"},"dueAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAt"},"todoOrganizationId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationId"},"customValues":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValues"}},"required":["id","todoId","todoSource","createdAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodos":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItems"}},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitleAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartmentAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartmentAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartmentAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperatureAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperatureAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperatureAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAtAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAtAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAtAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDisplayName"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLifecycleStage"},"jobTitle":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesDepartment"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesCreatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesOrganizationId"},"source":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSource"},"temperature":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesTemperature"},"linkedAt":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLinkedAt"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeople":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItems"}},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0":{"type":"null"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1"}]},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail"}},"required":["userId","name","email"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"interactionMode":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionMode"},"company":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCompany"},"profile":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesProfile"},"customFields":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields"},"tags":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTags"},"addresses":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesAddresses"},"comments":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesComments"},"activities":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesActivities"},"interactions":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractions"},"deals":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesDeals"},"todos":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesTodos"},"people":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesPeople"},"viewer":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer"}},"required":["interactionMode","company","profile","customFields","tags","addresses","comments","activities","interactions","deals","todos","people","viewer"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersCompaniesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersCompaniesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersCompaniesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdCompaniesGetParameters0Schema":{"type":"string"},"DocPathsCustomersDealsIdCompaniesGetParameters1Schema":{"type":"number"},"DocPathsCustomersDealsIdCompaniesGetParameters2Schema":{"type":"number"},"DocPathsCustomersDealsIdCompaniesGetParameters3Schema":{"type":"string"},"DocPathsCustomersDealsIdCompaniesGetParameters4Schema":{"type":"string","enum":["label-asc","label-desc","name-asc","name-desc","recent"]},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1"}]},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string","enum":["company"]},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt":{"type":"string"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"linkedAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt"}},"required":["id","label","subtitle","kind","linkedAt"],"additionalProperties":false},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsCustomersDealsIdCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdCompaniesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdCompaniesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdPeopleGetParameters0Schema":{"type":"string"},"DocPathsCustomersDealsIdPeopleGetParameters1Schema":{"type":"number"},"DocPathsCustomersDealsIdPeopleGetParameters2Schema":{"type":"number"},"DocPathsCustomersDealsIdPeopleGetParameters3Schema":{"type":"string"},"DocPathsCustomersDealsIdPeopleGetParameters4Schema":{"type":"string","enum":["label-asc","label-desc","name-asc","name-desc","recent"]},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1"}]},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"type":"string","enum":["person"]},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt":{"type":"string"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"linkedAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkedAt"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary"}},"required":["id","label","subtitle","kind","linkedAt","isPrimary"],"additionalProperties":false},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsCustomersDealsIdPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdPeopleGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdPeopleGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdPeopleGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdGetParameters0Schema":{"type":"string"},"DocPathsCustomersDealsIdGetParameters1Schema":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitleAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatusAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineIdAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageIdAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmountAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmountAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrencyAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbabilityAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSourceAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcomeAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcomeAnyOf1":{"type":"string","enum":["won","lost"]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcomeAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonIdAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotesAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotesAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotesAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDeal":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStage"},"pipelineId":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineId"},"pipelineStageId":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesPipelineStageId"},"valueAmount":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesSource"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesClosureOutcome"},"lossReasonId":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossReasonId"},"lossNotes":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesLossNotes"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesTenantId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDealPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitleAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesKind":{"type":"string","enum":["person"]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesSubtitle"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesKind"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItemsPropertiesIsPrimary"}},"required":["id","label","kind"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeople":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeopleItems"}},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitleAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesKind":{"type":"string","enum":["company"]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesLabel"},"subtitle":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesSubtitle"},"kind":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesKind"}},"required":["id","label","kind"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItems"}},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail"}},"required":["userId","name","email"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesOrder":{"type":"number"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColorAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIconAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesLabel"},"order":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesOrder"},"color":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItemsPropertiesIcon"}},"required":["id","label","order","color","icon"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStages":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStagesItems"}},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageLabel":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageOrder":{"type":"number"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesTransitionedAt":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItems":{"type":"object","properties":{"stageId":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageId"},"stageLabel":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageLabel"},"stageOrder":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesStageOrder"},"transitionedAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItemsPropertiesTransitionedAt"}},"required":["stageId","stageLabel","stageOrder","transitionedAt"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitionsItems"}},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesName":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesEmail":{"type":"string"},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1PropertiesEmail"}},"required":["id","name","email"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwner":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwnerAnyOf1"}]},"DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"deal":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesDeal"},"people":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeople"},"companies":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanies"},"customFields":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields"},"viewer":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer"},"pipelineStages":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesPipelineStages"},"stageTransitions":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesStageTransitions"},"owner":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses200ContentApplicationJsonSchemaPropertiesOwner"}},"required":["deal","people","companies","customFields","viewer","pipelineStages","stageTransitions","owner"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdStatsGetParameters0Schema":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValueAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValueAnyOf1":{"type":"number"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValueAnyOf1"}]},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrencyAnyOf1"}]},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesClosureOutcome":{"type":"string","enum":["won","lost"]},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesClosedAt":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineNameAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineNameAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineNameAnyOf1"}]},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealsClosedThisPeriod":{"type":"number"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDaysAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDaysAnyOf1":{"type":"number"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDays":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDaysAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDaysAnyOf1"}]},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarterAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarterAnyOf1":{"type":"number"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarterAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarterAnyOf1"}]},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReasonAnyOf0":{"type":"null"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReasonAnyOf1":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReason":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReasonAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReasonAnyOf1"}]},"DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"dealValue":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealValue"},"dealCurrency":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealCurrency"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesClosureOutcome"},"closedAt":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesClosedAt"},"pipelineName":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesPipelineName"},"dealsClosedThisPeriod":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealsClosedThisPeriod"},"salesCycleDays":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesSalesCycleDays"},"dealRankInQuarter":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesDealRankInQuarter"},"lossReason":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses200ContentApplicationJsonSchemaPropertiesLossReason"}},"required":["dealValue","dealCurrency","closureOutcome","closedAt","pipelineName","dealsClosedThisPeriod","salesCycleDays","dealRankInQuarter","lossReason"],"additionalProperties":false},"DocPathsCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses400ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses401ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses403ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDealsIdStatsGetResponses404ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdPatchParameters0Schema":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchParameters1Schema":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","maxLength":150},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf0":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf1":{"type":"null"},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColor":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf1"}]},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf0":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf1":{"type":"null"},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf1"}]},"DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"additionalProperties":false},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf1"}]},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsInherited"}},"required":["id","value"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdDeleteParameters0Schema":{"type":"string"},"DocPathsCustomersDictionariesKindIdDeleteParameters1Schema":{"type":"string"},"DocPathsCustomersDictionariesKindIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsCustomersDictionariesKindIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindGetParameters0Schema":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesSortMode":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsInherited":{"type":"boolean"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtOneOf0":{"type":"string","format":"date-time"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtOneOf1":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtOneOf1"}]},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtOneOf0":{"type":"string","format":"date-time"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtOneOf1":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtOneOf1"}]},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","value"],"additionalProperties":false},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"sortMode":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesSortMode"},"items":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersDictionariesKindGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses400ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses400ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses401ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses401ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindPostParameters0Schema":{"type":"string"},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","maxLength":150},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf0":{"type":"string","pattern":"^#([0-9A-Fa-f]{6})$"},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf1":{"type":"null"},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColorOneOf1"}]},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf0":{"type":"string","minLength":1,"maxLength":48},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf1":{"type":"null"},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIconOneOf1"}]},"DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"}},"required":["value"],"additionalProperties":false},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabelAnyOf1"}]},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtOneOf0":{"type":"string","format":"date-time"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtOneOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAtOneOf1"}]},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtOneOf0":{"type":"string","format":"date-time"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtOneOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtOneOf1"}]},"DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","value"],"additionalProperties":false},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabelAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabelAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabelAnyOf1"}]},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAtOneOf0":{"type":"string","format":"date-time"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAtOneOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAtOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAtOneOf1"}]},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtOneOf0":{"type":"string","format":"date-time"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtOneOf1":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"oneOf":[{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtOneOf0"},{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtOneOf1"}]},"DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIcon"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","value"],"additionalProperties":false},"DocPathsCustomersDictionariesKindPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses400ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses400ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses400ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses401ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses401ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses401ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersDictionariesKindPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsCustomersDictionariesKindPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses409ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsCustomersDictionariesKindPostResponses409ContentApplicationJsonSchemaPropertiesCode"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsIdVisibilityPatchParameters0Schema":{"type":"string"},"DocPathsCustomersInteractionsIdVisibilityPatchResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersInteractionsIdVisibilityPatchResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersInteractionsIdVisibilityPatchResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersInteractionsIdVisibilityPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersInteractionsIdVisibilityPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersInteractionsIdVisibilityPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersInteractionsIdVisibilityPatchResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersInteractionsIdVisibilityPatchResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchParameters0Schema":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchParameters1Schema":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesDisplayName":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesId"},"companyId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesCompanyId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1PropertiesIsPrimary"}},"required":["id","companyId","displayName","isPrimary"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResult":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResultAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"result":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","result"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesLinkIdDeleteParameters0Schema":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdDeleteParameters1Schema":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesLinkIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters0Schema":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters1Schema":{"type":"number"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters2Schema":{"type":"number"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters3Schema":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetParameters4Schema":{"type":"string","enum":["name-asc","name-desc","recent"]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitleAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustryAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustryAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustryAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucket":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucketAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalNameAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomainAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomainAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomain":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomainAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomainAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrlAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1":{"type":"object","properties":{"industry":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesIndustry"},"sizeBucket":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesSizeBucket"},"legalName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesLegalName"},"domain":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesDomain"},"websiteUrl":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1PropertiesWebsiteUrl"}},"required":["industry","sizeBucket","legalName","domain","websiteUrl"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfileAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankNameAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMaskedAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMaskedAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMasked":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMaskedAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMaskedAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTermsAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTermsAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTerms":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTermsAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTermsAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrencyAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1":{"type":"object","properties":{"bankName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankName"},"bankAccountMasked":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesBankAccountMasked"},"paymentTerms":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPaymentTerms"},"preferredCurrency":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1PropertiesPreferredCurrency"}},"required":["bankName","bankAccountMasked","paymentTerms","preferredCurrency"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBilling":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillingAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf1PropertiesFormatted":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf1":{"type":"object","properties":{"formatted":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf1PropertiesFormatted"}},"required":["formatted"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddress":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddressAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColor"}},"required":["id","label","color"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesRoleValue":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesId"},"roleValue":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItemsPropertiesRoleValue"}},"required":["id","roleValue"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRolesItems"}},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesTitle":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmountAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmountAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrencyAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesTitle"},"valueAmount":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1PropertiesValueCurrency"}},"required":["title","valueAmount","valueCurrency"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDeal":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDealAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAtAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1PropertiesAmount":{"type":"number"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1PropertiesCurrency":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1":{"type":"object","properties":{"amount":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1PropertiesAmount"},"currency":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1PropertiesCurrency"}},"required":["amount","currency"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClv":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClvAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStageAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperature":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperatureAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarterAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarterAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarterAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarterAnyOf1"}]},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"linkId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLinkId"},"companyId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary"},"subtitle":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubtitle"},"profile":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProfile"},"billing":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBilling"},"primaryAddress":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPrimaryAddress"},"tags":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"roles":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoles"},"activeDeal":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActiveDeal"},"lastContactAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLastContactAt"},"clv":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClv"},"status":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLifecycleStage"},"temperature":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTemperature"},"renewalQuarter":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRenewalQuarter"}},"required":["linkId","companyId","displayName","isPrimary","subtitle","profile","billing","primaryAddress","tags","roles","activeDeal","lastContactAt","clv","status","lifecycleStage","temperature","renewalQuarter"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesEnrichedGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesGetParameters0Schema":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"companyId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary"}},"required":["id","companyId","displayName","isPrimary"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesPostParameters0Schema":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"companyId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyId"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"required":["companyId"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesCompanyId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesDisplayName":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesId"},"companyId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesCompanyId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResultPropertiesIsPrimary"}},"required":["id","companyId","displayName","isPrimary"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"result":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","result"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdCompaniesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdCompaniesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdCompaniesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdEmailThreadsGetParameters0Schema":{"type":"string"},"DocPathsCustomersPeopleIdEmailThreadsGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailThreadsGetResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailThreadsGetResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailThreadsGetResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailThreadsGetResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailsPostParameters0Schema":{"type":"string"},"DocPathsCustomersPeopleIdEmailsPostResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailsPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailsPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailsPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailsPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailsPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailsPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdEmailsPostResponses500ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCustomersPeopleIdRolesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string","enum":["company","person"]},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserNameAnyOf1"}]},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmailAnyOf1"}]},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhoneAnyOf1"}]},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleType":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"entityType":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityId"},"userId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"userName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserName"},"userEmail":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserEmail"},"userPhone":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserPhone"},"roleType":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleType"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","entityType","entityId","userId","roleType","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleType":{"type":"string","minLength":1,"maxLength":100},"DocPathsCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleType":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleType"},"userId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostRequestBodyContentApplicationJsonSchemaPropertiesUserId"}},"required":["roleType","userId"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPutParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesPutParameters1Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"}},"required":["userId"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersPeopleIdRolesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsCustomersPeopleIdRolesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdRolesDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdRolesDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetParameters0Schema":{"type":"string"},"DocPathsCustomersPeopleIdGetParameters1Schema":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionMode":{"type":"string","enum":["canonical","legacy"]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmailAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmailAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhoneAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhoneAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhoneAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatusAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStageAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStageAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStageAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSourceAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAtAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefIdAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIconAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIconAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIconAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColorAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColorAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColorAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesIsActive":{"type":"boolean"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPerson":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesDescription"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOwnerUserId"},"primaryEmail":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryEmail"},"primaryPhone":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesPrimaryPhone"},"status":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesStatus"},"lifecycleStage":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesLifecycleStage"},"source":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesSource"},"nextInteractionAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionAt"},"nextInteractionName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionName"},"nextInteractionRefId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionRefId"},"nextInteractionIcon":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionIcon"},"nextInteractionColor":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesNextInteractionColor"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesTenantId"},"isActive":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPersonPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitleAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitleAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitleAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartmentAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartmentAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartmentAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartmentAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniorityAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniorityAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniorityAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezoneAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezoneAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezoneAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrlAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrlAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrlAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrlAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrlAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrl":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrlAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrlAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesId"},"firstName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesFirstName"},"lastName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLastName"},"preferredName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesPreferredName"},"jobTitle":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesJobTitle"},"department":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesDepartment"},"seniority":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesSeniority"},"timezone":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTimezone"},"linkedInUrl":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesLinkedInUrl"},"twitterUrl":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesTwitterUrl"},"companyEntityId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesCompanyEntityId"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1PropertiesUpdatedAt"}},"required":["id","updatedAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfile":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfileAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields":{"type":"object","additionalProperties":true},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesLabel":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColorAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItemsPropertiesColor"}},"required":["id","label"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurposeAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1AnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2AnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumberAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumberAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCityAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegionAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountryAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitudeAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitudeAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf1":{"type":"boolean"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimaryAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPurpose"},"addressLine1":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesIsPrimary"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItemsPropertiesCreatedAt"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddresses":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddressesItems"}},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesId"},"body":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAuthorEmail"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesDealId"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItemsPropertiesAppearanceColor"}},"required":["id","createdAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesComments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCommentsItems"}},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesActivityType":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubject":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubjectAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesId"},"activityType":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesOccurredAt"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesDealId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAuthorEmail"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesCreatedAt"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItemsPropertiesAppearanceColor"}},"required":["id","activityType","createdAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivities":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivitiesItems"}},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesInteractionType":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBodyAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesStatus":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAtAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriorityAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitleAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesIntegrations":{"type":"object","additionalProperties":true},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesId"},"entityId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesEntityId"},"interactionType":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesInteractionType"},"title":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTitle"},"body":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesBody"},"status":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesStatus"},"scheduledAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesScheduledAt"},"occurredAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOccurredAt"},"priority":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesPriority"},"authorUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorUserId"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOwnerUserId"},"dealId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesTenantId"},"authorName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAuthorEmail"},"dealTitle":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesDealTitle"},"customValues":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCustomValues"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesAppearanceColor"},"source":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesSource"},"_integrations":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesIntegrations"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItemsPropertiesUpdatedAt"}},"required":["id","interactionType","status","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionsItems"}},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatusAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStageAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf1":{"type":"number"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmountAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrency":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrencyAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf1":{"type":"number"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbability":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbabilityAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAtAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSourceAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcomeAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcomeAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcome":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcomeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcomeAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotesAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotesAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotesAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesStatus"},"pipelineStage":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesPipelineStage"},"valueAmount":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueAmount"},"valueCurrency":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesValueCurrency"},"probability":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesProbability"},"expectedCloseAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesExpectedCloseAt"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesOwnerUserId"},"source":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesSource"},"closureOutcome":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesClosureOutcome"},"lossReasonId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossReasonId"},"lossNotes":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesLossNotes"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItemsPropertiesUpdatedAt"}},"required":["id","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDeals":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDealsItems"}},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoSource":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitleAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf1":{"type":"boolean"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDoneAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf1":{"type":"number"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriority":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriorityAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverityAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescriptionAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAtAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValues":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValuesAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesId"},"todoId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoId"},"todoSource":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoSource"},"createdAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedAt"},"createdByUserId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCreatedByUserId"},"title":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTitle"},"isDone":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesIsDone"},"priority":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesPriority"},"severity":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesSeverity"},"description":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDescription"},"dueAt":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesDueAt"},"todoOrganizationId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesTodoOrganizationId"},"customValues":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItemsPropertiesCustomValues"}},"required":["id","todoId","todoSource","createdAt"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodos":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodosItems"}},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesDisplayName":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesIsPrimary":{"type":"boolean"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesDisplayName"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItemsPropertiesIsPrimary"}},"required":["id","displayName","isPrimary"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompaniesItems"}},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserIdAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesNameAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0":{"type":"null"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmailAnyOf1"}]},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesUserId"},"name":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesName"},"email":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesEmail"}},"required":["userId","name","email"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"interactionMode":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractionMode"},"person":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesPerson"},"profile":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesProfile"},"customFields":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCustomFields"},"tags":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTags"},"addresses":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesAddresses"},"comments":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesComments"},"activities":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesActivities"},"interactions":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesInteractions"},"deals":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesDeals"},"todos":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesTodos"},"isPrimary":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesIsPrimary"},"companies":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesCompanies"},"viewer":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses200ContentApplicationJsonSchemaPropertiesViewer"}},"required":["interactionMode","person","profile","customFields","tags","addresses","comments","activities","interactions","deals","todos","isPrimary","companies","viewer"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCustomersPeopleIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCustomersPeopleIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCustomersPeopleIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesObjectTypesGetParameters0Schema":{"type":"string","minLength":1},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelKey":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesId":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline"]},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesId"},"labelKey":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","labelKey"],"additionalProperties":false},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsItems"}},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"module":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule"},"entityType":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntityType"},"labelKey":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelKey"},"icon":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"actions":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActions"}},"required":["module","entityType","labelKey","icon","actions"],"additionalProperties":false},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsMessagesObjectTypesGetResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesObjectTypesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesObjectTypesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesObjectTypesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesObjectTypesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesGetParameters0Schema":{"type":"string","enum":["inbox","sent","drafts","archived","all"]},"DocPathsMessagesGetParameters1Schema":{"type":"string","enum":["unread","read","archived"]},"DocPathsMessagesGetParameters2Schema":{"type":"string"},"DocPathsMessagesGetParameters3Schema":{"type":"string","enum":["public","internal"]},"DocPathsMessagesGetParameters4Schema":{"type":"string"},"DocPathsMessagesGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsMessagesGetParameters6Schema":{"type":"string","format":"email"},"DocPathsMessagesGetParameters10Schema":{"type":"string","format":"uuid"},"DocPathsMessagesGetParameters11Schema":{"type":"string","maxLength":200},"DocPathsMessagesGetParameters12Schema":{"type":"string","format":"datetime"},"DocPathsMessagesGetParameters13Schema":{"type":"number"},"DocPathsMessagesGetParameters14Schema":{"type":"number"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibilityAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityIdAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmailAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmailAnyOf1":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmailAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalNameAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalNameAnyOf1":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalNameAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyPreview":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderUserId":{"type":"string","format":"uuid"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf1":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderNameAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmailAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmailAnyOf1":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmailAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasObjects":{"type":"boolean"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObjectCount":{"type":"number"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasAttachments":{"type":"boolean"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentCount":{"type":"number"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientCount":{"type":"number"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasActions":{"type":"boolean"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf1":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTaken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTakenAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAtAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAtAnyOf1":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAtAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf1":{"type":"string"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAtAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadIdAnyOf0":{"type":"null"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadIdAnyOf1"}]},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"visibility":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesVisibility"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceEntityId"},"externalEmail":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExternalName"},"subject":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject"},"bodyPreview":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyPreview"},"senderUserId":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderUserId"},"senderName":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderName"},"senderEmail":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSenderEmail"},"priority":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPriority"},"status":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"hasObjects":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasObjects"},"objectCount":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesObjectCount"},"hasAttachments":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasAttachments"},"attachmentCount":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAttachmentCount"},"recipientCount":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRecipientCount"},"hasActions":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHasActions"},"actionTaken":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionTaken"},"sentAt":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSentAt"},"readAt":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReadAt"},"threadId":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThreadId"}},"required":["id","type","subject","bodyPreview","senderUserId","priority","status","hasObjects","objectCount","hasAttachments","attachmentCount","recipientCount","hasActions"],"additionalProperties":false},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsMessagesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"page":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"total":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"totalPages":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","page","pageSize","total","totalPages"],"additionalProperties":false},"DocPathsMessagesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAllOf0":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAllOf0"}],"default":"default"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf1"}]},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType":{"type":"string","minLength":1},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId":{"type":"string","format":"uuid"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalEmail":{"type":"string","format":"email"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalName":{"type":"string","minLength":1,"maxLength":255},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesTypeAllOf0":{"type":"string","enum":["to","cc","bcc"]},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesTypeAllOf0"}],"default":"to"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0Items":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0ItemsPropertiesType"}},"required":["userId"],"additionalProperties":false},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0Items"},"maxItems":100},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsAllOf0"}],"default":[]},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectAllOf0":{"type":"string","maxLength":500},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectAllOf0"}],"default":""},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyAllOf0":{"type":"string","maxLength":50000},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyAllOf0"}],"default":""},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormatAllOf0":{"type":"string","enum":["text","markdown"]},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormatAllOf0"}],"default":"text"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesPriorityAllOf0"}],"default":"normal"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule":{"type":"string","minLength":1},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType":{"type":"string","minLength":1},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequiredAllOf0":{"type":"boolean"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequiredAllOf0"}],"default":false},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItems":{"type":"object","properties":{"entityModule":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId"},"actionRequired":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired"},"actionType":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType"},"actionLabel":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel"}},"required":["entityModule","entityType","entityId"],"additionalProperties":false},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjectsItems"}},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"}},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentRecordId":{"type":"string","minLength":1,"maxLength":255},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItems"}},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesPrimaryActionId":{"type":"string"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionData":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesPrimaryActionId"},"expiresAt":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesExpiresAt"}},"required":["actions"],"additionalProperties":false},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0":{"type":"boolean"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0"}],"default":false},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesParentMessageId":{"type":"string","format":"uuid"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDraftAllOf0":{"type":"boolean"},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDraft":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDraftAllOf0"}],"default":false},"DocPathsMessagesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"visibility":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesVisibility"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId"},"externalEmail":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesExternalName"},"recipients":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients"},"subject":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat"},"priority":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"objects":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesObjects"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"attachmentRecordId":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentRecordId"},"actionData":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesActionData"},"sendViaEmail":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail"},"parentMessageId":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesParentMessageId"},"isDraft":{"$ref":"#/components/schemas/DocPathsMessagesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDraft"}},"additionalProperties":false},"DocPathsMessagesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadIdAnyOf0":{"type":"null"},"DocPathsMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadIdAnyOf1"}]},"DocPathsMessagesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"threadId":{"$ref":"#/components/schemas/DocPathsMessagesPostResponses201ContentApplicationJsonSchemaPropertiesThreadId"}},"required":["id"],"additionalProperties":false},"DocPathsMessagesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule":{"type":"string"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelKey":{"type":"string"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"type":"string"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllowReply":{"type":"boolean"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllowForward":{"type":"boolean"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHoursAnyOf0":{"type":"null"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHoursAnyOf1":{"type":"number"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHoursAnyOf1"}]},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf0":{"type":"null"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponentAnyOf0":{"type":"null"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponentAnyOf1":{"type":"string"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponentAnyOf1"}]},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponentAnyOf0":{"type":"null"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponentAnyOf1":{"type":"string"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponentAnyOf1"}]},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponentAnyOf0":{"type":"null"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponentAnyOf1":{"type":"string"},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponentAnyOf1"}]},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1":{"type":"object","properties":{"listItemComponent":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesListItemComponent"},"contentComponent":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesContentComponent"},"actionsComponent":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1PropertiesActionsComponent"}},"additionalProperties":false},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUi":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUiAnyOf1"}]},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"module":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesModule"},"labelKey":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelKey"},"icon":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"allowReply":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllowReply"},"allowForward":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAllowForward"},"actionsExpireAfterHours":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActionsExpireAfterHours"},"ui":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUi"}},"required":["type","module","labelKey","icon","allowReply","allowForward"],"additionalProperties":false},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsMessagesTypesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesTypesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesTypesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesTypesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesTypesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesUnreadCountGetResponses200ContentApplicationJsonSchemaPropertiesUnreadCount":{"type":"number"},"DocPathsMessagesUnreadCountGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"unreadCount":{"$ref":"#/components/schemas/DocPathsMessagesUnreadCountGetResponses200ContentApplicationJsonSchemaPropertiesUnreadCount"}},"required":["unreadCount"],"additionalProperties":false},"DocPathsMessagesUnreadCountGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesUnreadCountGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesUnreadCountGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdActionsActionIdPostParameters0Schema":{"type":"string"},"DocPathsMessagesIdActionsActionIdPostParameters1Schema":{"type":"string"},"DocPathsMessagesIdActionsActionIdPostRequestBodyContentApplicationJsonSchema":{"type":"object","additionalProperties":true},"DocPathsMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesActionId":{"type":"string"},"DocPathsMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesResult":{"type":"object","additionalProperties":true},"DocPathsMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"actionId":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesActionId"},"result":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses200ContentApplicationJsonSchemaPropertiesResult"}},"required":["ok","actionId"],"additionalProperties":false},"DocPathsMessagesIdActionsActionIdPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdActionsActionIdPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdActionsActionIdPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdActionsActionIdPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesIdActionsActionIdPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesIdActionsActionIdPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesIdActionsActionIdPostResponses410ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesIdArchivePutParameters0Schema":{"type":"string"},"DocPathsMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsMessagesIdArchivePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsMessagesIdArchivePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdArchivePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdArchivePutResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdArchivePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdArchivePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdArchivePutResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdArchivePutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdArchivePutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdArchivePutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdArchiveDeleteParameters0Schema":{"type":"string"},"DocPathsMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsMessagesIdArchiveDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdArchiveDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsGetParameters0Schema":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesFileName":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesFileSize":{"type":"number"},"DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesMimeType":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesUrl":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesId"},"fileName":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesFileName"},"fileSize":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesFileSize"},"mimeType":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesMimeType"},"url":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItemsPropertiesUrl"}},"required":["id","fileName","fileSize","mimeType","url"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachments":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachmentsItems"}},"DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"attachments":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses200ContentApplicationJsonSchemaPropertiesAttachments"}},"required":["attachments"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsPostParameters0Schema":{"type":"string"},"DocPathsMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"},"minItems":1,"maxItems":100},"DocPathsMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"attachmentIds":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"}},"required":["attachmentIds"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsDeleteParameters0Schema":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentId":{"type":"string","format":"uuid"},"DocPathsMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"},"minItems":1,"maxItems":100},"DocPathsMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"attachmentId":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentId"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"}},"additionalProperties":false},"DocPathsMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdAttachmentsDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConfirmationGetParameters0Schema":{"type":"string"},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesMessageId":{"type":"string","format":"uuid"},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmed":{"type":"boolean"},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAtAnyOf0":{"type":"null"},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAtAnyOf1":{"type":"string"},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAtAnyOf1"}]},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserIdAnyOf0":{"type":"null"},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserIdAnyOf1"}]},"DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"messageId":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesMessageId"},"confirmed":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmed"},"confirmedAt":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedAt"},"confirmedByUserId":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses200ContentApplicationJsonSchemaPropertiesConfirmedByUserId"}},"required":["messageId","confirmed","confirmedAt","confirmedByUserId"],"additionalProperties":false},"DocPathsMessagesIdConfirmationGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConfirmationGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConfirmationGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConfirmationGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConfirmationGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConfirmationGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConfirmationGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConfirmationGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConfirmationGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationArchivePutParameters0Schema":{"type":"string"},"DocPathsMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchemaPropertiesAffectedCount":{"type":"number"},"DocPathsMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchemaPropertiesOk"},"affectedCount":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses200ContentApplicationJsonSchemaPropertiesAffectedCount"}},"required":["ok","affectedCount"],"additionalProperties":false},"DocPathsMessagesIdConversationArchivePutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationArchivePutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchivePutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationArchiveDeleteParameters0Schema":{"type":"string"},"DocPathsMessagesIdConversationArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdConversationArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount":{"type":"number"},"DocPathsMessagesIdConversationArchiveDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"affectedCount":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount"}},"required":["ok","affectedCount"],"additionalProperties":false},"DocPathsMessagesIdConversationArchiveDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationArchiveDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationArchiveDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationArchiveDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationArchiveDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationReadPutParameters0Schema":{"type":"string"},"DocPathsMessagesIdConversationReadPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdConversationReadPutResponses200ContentApplicationJsonSchemaPropertiesAffectedCount":{"type":"number"},"DocPathsMessagesIdConversationReadPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"affectedCount":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses200ContentApplicationJsonSchemaPropertiesAffectedCount"}},"required":["ok","affectedCount"],"additionalProperties":false},"DocPathsMessagesIdConversationReadPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationReadPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationReadPutResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationReadPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationReadPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationReadPutResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationReadPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationReadPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationReadDeleteParameters0Schema":{"type":"string"},"DocPathsMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount":{"type":"number"},"DocPathsMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"affectedCount":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount"}},"required":["ok","affectedCount"],"additionalProperties":false},"DocPathsMessagesIdConversationReadDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationReadDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationReadDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationDeleteParameters0Schema":{"type":"string"},"DocPathsMessagesIdConversationDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdConversationDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount":{"type":"number"},"DocPathsMessagesIdConversationDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"affectedCount":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses200ContentApplicationJsonSchemaPropertiesAffectedCount"}},"required":["ok","affectedCount"],"additionalProperties":false},"DocPathsMessagesIdConversationDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationDeleteResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdConversationDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdConversationDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdConversationDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdConversationDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdForwardPreviewGetParameters0Schema":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchemaPropertiesSubject":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchemaPropertiesBody":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"subject":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses200ContentApplicationJsonSchemaPropertiesBody"}},"required":["subject","body"],"additionalProperties":false},"DocPathsMessagesIdForwardPreviewGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPreviewGetResponses413ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdForwardPostParameters0Schema":{"type":"string"},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0":{"type":"string","enum":["to","cc","bcc"]},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0"}],"default":"to"},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType"}},"required":["userId"],"additionalProperties":false},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems"},"minItems":1,"maxItems":100},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":50000},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesAdditionalBody":{"type":"string","maxLength":10000},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAttachmentsAllOf0":{"type":"boolean"},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAttachments":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAttachmentsAllOf0"}],"default":true},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0":{"type":"boolean"},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0"}],"default":false},"DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"recipients":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients"},"body":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"additionalBody":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesAdditionalBody"},"includeAttachments":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAttachments"},"sendViaEmail":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail"}},"required":["recipients"],"additionalProperties":false},"DocPathsMessagesIdForwardPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdForwardPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsMessagesIdForwardPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdForwardPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdForwardPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdForwardPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesIdForwardPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesIdForwardPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesIdForwardPostResponses413ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesIdReadPutParameters0Schema":{"type":"string"},"DocPathsMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsMessagesIdReadPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsMessagesIdReadPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReadPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReadPutResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdReadPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReadPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReadPutResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdReadPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReadPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReadPutResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReadDeleteParameters0Schema":{"type":"string"},"DocPathsMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsMessagesIdReadDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsMessagesIdReadDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReadDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReadDeleteResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdReadDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReadDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReadDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdReadDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReadDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReadDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReplyPostParameters0Schema":{"type":"string"},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":50000},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormatAllOf0":{"type":"string","enum":["text","markdown"]},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormatAllOf0"}],"default":"text"},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0":{"type":"string","enum":["to","cc","bcc"]},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0"}],"default":"to"},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType"}},"required":["userId"],"additionalProperties":false},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems"},"maxItems":100},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"}},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentRecordId":{"type":"string","minLength":1,"maxLength":255},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesReplyAllAllOf0":{"type":"boolean"},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesReplyAll":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesReplyAllAllOf0"}],"default":false},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0":{"type":"boolean"},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmailAllOf0"}],"default":false},"DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"body":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat"},"recipients":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesRecipients"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"attachmentRecordId":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesAttachmentRecordId"},"replyAll":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesReplyAll"},"sendViaEmail":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail"}},"required":["body"],"additionalProperties":false},"DocPathsMessagesIdReplyPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdReplyPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsMessagesIdReplyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReplyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReplyPostResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdReplyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReplyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReplyPostResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdReplyPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReplyPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdReplyPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdReplyPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdReplyPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdReplyPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdGetParameters0Schema":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsDraft":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesCanEditDraft":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesCanArchive":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsArchived":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibilityAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityIdAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmailAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmailAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmailAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalNameAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalNameAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalNameAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesLabelKey":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesIcon":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColorAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColorAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColorAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesAllowReply":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesAllowForward":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponentAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponentAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponentAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponentAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponentAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponentAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponentAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponentAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponentAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponentAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1":{"type":"object","properties":{"listItemComponent":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesListItemComponent"},"contentComponent":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesContentComponent"},"actionsComponent":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1PropertiesActionsComponent"}},"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUi":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUiAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinition":{"type":"object","properties":{"labelKey":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesLabelKey"},"icon":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesIcon"},"color":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesColor"},"allowReply":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesAllowReply"},"allowForward":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesAllowForward"},"ui":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinitionPropertiesUi"}},"required":["labelKey","icon","allowReply","allowForward"],"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadIdAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadIdAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageIdAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageIdAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderUserId":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderNameAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderNameAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderNameAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmailAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmailAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmailAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSubject":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesBody":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesBodyFormat":{"type":"string","enum":["text","markdown"]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAtAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAtAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAtAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActionsItems"}},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesPrimaryActionId":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesPrimaryActionId"},"expiresAt":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1PropertiesExpiresAt"}},"required":["actions"],"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionDataAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTaken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAtAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAtAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAtAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserIdAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserIdAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType":{"type":"string","enum":["to","cc","bcc"]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesStatus":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAtAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAtAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAtAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItems":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType"},"status":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesStatus"},"readAt":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesReadAt"}},"required":["userId","type","status"],"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipients":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipientsItems"}},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionTypeAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionTypeAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionTypeAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabelAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabelAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabelAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshotAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesTitle":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesSubtitle":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesStatus":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesStatusColor":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesMetadataAdditionalProperties":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesMetadata":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesMetadataAdditionalProperties"}},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1":{"type":"object","properties":{"title":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesTitle"},"subtitle":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesSubtitle"},"status":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesStatus"},"statusColor":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesStatusColor"},"metadata":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1PropertiesMetadata"}},"required":["title"],"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreview":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreviewAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesId"},"entityModule":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId"},"actionRequired":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired"},"actionType":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType"},"actionLabel":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel"},"snapshot":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesSnapshot"},"preview":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesPreview"}},"required":["id","entityModule","entityType","entityId","actionRequired"],"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjectsItems"}},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderUserId":{"type":"string","format":"uuid"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderNameAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderNameAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderNameAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmailAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmailAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmailAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalNameAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalNameAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalNameAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalEmailAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalEmailAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalEmailAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSourceEntityTypeAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSourceEntityTypeAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSourceEntityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSourceEntityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSourceEntityTypeAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesBody":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesBodyFormat":{"type":"string","enum":["text","markdown"]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAtAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAtAnyOf1":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAtAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesId"},"senderUserId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderUserId"},"senderName":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderName"},"senderEmail":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSenderEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalName"},"externalEmail":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesExternalEmail"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSourceEntityType"},"body":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesBodyFormat"},"sentAt":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItemsPropertiesSentAt"}},"required":["id","senderUserId","body"],"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThread":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadItems"}},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsRead":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesConversationArchived":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesConversationAllUnread":{"type":"boolean"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelAnyOf1":{"type":"object","additionalProperties":true},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelPayloadAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelPayloadAnyOf1":{"type":"object","additionalProperties":true},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelPayload":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelPayloadAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelPayloadAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelContactAnyOf0":{"type":"null"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelContactAnyOf1":{"type":"object","additionalProperties":true},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelContact":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelContactAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelContactAnyOf1"}]},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesReactionsItems":{"type":"object","additionalProperties":true},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesReactions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesReactionsItems"}},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesEnrichedByItems":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesEnrichedBy":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesEnrichedByItems"}},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesEnricherErrorsItems":{"type":"string"},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesEnricherErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesEnricherErrorsItems"}},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMeta":{"type":"object","properties":{"enrichedBy":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesEnrichedBy"},"enricherErrors":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMetaPropertiesEnricherErrors"}},"required":["enrichedBy"],"additionalProperties":false},"DocPathsMessagesIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"updatedAt":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"},"type":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesType"},"isDraft":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsDraft"},"canEditDraft":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesCanEditDraft"},"canArchive":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesCanArchive"},"isArchived":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsArchived"},"visibility":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesVisibility"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSourceEntityId"},"externalEmail":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesExternalName"},"typeDefinition":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesTypeDefinition"},"threadId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThreadId"},"parentMessageId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesParentMessageId"},"senderUserId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderUserId"},"senderName":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderName"},"senderEmail":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSenderEmail"},"subject":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesBodyFormat"},"priority":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesPriority"},"sentAt":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesSentAt"},"actionData":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionData"},"actionTaken":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTaken"},"actionTakenAt":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenAt"},"actionTakenByUserId":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesActionTakenByUserId"},"recipients":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesRecipients"},"objects":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesObjects"},"thread":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesThread"},"isRead":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesIsRead"},"conversationArchived":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesConversationArchived"},"conversationAllUnread":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesConversationAllUnread"},"_channel":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannel"},"_channelPayload":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelPayload"},"_channelContact":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesChannelContact"},"_reactions":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesReactions"},"_meta":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses200ContentApplicationJsonSchemaPropertiesMeta"}},"required":["id","type","isDraft","canEditDraft","canArchive","isArchived","typeDefinition","senderUserId","subject","body","bodyFormat","priority","recipients","objects","thread","isRead","conversationArchived","conversationAllUnread"],"additionalProperties":true},"DocPathsMessagesIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdGetResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdGetResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdPatchParameters0Schema":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf0":{"type":"null"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf1":{"type":"string","enum":["public","internal"]},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibilityAnyOf1"}]},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType":{"type":"string","minLength":1},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId":{"type":"string","format":"uuid"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExternalEmail":{"type":"string","format":"email"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExternalName":{"type":"string","minLength":1,"maxLength":255},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0":{"type":"string","enum":["to","cc","bcc"]},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesTypeAllOf0"}],"default":"to"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems":{"type":"object","properties":{"userId":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesUserId"},"type":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItemsPropertiesType"}},"required":["userId"],"additionalProperties":false},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipients":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipientsItems"}},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":500},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":50000},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat":{"type":"string","enum":["text","markdown"]},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule":{"type":"string","minLength":1},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType":{"type":"string","minLength":1},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequiredAllOf0":{"type":"boolean"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired":{"allOf":[{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequiredAllOf0"}],"default":false},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItems":{"type":"object","properties":{"entityModule":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesEntityId"},"actionRequired":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionRequired"},"actionType":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionType"},"actionLabel":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItemsPropertiesActionLabel"}},"required":["entityModule","entityType","entityId"],"additionalProperties":false},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjectsItems"}},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems":{"type":"string","format":"uuid"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIdsItems"}},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActionsItems"}},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesPrimaryActionId":{"type":"string"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionData":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesPrimaryActionId"},"expiresAt":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionDataPropertiesExpiresAt"}},"required":["actions"],"additionalProperties":false},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail":{"type":"boolean"},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsDraft":{"type":"boolean","enum":[false]},"DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesType"},"visibility":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesVisibility"},"sourceEntityType":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityType"},"sourceEntityId":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSourceEntityId"},"externalEmail":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExternalEmail"},"externalName":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesExternalName"},"recipients":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesRecipients"},"subject":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesBodyFormat"},"priority":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPriority"},"objects":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesObjects"},"attachmentIds":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesAttachmentIds"},"actionData":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesActionData"},"sendViaEmail":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSendViaEmail"},"isDraft":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsDraft"}},"additionalProperties":false},"DocPathsMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsMessagesIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsMessagesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdPatchResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdDeleteParameters0Schema":{"type":"string"},"DocPathsMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage":{"type":"string"},"DocPathsMessagesIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesId"},"message":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses200ContentApplicationJsonSchemaPropertiesMessage"}},"required":["ok"],"additionalProperties":false},"DocPathsMessagesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesIdDeleteResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsMessagesIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsMessagesIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsMessagesIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsMessagesTokenTokenGetParameters0Schema":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesType":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSubject":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesBody":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesBodyFormat":{"type":"string","enum":["text","markdown"]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesPriority":{"type":"string","enum":["low","normal","high","urgent"]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSenderUserId":{"type":"string","format":"uuid"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAtAnyOf0":{"type":"null"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAtAnyOf1":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAtAnyOf1"}]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf0":{"type":"null"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesId":{"type":"string","minLength":1},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabel":{"type":"string","minLength":1},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabelKey":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesVariant":{"type":"string","enum":["default","secondary","destructive","outline","ghost"]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIcon":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesCommandId":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesHref":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIsTerminal":{"type":"boolean"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmRequired":{"type":"boolean"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmMessage":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabel"},"labelKey":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesLabelKey"},"variant":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesVariant"},"icon":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIcon"},"commandId":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesCommandId"},"href":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesHref"},"isTerminal":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesIsTerminal"},"confirmRequired":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmRequired"},"confirmMessage":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItemsPropertiesConfirmMessage"}},"required":["id","label"],"additionalProperties":false},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActions":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActionsItems"}},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesPrimaryActionId":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesExpiresAt":{"type":"string","format":"datetime"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1":{"type":"object","properties":{"actions":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesActions"},"primaryActionId":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesPrimaryActionId"},"expiresAt":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1PropertiesExpiresAt"}},"required":["actions"],"additionalProperties":false},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionData":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionDataAnyOf1"}]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAnyOf0":{"type":"null"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAnyOf1":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTaken":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAnyOf1"}]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAtAnyOf0":{"type":"null"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAtAnyOf1":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAtAnyOf1"}]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserIdAnyOf0":{"type":"null"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserIdAnyOf1"}]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityModule":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityType":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionRequired":{"type":"boolean"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionTypeAnyOf0":{"type":"null"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionTypeAnyOf1":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionTypeAnyOf1"}]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabelAnyOf0":{"type":"null"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabelAnyOf1":{"type":"string"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabelAnyOf1"}]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshotAnyOf0":{"type":"null"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshotAnyOf1"}]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesId"},"entityModule":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityModule"},"entityType":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityType"},"entityId":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesEntityId"},"actionRequired":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionRequired"},"actionType":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionType"},"actionLabel":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesActionLabel"},"snapshot":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItemsPropertiesSnapshot"}},"required":["id","entityModule","entityType","entityId","actionRequired"],"additionalProperties":false},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjectsItems"}},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRequiresAuth":{"type":"boolean"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRecipientUserId":{"type":"string","format":"uuid"},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesId"},"type":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesType"},"subject":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesBody"},"bodyFormat":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesBodyFormat"},"priority":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesPriority"},"senderUserId":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSenderUserId"},"sentAt":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesSentAt"},"actionData":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionData"},"actionTaken":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTaken"},"actionTakenAt":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenAt"},"actionTakenByUserId":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesActionTakenByUserId"},"objects":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesObjects"},"requiresAuth":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRequiresAuth"},"recipientUserId":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRecipientUserId"}},"required":["id","type","subject","body","bodyFormat","priority","senderUserId","objects","requiresAuth","recipientUserId"],"additionalProperties":false},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesRequiresAuth":{"type":"boolean","enum":[true]},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf1":{"type":"object","properties":{"requiresAuth":{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesRequiresAuth"}},"required":["requiresAuth"],"additionalProperties":false},"DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsMessagesTokenTokenGetResponses200ContentApplicationJsonSchemaOneOf1"}]},"DocPathsMessagesTokenTokenGetResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesTokenTokenGetResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsMessagesTokenTokenGetResponses410ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsDictionariesGetParameters0Schema":{"type":"string","enum":["true","false"]},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKey":{"type":"string"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsSystem":{"type":"boolean"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibilityAnyOf0":{"type":"null"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibilityAnyOf1":{"type":"string"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibilityAnyOf1"}]},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntrySortMode":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsInherited":{"type":"boolean"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"managerVisibility":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesManagerVisibility"},"entrySortMode":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntrySortMode"},"organizationId":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","key","name","description","isSystem","isActive","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsDictionariesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsDictionariesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesKey":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9][a-z0-9_-]*$"},"DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesEntrySortMode":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsDictionariesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"entrySortMode":{"$ref":"#/components/schemas/DocPathsDictionariesPostRequestBodyContentApplicationJsonSchemaPropertiesEntrySortMode"}},"required":["key","name"],"additionalProperties":false},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesKey":{"type":"string"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0":{"type":"null"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1":{"type":"string"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1"}]},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesEntrySortMode":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsDictionariesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsActive"},"managerVisibility":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesManagerVisibility"},"entrySortMode":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesEntrySortMode"},"organizationId":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","key","name","description","isSystem","isActive","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsDictionariesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchParameters1Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"}},"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabel":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","position","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesEntryIdDeleteResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesReorderPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesPosition":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"position":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesPosition"}},"required":["id","position"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItems"},"minItems":1},"DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entries":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostRequestBodyContentApplicationJsonSchemaPropertiesEntries"}},"required":["entries"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesReorderPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesReorderPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesGetParameters1Schema":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesGetParameters2Schema":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIconAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","position","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesLimit":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesOffset":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesHasMore":{"type":"boolean"},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesSortMode":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"limit":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesLimit"},"offset":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesOffset"},"hasMore":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesHasMore"},"sortMode":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses200ContentApplicationJsonSchemaPropertiesSortMode"}},"required":["items","total","limit","offset","hasMore","sortMode"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesValue":{"type":"string","minLength":1,"maxLength":150},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":150},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string","minLength":1,"maxLength":64},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesPosition"}},"required":["value"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesLabel":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIconAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesColor"},"icon":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIcon"},"position":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses201ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","value","label","color","icon","position","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostRequestBodyContentApplicationJsonSchemaPropertiesEntryId":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entryId":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostRequestBodyContentApplicationJsonSchemaPropertiesEntryId"}},"required":["entryId"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdEntriesSetDefaultPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesKey":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1"}]},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesEntrySortMode":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"managerVisibility":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesManagerVisibility"},"entrySortMode":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesEntrySortMode"},"organizationId":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","key","name","description","isSystem","isActive","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdPatchParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesKey":{"type":"string","minLength":1,"maxLength":100,"pattern":"^[a-z0-9][a-z0-9_-]*$"},"DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":2000},"DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEntrySortMode":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"entrySortMode":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEntrySortMode"}},"additionalProperties":false},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesKey":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsSystem":{"type":"boolean"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibility":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibilityAnyOf1"}]},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesEntrySortMode":{"type":"string","enum":["label_asc","label_desc","value_asc","value_desc","created_at_asc","created_at_desc"]},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationIdAnyOf1"}]},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsInherited":{"type":"boolean"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"key":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesKey"},"name":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesDescription"},"isSystem":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsSystem"},"isActive":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsActive"},"managerVisibility":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesManagerVisibility"},"entrySortMode":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesEntrySortMode"},"organizationId":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesOrganizationId"},"isInherited":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesIsInherited"},"createdAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","key","name","description","isSystem","isActive","organizationId","createdAt","updatedAt"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdPatchResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdPatchResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsDictionariesDictionaryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsDictionariesDictionaryIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsDictionariesDictionaryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsDictionariesDictionaryIdDeleteResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsDictionariesDictionaryIdDeleteResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsDictionariesDictionaryIdDeleteResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckBooleanGetParameters0Schema":{"type":"string"},"DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesEnabled":{"type":"boolean"},"DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["override","default","fallback","missing"]},"DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesToggleId":{"type":"string"},"DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"enabled":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesEnabled"},"source":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"toggleId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesToggleId"},"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"tenantId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"}},"required":["enabled","source","toggleId","identifier","tenantId"],"additionalProperties":true},"DocPathsFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckBooleanGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckJsonGetParameters0Schema":{"type":"string"},"DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesValueType":{"type":"string","enum":["json"]},"DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesValue":{},"DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["override","default","fallback","missing"]},"DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesToggleId":{"type":"string"},"DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"valueType":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesValueType"},"value":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesValue"},"source":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"toggleId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesToggleId"},"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"tenantId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"}},"required":["valueType","value","source","toggleId","identifier","tenantId"],"additionalProperties":true},"DocPathsFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckJsonGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckNumberGetParameters0Schema":{"type":"string"},"DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesValueType":{"type":"string","enum":["number"]},"DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"number"},"DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["override","default","fallback","missing"]},"DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesToggleId":{"type":"string"},"DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"valueType":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesValueType"},"value":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesValue"},"source":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"toggleId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesToggleId"},"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"tenantId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"}},"required":["valueType","value","source","toggleId","identifier","tenantId"],"additionalProperties":true},"DocPathsFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckNumberGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckStringGetParameters0Schema":{"type":"string"},"DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesValueType":{"type":"string","enum":["string"]},"DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesValue":{"type":"string"},"DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesSource":{"type":"string","enum":["override","default","fallback","missing"]},"DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesToggleId":{"type":"string"},"DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"valueType":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesValueType"},"value":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesValue"},"source":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesSource"},"toggleId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesToggleId"},"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"tenantId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"}},"required":["valueType","value","source","toggleId","identifier","tenantId"],"additionalProperties":true},"DocPathsFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesCheckStringGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalGetParameters0Schema":{"type":"number"},"DocPathsFeatureTogglesGlobalGetParameters1Schema":{"type":"number"},"DocPathsFeatureTogglesGlobalGetParameters2Schema":{"type":"string"},"DocPathsFeatureTogglesGlobalGetParameters3Schema":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsFeatureTogglesGlobalGetParameters4Schema":{"type":"string"},"DocPathsFeatureTogglesGlobalGetParameters5Schema":{"type":"string"},"DocPathsFeatureTogglesGlobalGetParameters6Schema":{"type":"string"},"DocPathsFeatureTogglesGlobalGetParameters7Schema":{"type":"string","enum":["id","category","identifier","name","createdAt","updatedAt","type"]},"DocPathsFeatureTogglesGlobalGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdentifier":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategoryAnyOf1"}]},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValueAnyOf0"},{}]},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory"},"type":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"defaultValue":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDefaultValue"},"createdAt":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","identifier","name","type"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalGetResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string","minLength":1,"pattern":"^[a-z][a-z0-9_.-]*$"},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf1"}]},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0"},{}]},"DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesCategory"},"type":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"defaultValue":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostRequestBodyContentApplicationJsonSchemaPropertiesDefaultValue"}},"required":["identifier","name","type"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPostResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string","minLength":1,"pattern":"^[a-z][a-z0-9_.-]*$"},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategoryAnyOf1"}]},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0"},{}]},"DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesCategory"},"type":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesType"},"defaultValue":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultValue"}},"required":["id"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalPutResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalPutResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalDeleteResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses403ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalDeleteResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesOverridesGetParameters0Schema":{"type":"string"},"DocPathsFeatureTogglesOverridesGetParameters1Schema":{"type":"string"},"DocPathsFeatureTogglesOverridesGetParameters2Schema":{"type":"string"},"DocPathsFeatureTogglesOverridesGetParameters3Schema":{"type":"string","enum":["identifier","name","category"]},"DocPathsFeatureTogglesOverridesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsFeatureTogglesOverridesGetParameters5Schema":{"type":"number"},"DocPathsFeatureTogglesOverridesGetParameters6Schema":{"type":"number"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdOneOf0":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdOneOf1":{"type":"string","enum":[""]},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"oneOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdOneOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdOneOf1"}]},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToggleId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName":{"type":"string"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdentifier":{"type":"string"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory":{"type":"string"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsOverride":{"type":"boolean"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"toggleId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToggleId"},"tenantName":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantName"},"tenantId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"category":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCategory"},"isOverride":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsOverride"}},"required":["id","toggleId","tenantName","tenantId","identifier","name","category","isOverride"],"additionalProperties":true},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin":{"type":"boolean"},"DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"isSuperAdmin":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses200ContentApplicationJsonSchemaPropertiesIsSuperAdmin"}},"required":["items","total","page","pageSize","totalPages","isSuperAdmin"],"additionalProperties":false},"DocPathsFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesOverridesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesOverridesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesToggleId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesIsOverride":{"type":"boolean"},"DocPathsFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesOverrideValue":{},"DocPathsFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"toggleId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesToggleId"},"isOverride":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesIsOverride"},"overrideValue":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutRequestBodyContentApplicationJsonSchemaPropertiesOverrideValue"}},"required":["toggleId","isOverride"],"additionalProperties":false},"DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleIdAnyOf0":{"type":"null"},"DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleIdAnyOf1"}]},"DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"overrideToggleId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses200ContentApplicationJsonSchemaPropertiesOverrideToggleId"}},"required":["ok","overrideToggleId"],"additionalProperties":false},"DocPathsFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesOverridesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesOverridesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesOverridesPutResponses500ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalIdOverrideGetParameters0Schema":{"type":"string"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesValue":{},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesTenantName":{"type":"string"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesToggleType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesId"},"value":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesValue"},"tenantName":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesTenantName"},"tenantId":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesTenantId"},"toggleType":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesToggleType"},"updatedAt":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","tenantName","tenantId","toggleType"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdOverrideGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalIdGetParameters0Schema":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesName":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategoryAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategoryAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategory":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategoryAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategoryAnyOf1"}]},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesType":{"type":"string","enum":["boolean","string","number","json"]},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultValueAnyOf0"},{}]},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAtAnyOf1"}]},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"identifier":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesIdentifier"},"name":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDescription"},"category":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCategory"},"type":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesType"},"defaultValue":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultValue"},"createdAt":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","identifier","name","type"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses400ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses401ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsFeatureTogglesGlobalIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails":{},"DocPathsFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchemaPropertiesError"},"details":{"$ref":"#/components/schemas/DocPathsFeatureTogglesGlobalIdGetResponses404ContentApplicationJsonSchemaPropertiesDetails"}},"required":["error"],"additionalProperties":true},"DocPathsCurrenciesCurrenciesOptionsGetParameters0Schema":{"type":"string"},"DocPathsCurrenciesCurrenciesOptionsGetParameters1Schema":{"type":"string"},"DocPathsCurrenciesCurrenciesOptionsGetParameters2Schema":{"type":"string"},"DocPathsCurrenciesCurrenciesOptionsGetParameters3Schema":{"type":"string","enum":["true","false"]},"DocPathsCurrenciesCurrenciesOptionsGetParameters4Schema":{"type":"number"},"DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue":{"type":"string"},"DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"type":"string"},"DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"value":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesValue"},"label":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"}},"required":["value","label"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses200ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesOptionsGetResponses400ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{}},"DocPathsCurrenciesCurrenciesOptionsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses400ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesOptionsGetResponses401ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{}},"DocPathsCurrenciesCurrenciesOptionsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses401ContentApplicationJsonSchemaPropertiesItems"}},"required":["items"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesOptionsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesOptionsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesOptionsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesGetParameters0Schema":{"type":"string"},"DocPathsCurrenciesCurrenciesGetParameters1Schema":{"type":"number"},"DocPathsCurrenciesCurrenciesGetParameters2Schema":{"type":"number"},"DocPathsCurrenciesCurrenciesGetParameters3Schema":{"type":"string"},"DocPathsCurrenciesCurrenciesGetParameters4Schema":{"type":"string","enum":["code","name","createdAt","updatedAt"]},"DocPathsCurrenciesCurrenciesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCurrenciesCurrenciesGetParameters6Schema":{"type":"string","enum":["true","false"]},"DocPathsCurrenciesCurrenciesGetParameters7Schema":{"type":"string","enum":["true","false"]},"DocPathsCurrenciesCurrenciesGetParameters8Schema":{"type":"string"},"DocPathsCurrenciesCurrenciesGetParameters9Schema":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbolAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbolAnyOf1":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbol":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbolAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbolAnyOf1"}]},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalPlaces":{"type":"number"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparatorAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparatorAnyOf1":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparatorAnyOf1"}]},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparatorAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparatorAnyOf1":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparatorAnyOf1"}]},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBase":{"type":"boolean"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"code":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"symbol":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSymbol"},"decimalPlaces":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalPlaces"},"thousandsSeparator":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesThousandsSeparator"},"decimalSeparator":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecimalSeparator"},"isBase":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBase"},"isActive":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","code","name","symbol","decimalPlaces","thousandsSeparator","decimalSeparator","isBase","isActive","createdAt","updatedAt","organizationId","tenantId"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf1":{"type":"string","maxLength":10},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbol":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf1"}]},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalPlaces":{"type":"number"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf1":{"type":"string","maxLength":5},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf1"}]},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf1":{"type":"string","maxLength":5},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf1"}]},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesIsBase":{"type":"boolean"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"symbol":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesSymbol"},"decimalPlaces":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalPlaces"},"thousandsSeparator":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparator"},"decimalSeparator":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparator"},"isBase":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesIsBase"},"isActive":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","code","name"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf1":{"type":"string","maxLength":10},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbol":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbolAnyOf1"}]},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalPlaces":{"type":"number"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf1":{"type":"string","maxLength":5},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparatorAnyOf1"}]},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf0":{"type":"null"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf1":{"type":"string","maxLength":5},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparator":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparatorAnyOf1"}]},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesIsBase":{"type":"boolean"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"code":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"name":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"symbol":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesSymbol"},"decimalPlaces":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalPlaces"},"thousandsSeparator":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesThousandsSeparator"},"decimalSeparator":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesDecimalSeparator"},"isBase":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesIsBase"},"isActive":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCurrenciesCurrenciesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCurrenciesCurrenciesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCurrenciesCurrenciesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesCurrenciesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesCurrenciesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesCurrenciesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCurrenciesExchangeRatesGetParameters1Schema":{"type":"number"},"DocPathsCurrenciesExchangeRatesGetParameters2Schema":{"type":"number"},"DocPathsCurrenciesExchangeRatesGetParameters3Schema":{"type":"string","enum":["fromCurrencyCode","toCurrencyCode","date","createdAt","updatedAt"]},"DocPathsCurrenciesExchangeRatesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsCurrenciesExchangeRatesGetParameters5Schema":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetParameters6Schema":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetParameters7Schema":{"type":"string","enum":["true","false"]},"DocPathsCurrenciesExchangeRatesGetParameters8Schema":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetParameters9Schema":{"type":"string","enum":["buy","sell"]},"DocPathsCurrenciesExchangeRatesGetParameters10Schema":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromCurrencyCode":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToCurrencyCode":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf0":{"type":"null"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf1":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTypeAnyOf1"}]},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"type":"boolean"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"fromCurrencyCode":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFromCurrencyCode"},"toCurrencyCode":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesToCurrencyCode"},"rate":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRate"},"date":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate"},"source":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"type":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesType"},"isActive":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"createdAt":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"required":["id","fromCurrencyCode","toCurrencyCode","rate","date","source","type","isActive","createdAt","updatedAt","organizationId","tenantId"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesExchangeRatesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"string","pattern":"^\\d+(\\.\\d{1,8})?$"},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf0":{"type":"null"},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf1":{"type":"string","enum":["buy","sell"]},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf1"}]},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"fromCurrencyCode":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode"},"toCurrencyCode":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode"},"rate":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesRate"},"date":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"source":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"type":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesType"},"isActive":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["organizationId","tenantId","fromCurrencyCode","toCurrencyCode","rate","date","source"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesExchangeRatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesExchangeRatesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string"},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string"},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string"},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode":{"type":"string","pattern":"^[A-Z]{3}$"},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRate":{"type":"string","pattern":"^\\d+(\\.\\d{1,8})?$"},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDate":{},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesSource":{},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf0":{"type":"null"},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf1":{"type":"string","enum":["buy","sell"]},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTypeAnyOf1"}]},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"fromCurrencyCode":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode"},"toCurrencyCode":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesFromCurrencyCode"},"rate":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesRate"},"date":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesDate"},"source":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesSource"},"type":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesType"},"isActive":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCurrenciesExchangeRatesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesExchangeRatesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesExchangeRatesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCurrenciesExchangeRatesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsCurrenciesExchangeRatesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesExchangeRatesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesExchangeRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesExchangeRatesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesExchangeRatesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesProvider":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesIsEnabled":{"type":"boolean"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTimeAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTimeAnyOf1"}]},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAtAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAtAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAtAnyOf1"}]},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatusAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatusAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatusAnyOf1"}]},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessageAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessageAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessageAnyOf1"}]},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCountAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCountAnyOf1":{"type":"number"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCountAnyOf1"}]},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfigAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfigAnyOf1"}]},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesCreatedAt":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesUpdatedAt":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesTenantId"},"provider":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesProvider"},"isEnabled":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesSyncTime"},"lastSyncAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncAt"},"lastSyncStatus":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncStatus"},"lastSyncMessage":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncMessage"},"lastSyncCount":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesLastSyncCount"},"config":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesConfig"},"createdAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItemsPropertiesUpdatedAt"}},"required":["id","organizationId","tenantId","provider","isEnabled","syncTime","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigs":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigsItems"}},"DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"configs":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses200ContentApplicationJsonSchemaPropertiesConfigs"}},"required":["configs"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesProvider":{"type":"string","enum":["NBP","Raiffeisen Bank Polska","Custom"]},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabledAllOf0":{"type":"boolean"},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled":{"allOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabledAllOf0"}],"default":false},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf1":{"type":"string","pattern":"^([01]\\d|2[0-3]):([0-5]\\d)$"},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"provider":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesProvider"},"isEnabled":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesSyncTime"},"config":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostRequestBodyContentApplicationJsonSchemaPropertiesConfig"}},"required":["provider"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesProvider":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesIsEnabled":{"type":"boolean"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf1":{"type":"number"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesCreatedAt":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesUpdatedAt":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfig":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesTenantId"},"provider":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesProvider"},"isEnabled":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTime"},"lastSyncAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAt"},"lastSyncStatus":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatus"},"lastSyncMessage":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessage"},"lastSyncCount":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCount"},"config":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesConfig"},"createdAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfigPropertiesUpdatedAt"}},"required":["id","organizationId","tenantId","provider","isEnabled","syncTime","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses201ContentApplicationJsonSchemaPropertiesConfig"}},"required":["config"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled":{"type":"boolean"},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf1":{"type":"string","pattern":"^([01]\\d|2[0-3]):([0-5]\\d)$"},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTimeAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfigAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"isEnabled":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesSyncTime"},"config":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesConfig"},"id":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesProvider":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesIsEnabled":{"type":"boolean"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTime":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTimeAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAtAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatusAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf1":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessageAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf1":{"type":"number"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCountAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf0":{"type":"null"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf1":{"type":"object","additionalProperties":true},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfig":{"anyOf":[{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf0"},{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfigAnyOf1"}]},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesCreatedAt":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesUpdatedAt":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfig":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesId"},"organizationId":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesOrganizationId"},"tenantId":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesTenantId"},"provider":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesProvider"},"isEnabled":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesIsEnabled"},"syncTime":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesSyncTime"},"lastSyncAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncAt"},"lastSyncStatus":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncStatus"},"lastSyncMessage":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncMessage"},"lastSyncCount":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesLastSyncCount"},"config":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesConfig"},"createdAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfigPropertiesUpdatedAt"}},"required":["id","organizationId","tenantId","provider","isEnabled","syncTime","createdAt","updatedAt"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"config":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses200ContentApplicationJsonSchemaPropertiesConfig"}},"required":["config"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPutResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsDeleteParameters0Schema":{"type":"string","format":"uuid"},"DocPathsCurrenciesFetchConfigsDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsCurrenciesFetchConfigsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchConfigsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchConfigsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchConfigsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","format":"datetime"},"DocPathsCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProvidersItems":{"type":"string"},"DocPathsCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProviders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProvidersItems"}},"DocPathsCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"date":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"providers":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostRequestBodyContentApplicationJsonSchemaPropertiesProviders"}},"additionalProperties":false},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesTotalFetched":{"type":"number"},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesCount":{"type":"number"},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrorsItems":{"type":"string"},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrorsItems"}},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalProperties":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesCount"},"errors":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrors"}},"required":["count"],"additionalProperties":false},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProvider":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProviderAdditionalProperties"}},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"string"},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"totalFetched":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesTotalFetched"},"byProvider":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesByProvider"},"errors":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses200ContentApplicationJsonSchemaPropertiesErrors"}},"required":["totalFetched","byProvider","errors"],"additionalProperties":false},"DocPathsCurrenciesFetchRatesPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchRatesPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchRatesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCurrenciesFetchRatesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesTotalFetched":{"type":"number"},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesCount":{"type":"number"},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrorsItems":{"type":"string"},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrorsItems"}},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalProperties":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesCount"},"errors":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalPropertiesPropertiesErrors"}},"required":["count"],"additionalProperties":false},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProvider":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProviderAdditionalProperties"}},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"string"},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"totalFetched":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesTotalFetched"},"byProvider":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesByProvider"},"errors":{"$ref":"#/components/schemas/DocPathsCurrenciesFetchRatesPostResponses500ContentApplicationJsonSchemaPropertiesErrors"}},"required":["totalFetched","byProvider","errors"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsGetResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsGetResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsMeChannelsGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMeChannelsGetResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMeChannelsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsMeChannelsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsMeChannelsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectCredentialsPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsConnectTenantCredentialsPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsSendAsUserPostResponses202ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsSendAsUserPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsSendAsUserPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsSendAsUserPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsSendAsUserPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsSendAsUserPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsTestSeedPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsTestSeedPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsTestSeedPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsTestSeedPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsTestSeedPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsTestSeedPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsTestSeedPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsTestSeedPostResponses500ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhooksGmailPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhooksGmailPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhooksGmailPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhooksGmailPostResponses413ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhooksGmailPostResponses503ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsAdminChannelsIdDeleteParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsAdminChannelsIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdDeleteParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdGetParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdGetResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteParameters1Schema":{"type":"string"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsReactionIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdHealthGetParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdHealthGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdHealthGetResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdHealthGetResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdHealthGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdHealthGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdHealthGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdHealthGetResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsOauthProviderCallbackGetParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsOauthProviderCallbackGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsOauthProviderCallbackGetResponses302ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsOauthProviderCallbackGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsOauthProviderCallbackGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderCallbackGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesSinceDaysAllOf0":{"type":"number"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesSinceDays":{"allOf":[{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesSinceDaysAllOf0"}],"default":30},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesContactEmailsItems":{"type":"string","format":"email","maxLength":255},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesContactEmails":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesContactEmailsItems"},"maxItems":200},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesMaxMessagesAllOf0":{"type":"number"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesMaxMessages":{"allOf":[{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesMaxMessagesAllOf0"}],"default":1000},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"sinceDays":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesSinceDays"},"contactEmails":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesContactEmails"},"maxMessages":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostRequestBodyContentApplicationJsonSchemaPropertiesMaxMessages"}},"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses202ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdImportHistoryPostResponses429ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPollNowPostParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdPollNowPostResponses202ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPollNowPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPollNowPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPollNowPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdPollNowPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdPollNowPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdPollNowPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPollNowPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses202ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses502ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdPushRegisterPostResponses503ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdSetPrimaryPostParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsChannelsIdSetPrimaryPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdTestSendPostParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsChannelsIdTestSendPostResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdTestSendPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdTestSendPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdTestSendPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdTestSendPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdTestSendPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdTestSendPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsChannelsIdTestSendPostResponses502ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsPostParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses201ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsMessagesMessageIdReactionsPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsOauthProviderInitiatePostParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsOauthProviderInitiatePostResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsOauthProviderInitiatePostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsOauthProviderInitiatePostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsOauthProviderInitiatePostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsOauthProviderInitiatePostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsOauthProviderInitiatePostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsOauthProviderInitiatePostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsOauthProviderInitiatePostResponses502ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhookProviderPostParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsWebhookProviderPostResponses202ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhookProviderPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhookProviderPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsWebhookProviderPostResponses413ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsThreadsThreadIdAssignPutParameters0Schema":{"type":"string"},"DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsCommunicationChannelsThreadsThreadIdAssignPutResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsProgressActiveGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsProgressActiveGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressActiveGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressActiveGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressActiveGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressActiveGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressActiveGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsGetParameters0Schema":{"type":"string"},"DocPathsProgressJobsGetParameters1Schema":{"type":"string"},"DocPathsProgressJobsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsProgressJobsGetParameters3Schema":{"type":"string","enum":["true","false"]},"DocPathsProgressJobsGetParameters4Schema":{"type":"string"},"DocPathsProgressJobsGetParameters5Schema":{"type":"number"},"DocPathsProgressJobsGetParameters6Schema":{"type":"number"},"DocPathsProgressJobsGetParameters7Schema":{"type":"string"},"DocPathsProgressJobsGetParameters8Schema":{"type":"string","enum":["createdAt","startedAt","finishedAt"]},"DocPathsProgressJobsGetParameters9Schema":{"type":"string","enum":["asc","desc"]},"DocPathsProgressJobsGetParameters10Schema":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobType":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressPercent":{"type":"number"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProcessedCount":{"type":"number"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCountAnyOf0":{"type":"null"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCountAnyOf1":{"type":"number"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCountAnyOf1"}]},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSecondsAnyOf0":{"type":"null"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSecondsAnyOf1":{"type":"number"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSeconds":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSecondsAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSecondsAnyOf1"}]},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancellable":{"type":"boolean"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1"}]},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf0":{"type":"null"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf1":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAtAnyOf1"}]},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0":{"type":"null"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessageAnyOf1"}]},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"jobType":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesJobType"},"name":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"status":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"progressPercent":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProgressPercent"},"processedCount":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProcessedCount"},"totalCount":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalCount"},"etaSeconds":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEtaSeconds"},"cancellable":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCancellable"},"startedAt":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt"},"finishedAt":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFinishedAt"},"errorMessage":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesErrorMessage"},"createdAt":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"}},"required":["id","jobType","name","description","status","progressPercent","processedCount","totalCount","etaSeconds","cancellable","startedAt","finishedAt","errorMessage","createdAt","tenantId","organizationId"],"additionalProperties":false},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsProgressJobsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsProgressJobsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesJobType":{"type":"string","minLength":1,"maxLength":100},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"type":"string","maxLength":1000},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCount":{"type":"number"},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesCancellableAllOf0":{"type":"boolean"},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesCancellable":{"allOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesCancellableAllOf0"}],"default":false},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesMeta":{"type":"object","additionalProperties":true},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesParentJobId":{"type":"string","format":"uuid"},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionIndex":{"type":"number"},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionCount":{"type":"number"},"DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"jobType":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesJobType"},"name":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"totalCount":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesTotalCount"},"cancellable":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesCancellable"},"meta":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesMeta"},"parentJobId":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesParentJobId"},"partitionIndex":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionIndex"},"partitionCount":{"$ref":"#/components/schemas/DocPathsProgressJobsPostRequestBodyContentApplicationJsonSchemaPropertiesPartitionCount"}},"required":["jobType","name"],"additionalProperties":false},"DocPathsProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsProgressJobsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsProgressJobsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsProgressJobsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsIdGetParameters0Schema":{"type":"string"},"DocPathsProgressJobsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsProgressJobsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsIdPutParameters0Schema":{"type":"string"},"DocPathsProgressJobsIdPutResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsProgressJobsIdPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsIdPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsIdPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsIdPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsIdPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsIdPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsIdDeleteParameters0Schema":{"type":"string"},"DocPathsProgressJobsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsProgressJobsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsProgressJobsIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsProgressJobsIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPerspectivesTableIdPerspectiveIdDeleteParameters0Schema":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdPerspectiveIdDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPerspectiveIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdRolesRoleIdDeleteParameters0Schema":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdRolesRoleIdDeleteParameters1Schema":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByRoleIdAdditionalProperties":{"type":"string","minLength":1,"nullable":true},"DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByRoleId":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByRoleIdAdditionalProperties"}},"DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByPerspectiveIdAdditionalProperties":{"type":"string","minLength":1,"nullable":true},"DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByPerspectiveId":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByPerspectiveIdAdditionalProperties"}},"DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"roleExpectedUpdatedAtByRoleId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByRoleId"},"roleExpectedUpdatedAtByPerspectiveId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByPerspectiveId"}},"additionalProperties":false},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess":{"type":"boolean","enum":[true]},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"success":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses200ContentApplicationJsonSchemaPropertiesSuccess"}},"required":["success"],"additionalProperties":false},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdRolesRoleIdDeleteResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdGetParameters0Schema":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesTableId":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesName":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesTableId":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnOrderItems":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnOrderItems"},"maxItems":120},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties":{"type":"boolean"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnVisibility":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties"}},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnSizingAdditionalProperties":{"type":"number"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnSizing":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnSizingAdditionalProperties"}},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesFilters":{"type":"object","additionalProperties":true},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesId":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesDesc":{"type":"boolean"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesId"},"desc":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItemsPropertiesDesc"}},"required":["id"],"additionalProperties":false},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSorting":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSortingItems"},"maxItems":20},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesPageSize":{"type":"number"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSearchValue":{"type":"string","maxLength":200},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettings":{"type":"object","properties":{"columnOrder":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnOrder"},"columnVisibility":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnVisibility"},"columnSizing":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesColumnSizing"},"filters":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesFilters"},"sorting":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSorting"},"pageSize":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesPageSize"},"searchValue":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettingsPropertiesSearchValue"}},"additionalProperties":false},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesIsDefault":{"type":"boolean"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesCreatedAt":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesName"},"tableId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesTableId"},"settings":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAt"}},"required":["id","name","tableId","settings","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectives":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItems"}},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveIdAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveIdAnyOf1"}]},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf1"}]},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf1":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf1"}]},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesName"},"tableId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesTableId"},"settings":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectivesItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAt"},"roleId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleId"},"tenantId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationId"},"roleName":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleName"}},"required":["id","name","tableId","settings","isDefault","createdAt","updatedAt","roleId","tenantId","organizationId","roleName"],"additionalProperties":false},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectives":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems"}},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesManageableRolePerspectives":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems"}},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPerspective":{"type":"boolean"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasDefault":{"type":"boolean"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesName"},"hasPerspective":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasPerspective"},"hasDefault":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItemsPropertiesHasDefault"}},"required":["id","name","hasPerspective","hasDefault"],"additionalProperties":false},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolesItems"}},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles":{"type":"boolean"},"DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"tableId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesTableId"},"perspectives":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesPerspectives"},"defaultPerspectiveId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesDefaultPerspectiveId"},"rolePerspectives":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRolePerspectives"},"manageableRolePerspectives":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesManageableRolePerspectives"},"roles":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesRoles"},"canApplyToRoles":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses200ContentApplicationJsonSchemaPropertiesCanApplyToRoles"}},"required":["tableId","perspectives","defaultPerspectiveId","rolePerspectives","manageableRolePerspectives","roles","canApplyToRoles"],"additionalProperties":false},"DocPathsPerspectivesTableIdGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPerspectivesTableIdPostParameters0Schema":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesPerspectiveId":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":120},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnOrderItems":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnOrderItems"},"maxItems":120},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties":{"type":"boolean"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnVisibility":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnVisibilityAdditionalProperties"}},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnSizingAdditionalProperties":{"type":"number"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnSizing":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnSizingAdditionalProperties"}},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesFilters":{"type":"object","additionalProperties":true},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItemsPropertiesId":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItemsPropertiesDesc":{"type":"boolean"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItemsPropertiesId"},"desc":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItemsPropertiesDesc"}},"required":["id"],"additionalProperties":false},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSorting":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSortingItems"},"maxItems":20},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesPageSize":{"type":"number"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSearchValue":{"type":"string","maxLength":200},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettings":{"type":"object","properties":{"columnOrder":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnOrder"},"columnVisibility":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnVisibility"},"columnSizing":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesColumnSizing"},"filters":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesFilters"},"sorting":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSorting"},"pageSize":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesPageSize"},"searchValue":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettingsPropertiesSearchValue"}},"additionalProperties":false},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesApplyToRolesItems":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesApplyToRoles":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesApplyToRolesItems"}},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIdsItems"}},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByRoleIdAdditionalProperties":{"type":"string","minLength":1,"nullable":true},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByRoleId":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByRoleIdAdditionalProperties"}},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByPerspectiveIdAdditionalProperties":{"type":"string","minLength":1,"nullable":true},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByPerspectiveId":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByPerspectiveIdAdditionalProperties"}},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSetRoleDefault":{"type":"boolean"},"DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"perspectiveId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesPerspectiveId"},"name":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"settings":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"applyToRoles":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesApplyToRoles"},"clearRoleIds":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesClearRoleIds"},"roleExpectedUpdatedAtByRoleId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByRoleId"},"roleExpectedUpdatedAtByPerspectiveId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesRoleExpectedUpdatedAtByPerspectiveId"},"setRoleDefault":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostRequestBodyContentApplicationJsonSchemaPropertiesSetRoleDefault"}},"required":["name","settings"],"additionalProperties":false},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesId":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesName":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesTableId":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnOrderItems":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnOrder":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnOrderItems"},"maxItems":120},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnVisibilityAdditionalProperties":{"type":"boolean"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnVisibility":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnVisibilityAdditionalProperties"}},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnSizingAdditionalProperties":{"type":"number"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnSizing":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnSizingAdditionalProperties"}},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesFilters":{"type":"object","additionalProperties":true},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItemsPropertiesId":{"type":"string","minLength":1},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItemsPropertiesDesc":{"type":"boolean"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItemsPropertiesId"},"desc":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItemsPropertiesDesc"}},"required":["id"],"additionalProperties":false},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSorting":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSortingItems"},"maxItems":20},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesPageSize":{"type":"number"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSearchValue":{"type":"string","maxLength":200},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettings":{"type":"object","properties":{"columnOrder":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnOrder"},"columnVisibility":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnVisibility"},"columnSizing":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesColumnSizing"},"filters":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesFilters"},"sorting":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSorting"},"pageSize":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesPageSize"},"searchValue":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettingsPropertiesSearchValue"}},"additionalProperties":false},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesIsDefault":{"type":"boolean"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesCreatedAt":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf1"}]},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspective":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesName"},"tableId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesTableId"},"settings":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAt"}},"required":["id","name","tableId","settings","isDefault","createdAt","updatedAt"],"additionalProperties":false},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesUpdatedAtAnyOf1"}]},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleId":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantIdAnyOf1"}]},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf0":{"type":"null"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf1":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleNameAnyOf1"}]},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesName"},"tableId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesTableId"},"settings":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesSettings"},"isDefault":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesIsDefault"},"createdAt":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspectivePropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesUpdatedAt"},"roleId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleId"},"tenantId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesOrganizationId"},"roleName":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItemsPropertiesRoleName"}},"required":["id","name","tableId","settings","isDefault","createdAt","updatedAt","roleId","tenantId","organizationId","roleName"],"additionalProperties":false},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectives":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectivesItems"}},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesClearedRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesClearedRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesClearedRoleIdsItems"}},"DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"perspective":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesPerspective"},"rolePerspectives":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesRolePerspectives"},"clearedRoleIds":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses200ContentApplicationJsonSchemaPropertiesClearedRoleIds"}},"required":["perspective","rolePerspectives","clearedRoleIds"],"additionalProperties":false},"DocPathsPerspectivesTableIdPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPerspectivesTableIdPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPerspectivesTableIdPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPerspectivesTableIdPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":true},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectType":{"type":"string","enum":["member","resource","ruleset"]},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesDates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesDate"}},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesStart":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesEnd":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0Items":{"type":"object","properties":{"start":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesStart"},"end":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesEnd"}},"required":["start","end"],"additionalProperties":false},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0Items"}},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindows":{"allOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0"}],"default":[]},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesIsAvailableAllOf0":{"type":"boolean"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesIsAvailable":{"allOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesIsAvailableAllOf0"}],"default":true},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["availability","unavailability"]},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":200},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1"}]},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1":{"type":"string","minLength":1,"maxLength":150},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1"}]},"DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"subjectType":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectType"},"subjectId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectId"},"timezone":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"date":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"dates":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesDates"},"windows":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesWindows"},"isAvailable":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesIsAvailable"},"kind":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesKind"},"note":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"unavailabilityReasonEntryId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId"},"unavailabilityReasonValue":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue"}},"required":["tenantId","organizationId","subjectType","subjectId","timezone"],"additionalProperties":false},"DocPathsPlannerAvailabilityDateSpecificPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsPlannerAvailabilityDateSpecificPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsPlannerAvailabilityDateSpecificPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityDateSpecificPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityDateSpecificPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityDateSpecificPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityDateSpecificPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityDateSpecificPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchemaPropertiesCurrentUpdatedAt":{"type":"string"},"DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchemaPropertiesExpectedUpdatedAt":{"type":"string"},"DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"currentUpdatedAt":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchemaPropertiesCurrentUpdatedAt"},"expectedUpdatedAt":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDateSpecificPostResponses409ContentApplicationJsonSchemaPropertiesExpectedUpdatedAt"}},"required":["error","code","currentUpdatedAt","expectedUpdatedAt"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsGetParameters0Schema":{"type":"number"},"DocPathsPlannerAvailabilityRuleSetsGetParameters1Schema":{"type":"number"},"DocPathsPlannerAvailabilityRuleSetsGetParameters2Schema":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetParameters3Schema":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetParameters4Schema":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"timezone":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone"},"created_at":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"timezone":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"}},"required":["tenantId","organizationId","name","timezone"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityRuleSetsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"timezone":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone"}},"required":["id"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsPlannerAvailabilityRuleSetsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityRuleSetsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsPlannerAvailabilityRuleSetsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityRuleSetsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityRuleSetsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityRuleSetsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectType":{"type":"string","enum":["member","resource","ruleset"]},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesWeekday":{"type":"number"},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesStart":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesEnd":{"type":"string","pattern":"^\\d{2}:\\d{2}$"},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0Items":{"type":"object","properties":{"weekday":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesWeekday"},"start":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesStart"},"end":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0ItemsPropertiesEnd"}},"required":["weekday","start","end"],"additionalProperties":false},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0Items"}},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindows":{"allOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindowsAllOf0"}],"default":[]},"DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"subjectType":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectType"},"subjectId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectId"},"timezone":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"windows":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostRequestBodyContentApplicationJsonSchemaPropertiesWindows"}},"required":["tenantId","organizationId","subjectType","subjectId","timezone"],"additionalProperties":false},"DocPathsPlannerAvailabilityWeeklyPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsPlannerAvailabilityWeeklyPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsPlannerAvailabilityWeeklyPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityWeeklyPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityWeeklyPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityWeeklyPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityWeeklyPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityWeeklyPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["optimistic_lock_conflict"]},"DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchemaPropertiesCurrentUpdatedAt":{"type":"string"},"DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchemaPropertiesExpectedUpdatedAt":{"type":"string"},"DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"currentUpdatedAt":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchemaPropertiesCurrentUpdatedAt"},"expectedUpdatedAt":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityWeeklyPostResponses409ContentApplicationJsonSchemaPropertiesExpectedUpdatedAt"}},"required":["error","code","currentUpdatedAt","expectedUpdatedAt"],"additionalProperties":false},"DocPathsPlannerAvailabilityGetParameters0Schema":{"type":"number"},"DocPathsPlannerAvailabilityGetParameters1Schema":{"type":"number"},"DocPathsPlannerAvailabilityGetParameters2Schema":{"type":"string","enum":["member","resource","ruleset"]},"DocPathsPlannerAvailabilityGetParameters3Schema":{"type":"string"},"DocPathsPlannerAvailabilityGetParameters4Schema":{"type":"string"},"DocPathsPlannerAvailabilityGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsPlannerAvailabilityGetParameters6Schema":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectTypeAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectTypeAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectTypeAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectIdAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRruleAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRruleAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRrule":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRruleAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRruleAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExdatesAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExdatesAnyOf1Items":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExdatesAnyOf1":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExdatesAnyOf1Items"}},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExdates":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExdatesAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExdatesAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKindAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryIdAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValueAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValueAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValueAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"subject_type":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectType"},"subject_id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectId"},"timezone":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone"},"rrule":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRrule"},"exdates":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesExdates"},"kind":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesKind"},"note":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNote"},"unavailability_reason_entry_id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryId"},"unavailability_reason_value":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValue"},"created_at":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"additionalProperties":false},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsPlannerAvailabilityGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectType":{"type":"string","enum":["member","resource","ruleset"]},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesRrule":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesExdatesAllOf0Items":{"type":"string"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesExdatesAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesExdatesAllOf0Items"}},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesExdates":{"allOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesExdatesAllOf0"}],"default":[]},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesKindAllOf0":{"type":"string","enum":["availability","unavailability"]},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesKind":{"allOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesKindAllOf0"}],"default":"availability"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":200},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1"}]},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1":{"type":"string","minLength":1,"maxLength":150},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1"}]},"DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"subjectType":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectType"},"subjectId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesSubjectId"},"timezone":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"rrule":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesRrule"},"exdates":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesExdates"},"kind":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesKind"},"note":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"unavailabilityReasonEntryId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId"},"unavailabilityReasonValue":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue"}},"required":["tenantId","organizationId","subjectType","subjectId","timezone","rrule"],"additionalProperties":false},"DocPathsPlannerAvailabilityPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsPlannerAvailabilityPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsPlannerAvailabilityPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesSubjectType":{"type":"string","enum":["member","resource","ruleset"]},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesSubjectId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesRrule":{"type":"string","minLength":1},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesExdatesItems":{"type":"string"},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesExdates":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesExdatesItems"}},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesKind":{"type":"string","enum":["availability","unavailability"]},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":200},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1"}]},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0":{"type":"null"},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1":{"type":"string","minLength":1,"maxLength":150},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1"}]},"DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"subjectType":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesSubjectType"},"subjectId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesSubjectId"},"timezone":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"rrule":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesRrule"},"exdates":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesExdates"},"kind":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesKind"},"note":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesNote"},"unavailabilityReasonEntryId":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId"},"unavailabilityReasonValue":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue"}},"required":["id"],"additionalProperties":false},"DocPathsPlannerAvailabilityPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsPlannerAvailabilityPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsPlannerAvailabilityPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsPlannerAvailabilityDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsPlannerAvailabilityDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsPlannerAvailabilityDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsPlannerAvailabilityDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsPlannerAvailabilityDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsPlannerAvailabilityDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsPlannerAvailabilityDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesResourceId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tagId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId"},"resourceId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesResourceId"}},"required":["tenantId","organizationId","tagId","resourceId"],"additionalProperties":false},"DocPathsResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesResourcesTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesTagsAssignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesTagsAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesTagsAssignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesResourceId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"tagId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTagId"},"resourceId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesResourceId"}},"required":["tenantId","organizationId","tagId","resourceId"],"additionalProperties":false},"DocPathsResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesResourcesTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesTagsUnassignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesTagsUnassignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesTagsUnassignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesActivitiesGetParameters0Schema":{"type":"number"},"DocPathsResourcesActivitiesGetParameters1Schema":{"type":"number"},"DocPathsResourcesActivitiesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesGetParameters3Schema":{"type":"string"},"DocPathsResourcesActivitiesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsResourcesActivitiesGetParameters5Schema":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeAnyOf1":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf1":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"resource_id":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId"},"activity_type":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"occurred_at":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt"},"author_user_id":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","author_user_id","created_at"],"additionalProperties":true},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsResourcesActivitiesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesActivitiesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesActivitiesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesActivitiesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesActivityType":{"type":"string","minLength":1,"maxLength":100},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":200},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":8000},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"activityType":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"},"authorUserId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["tenantId","organizationId","entityId","activityType"],"additionalProperties":false},"DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1"}]},"DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId"}},"required":["id","authorUserId"],"additionalProperties":false},"DocPathsResourcesActivitiesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesActivitiesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesActivitiesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesActivitiesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesActivityType":{"type":"string","minLength":1,"maxLength":100},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":200},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":8000},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"activityType":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"},"authorUserId":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesActivitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesActivitiesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesActivitiesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesActivitiesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesActivitiesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesActivitiesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesActivitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesActivitiesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesActivitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesActivitiesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesActivitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesActivitiesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesActivitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesActivitiesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesActivitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesCommentsGetParameters0Schema":{"type":"number"},"DocPathsResourcesCommentsGetParameters1Schema":{"type":"number"},"DocPathsResourcesCommentsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsGetParameters3Schema":{"type":"string"},"DocPathsResourcesCommentsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsResourcesCommentsGetParameters5Schema":{"type":"string"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceIdAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"resource_id":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceId"},"body":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"author_user_id":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","body","author_user_id","created_at"],"additionalProperties":true},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsResourcesCommentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesCommentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesCommentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesCommentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesCommentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"body":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["tenantId","organizationId","entityId","body"],"additionalProperties":false},"DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1"}]},"DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId"}},"required":["id","authorUserId"],"additionalProperties":false},"DocPathsResourcesCommentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesCommentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesCommentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesCommentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"body":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesCommentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesCommentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesCommentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesCommentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesCommentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesCommentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesCommentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesCommentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesCommentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesCommentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesCommentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesCommentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesCommentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesCommentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourceTypesGetParameters0Schema":{"type":"number"},"DocPathsResourcesResourceTypesGetParameters1Schema":{"type":"number"},"DocPathsResourcesResourceTypesGetParameters2Schema":{"type":"string"},"DocPathsResourcesResourceTypesGetParameters3Schema":{"type":"string"},"DocPathsResourcesResourceTypesGetParameters4Schema":{"type":"string"},"DocPathsResourcesResourceTypesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsResourcesResourceTypesGetParameters6Schema":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceCountAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceCountAnyOf1":{"type":"number"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceCountAnyOf1"}]},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"created_at":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"resourceCount":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceCount"}},"additionalProperties":false},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsResourcesResourceTypesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourceTypesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourceTypesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["tenantId","organizationId","name"],"additionalProperties":false},"DocPathsResourcesResourceTypesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourceTypesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsResourcesResourceTypesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesResourceTypesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourceTypesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourceTypesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourceTypesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesResourceTypesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesResourceTypesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesResourceTypesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourceTypesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourceTypesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourceTypesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourceTypesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesResourceTypesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesResourceTypesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesResourceTypesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesResourceTypesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourceTypesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourceTypesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourceTypesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourceTypesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesGetParameters0Schema":{"type":"number"},"DocPathsResourcesResourcesGetParameters1Schema":{"type":"number"},"DocPathsResourcesResourcesGetParameters2Schema":{"type":"string"},"DocPathsResourcesResourcesGetParameters3Schema":{"type":"string"},"DocPathsResourcesResourcesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesGetParameters5Schema":{"type":"string"},"DocPathsResourcesResourcesGetParameters6Schema":{"type":"string"},"DocPathsResourcesResourcesGetParameters7Schema":{"type":"string"},"DocPathsResourcesResourcesGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceTypeIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceTypeIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceTypeId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceTypeIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceTypeIdAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityAnyOf1":{"type":"number"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitValueAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitValueAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitValueAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitNameAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitNameAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitNameAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitColorAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitColorAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitColorAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitIconAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitIconAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitIconAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetIdAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesIdAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabelAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf1"}]},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesId"},"label":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColor"}},"additionalProperties":false},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"resource_type_id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesResourceTypeId"},"capacity":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacity"},"capacity_unit_value":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitValue"},"capacity_unit_name":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitName"},"capacity_unit_color":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitColor"},"capacity_unit_icon":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCapacityUnitIcon"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"is_active":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"availability_rule_set_id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetId"},"custom_fieldset_code":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomFieldsetCode"},"created_at":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"tags":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"}},"additionalProperties":false},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsResourcesResourcesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeIdAnyOf1"}]},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityAnyOf1":{"type":"number"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityAnyOf1"}]},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValueAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValueAnyOf1":{"type":"string","minLength":1},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValueAnyOf1"}]},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf1"}]},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1":{"type":"string","pattern":"^[a-z0-9_\\-]+$","maxLength":100},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"resourceTypeId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeId"},"capacity":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacity"},"capacityUnitValue":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValue"},"tags":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"},"isActive":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"availabilityRuleSetId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetId"},"customFieldsetCode":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode"}},"required":["tenantId","organizationId","name"],"additionalProperties":false},"DocPathsResourcesResourcesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsResourcesResourcesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesResourcesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeIdAnyOf1"}]},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityAnyOf1":{"type":"number"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityAnyOf1"}]},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValueAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValueAnyOf1":{"type":"string","minLength":1},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValueAnyOf1"}]},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf1"}]},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0":{"type":"null"},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1":{"type":"string","pattern":"^[a-z0-9_\\-]+$","maxLength":100},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCodeAnyOf1"}]},"DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"resourceTypeId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesResourceTypeId"},"capacity":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacity"},"capacityUnitValue":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCapacityUnitValue"},"tags":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesTags"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"},"isActive":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"},"availabilityRuleSetId":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetId"},"customFieldsetCode":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomFieldsetCode"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesResourcesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesResourcesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesResourcesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesResourcesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesResourcesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesResourcesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesResourcesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesResourcesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesResourcesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesResourcesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesResourcesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesResourcesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesTagsGetParameters0Schema":{"type":"number"},"DocPathsResourcesTagsGetParameters1Schema":{"type":"number"},"DocPathsResourcesTagsGetParameters2Schema":{"type":"string"},"DocPathsResourcesTagsGetParameters3Schema":{"type":"string"},"DocPathsResourcesTagsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsResourcesTagsGetParameters5Schema":{"type":"string"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0":{"type":"null"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1":{"type":"string"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1"}]},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"organization_id":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"}},"additionalProperties":false},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsResourcesTagsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesTagsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesTagsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesTagsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesTagsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","maxLength":50},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"slug":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["tenantId","organizationId","label"],"additionalProperties":false},"DocPathsResourcesTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsResourcesTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsResourcesTagsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsResourcesTagsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesTagsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesTagsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesTagsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesTagsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesTagsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string","maxLength":50},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"description":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesTagsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesTagsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesTagsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesTagsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesTagsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesTagsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesTagsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsResourcesTagsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsResourcesTagsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsResourcesTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsResourcesTagsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsResourcesTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsResourcesTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesTagsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsResourcesTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsResourcesTagsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsResourcesTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf1"}]},"DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesId"},"decisionComment":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionComment"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["ok","id"],"additionalProperties":false},"DocPathsStaffLeaveRequestsAcceptPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsAcceptPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsAcceptPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsAcceptPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsAcceptPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionCommentAnyOf1"}]},"DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesId"},"decisionComment":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecisionComment"},"decidedByUserId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostRequestBodyContentApplicationJsonSchemaPropertiesDecidedByUserId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["ok","id"],"additionalProperties":false},"DocPathsStaffLeaveRequestsRejectPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsRejectPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsRejectPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsRejectPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsRejectPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsRejectPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsRejectPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsGetParameters0Schema":{"type":"number"},"DocPathsStaffPortalTimeReportsGetParameters1Schema":{"type":"number"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReference":{"type":"string"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"type":"string"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFrom":{"type":"string"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodTo":{"type":"string"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf0":{"type":"null"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf1":{"type":"string"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf1"}]},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalBillableMinutes":{"type":"number"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNonbillableMinutes":{"type":"number"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"reference":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReference"},"title":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"periodFrom":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodTo"},"closedAt":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAt"},"totalBillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalBillableMinutes"},"totalNonbillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNonbillableMinutes"}},"required":["id","reference","title","periodFrom","periodTo","closedAt","totalBillableMinutes","totalNonbillableMinutes"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsGetResponses401ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsStaffPortalTimeReportsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffPortalTimeReportsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses401ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsGetResponses403ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsStaffPortalTimeReportsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffPortalTimeReportsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses403ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsStaffTeamMembersAssignableGetParameters0Schema":{"type":"number"},"DocPathsStaffTeamMembersAssignableGetParameters1Schema":{"type":"number"},"DocPathsStaffTeamMembersAssignableGetParameters2Schema":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmailAnyOf1"}]},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamNameAnyOf1"}]},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf1"}]},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmail"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUser":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1"}]},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1"}]},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1"}]},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"teamMemberId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamMemberId"},"userId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"displayName":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"email":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEmail"},"teamName":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamName"},"user":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUser"},"team":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam"}},"required":["id","teamMemberId","userId","displayName"],"additionalProperties":false},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTeamMembersAssignableGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersAssignableGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersAssignableGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersAssignableGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersAssignableGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesDisplayName":{"type":"string"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserIdAnyOf1"}]},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamIdAnyOf1"}]},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetIdAnyOf1"}]},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesDisplayName"},"userId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesUserId"},"teamId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesTeamId"},"availabilityRuleSetId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1PropertiesAvailabilityRuleSetId"}},"required":["id","displayName","userId","teamId","availabilityRuleSetId"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMember":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMemberAnyOf1"}]},"DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"member":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses200ContentApplicationJsonSchemaPropertiesMember"}},"required":["member"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersSelfGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersSelfGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1},"DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"displayName":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"}},"required":["tenantId","organizationId","displayName"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersSelfPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersSelfPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersSelfPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersSelfPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersSelfPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersSelfPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTag":{"type":"string","minLength":1},"DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"memberId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId"},"tag":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostRequestBodyContentApplicationJsonSchemaPropertiesTag"}},"required":["tenantId","organizationId","memberId","tag"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersTagsAssignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersTagsAssignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersTagsAssignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsAssignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTag":{"type":"string","minLength":1},"DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"memberId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId"},"tag":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostRequestBodyContentApplicationJsonSchemaPropertiesTag"}},"required":["tenantId","organizationId","memberId","tag"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersTagsUnassignPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersTagsUnassignPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersTagsUnassignPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersTagsUnassignPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsAccessRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsAccessRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsAccessRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsAccessRequestsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId"}},"additionalProperties":false},"DocPathsStaffTimesheetsAccessRequestsPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsAccessRequestsPostResponses200ContentApplicationJsonSchemaPropertiesDeduplicated":{"type":"boolean"},"DocPathsStaffTimesheetsAccessRequestsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"deduplicated":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsAccessRequestsPostResponses200ContentApplicationJsonSchemaPropertiesDeduplicated"}},"required":["ok","deduplicated"],"additionalProperties":false},"DocPathsStaffTimesheetsAccessRequestsPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsAccessRequestsPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsAccessRequestsPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRole":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleAnyOf1"}]},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDateAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDateAnyOf1"}]},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDateAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDateAnyOf1"}]},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowInGrid":{"type":"boolean"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"time_project_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId"},"staff_member_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberId"},"role":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRole"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"assigned_start_date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDate"},"assigned_end_date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDate"},"show_in_grid":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowInGrid"}},"required":["id","time_project_id","staff_member_id","role","status","assigned_start_date","assigned_end_date","show_in_grid"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"}},"required":["items","total"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMemberAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMemberAnyOf1PropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMemberAnyOf1PropertiesDisplayName":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMemberAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMemberAnyOf1PropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMemberAnyOf1PropertiesDisplayName"}},"required":["id","displayName"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMember":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMemberAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMemberAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesToday":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesTodayMinutes":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekMinutes":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthMinutes":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthNonBillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesDailyTargetMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesDailyTargetMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesDailyTargetMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesDailyTargetMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesDailyTargetMinutesAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekTargetMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekTargetMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekTargetMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekTargetMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekTargetMinutesAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthTargetMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthTargetMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthTargetMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthTargetMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthTargetMinutesAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekWorkingDays":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthWorkingDays":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesNonBillableSharePercentAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesNonBillableSharePercentAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesNonBillableSharePercent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesNonBillableSharePercentAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesNonBillableSharePercentAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpis":{"type":"object","properties":{"todayMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesTodayMinutes"},"weekMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekMinutes"},"monthMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthMinutes"},"monthNonBillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthNonBillableMinutes"},"dailyTargetMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesDailyTargetMinutes"},"weekTargetMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekTargetMinutes"},"monthTargetMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthTargetMinutes"},"weekWorkingDays":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesWeekWorkingDays"},"monthWorkingDays":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesMonthWorkingDays"},"nonBillableSharePercent":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpisPropertiesNonBillableSharePercent"}},"required":["todayMinutes","weekMinutes","monthMinutes","monthNonBillableMinutes","dailyTargetMinutes","weekTargetMinutes","monthTargetMinutes","weekWorkingDays","monthWorkingDays","nonBillableSharePercent"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDate":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskTitleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskTitleAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskTitleAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesProjectNameAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesProjectNameAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesProjectName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesProjectNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesProjectNameAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesStartedAtAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEndedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEndedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEndedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEndedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEndedAtAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIsBillable":{"type":"boolean"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIsLocked":{"type":"boolean"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDate"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskId"},"taskTitle":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskTitle"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectId"},"projectName":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesProjectName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescription"},"startedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesStartedAt"},"endedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesEndedAt"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDurationMinutes"},"isBillable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIsBillable"},"isLocked":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIsLocked"}},"required":["id","date","taskId","taskTitle","timeProjectId","projectName","description","startedAt","endedAt","durationMinutes","isBillable","isLocked"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntriesItems"}},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesName":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCodeAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCustomerNameAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCustomerNameAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCustomerName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCustomerNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCustomerNameAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesMyMinutes":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesTotalMinutes":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRateAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRateAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesKind":{"type":"string","enum":["hours","amount"]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesBudgetValue":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesUsedValue":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesPercent":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesBarPercent":{"type":"number"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesTone":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1":{"type":"object","properties":{"kind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesKind"},"budgetValue":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesBudgetValue"},"usedValue":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesUsedValue"},"percent":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesPercent"},"barPercent":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesBarPercent"},"tone":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1PropertiesTone"}},"required":["kind","budgetValue","usedValue","percent","barPercent","tone"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudget":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudgetAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCode"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesColor"},"customerName":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCustomerName"},"myMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesMyMinutes"},"totalMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesTotalMinutes"},"hourlyRate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCode"},"budget":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBudget"}},"required":["id","name","code","color","customerName","myMinutes","totalMinutes","budget"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItems"}},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesTitle":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesTimeProjectId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesProjectNameAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesProjectNameAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesProjectName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesProjectNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesProjectNameAnyOf1"}]},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesId"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesTitle"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesTimeProjectId"},"projectName":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItemsPropertiesProjectName"}},"required":["id","title","timeProjectId","projectName"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasks":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasksItems"}},"DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"staffMember":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesStaffMember"},"today":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesToday"},"kpis":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesKpis"},"entries":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesEntries"},"projects":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesProjects"},"recentTasks":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses200ContentApplicationJsonSchemaPropertiesRecentTasks"}},"required":["staffMember","today","kpis","entries","projects","recentTasks"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyWorkGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyWorkGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyWorkGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRole":{"type":"string","enum":["pm"]},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotalsPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotalsPropertiesActive":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotalsPropertiesOnHold":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotalsPropertiesCompleted":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotals":{"type":"object","properties":{"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotalsPropertiesTotal"},"active":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotalsPropertiesActive"},"onHold":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotalsPropertiesOnHold"},"completed":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotalsPropertiesCompleted"}},"required":["total","active","onHold","completed"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesCurrent":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesPrevious":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesDeltaPctAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesDeltaPctAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesDeltaPct":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesDeltaPctAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesDeltaPctAnyOf1"}]},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeek":{"type":"object","properties":{"current":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesCurrent"},"previous":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesPrevious"},"deltaPct":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeekPropertiesDeltaPct"}},"required":["current","previous","deltaPct"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTeamActivePropertiesCount":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTeamActive":{"type":"object","properties":{"count":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTeamActivePropertiesCount"}},"required":["count"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesAssignedToMePropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesAssignedToMePropertiesActive":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesAssignedToMe":{"type":"object","properties":{"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesAssignedToMePropertiesTotal"},"active":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesAssignedToMePropertiesActive"}},"required":["total","active"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0":{"type":"object","properties":{"role":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesRole"},"totals":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTotals"},"hoursWeek":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeek"},"hoursMonth":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeek"},"teamActive":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesTeamActive"},"assignedToMe":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesAssignedToMe"}},"required":["role","totals","hoursWeek","hoursMonth","teamActive","assignedToMe"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesRole":{"type":"string","enum":["collab"]},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesMyProjectsPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesMyProjectsPropertiesActive":{"type":"number"},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesMyProjects":{"type":"object","properties":{"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesMyProjectsPropertiesTotal"},"active":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesMyProjectsPropertiesActive"}},"required":["total","active"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1":{"type":"object","properties":{"role":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesRole"},"myProjects":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1PropertiesMyProjects"},"myHoursWeek":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeek"},"myHoursMonth":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0PropertiesHoursWeek"}},"required":["role","myProjects","myHoursWeek","myHoursMonth"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchema":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses200ContentApplicationJsonSchemaOneOf1"}]},"DocPathsStaffTimesheetsProjectsKpisGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsProjectsKpisGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsProjectsKpisGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsProjectsKpisGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsProjectsKpisGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsProjectsKpisGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodKindAllOf0":{"type":"string","enum":["week","month","year","custom"]},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodKind":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodKindAllOf0"}],"default":"custom"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFrom":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodTo":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesGroupingAllOf0":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesGrouping":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesGroupingAllOf0"}],"default":"project_task"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesNonbillableModeAllOf0":{"type":"string","enum":["separate","exclude"]},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesNonbillableMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesNonbillableModeAllOf0"}],"default":"separate"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReportedAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReported":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReportedAllOf0"}],"default":false},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesShowRatesAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesShowRates":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesShowRatesAllOf0"}],"default":true},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdsItems"},"minItems":1,"maxItems":100},"DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"customerId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"periodKind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodKind"},"periodFrom":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodTo"},"grouping":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesGrouping"},"nonbillableMode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesNonbillableMode"},"includeAlreadyReported":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReported"},"showRates":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesShowRates"},"timeProjectIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIds"}},"required":["periodFrom","periodTo","timeProjectIds"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGrouping":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesNonbillableMode":{"type":"string","enum":["separate","exclude"]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesIncludeAlreadyReported":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesShowRates":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesName":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRateAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRateAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesEntryCount":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesNonbillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesAmountAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesAmountAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesAmountAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesName"},"hourlyRate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesHourlyRate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesCurrencyCode"},"entryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesEntryCount"},"billableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBillableMinutes"},"nonbillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesNonbillableMinutes"},"amount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesAmount"}},"required":["id","name","hourlyRate","currencyCode","entryCount","billableMinutes","nonbillableMinutes","amount"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjectsItems"}},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesKey":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesKind":{"type":"string","enum":["project","nonbillable"]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLabel":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesRateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesRateAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesRateAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesAmount":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesEntryCount":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesKey":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesLabel":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesRateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesRateAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesRateAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesAmount":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesEntryCount":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesHasOverride":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesChildren":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItems"}},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesKey"},"label":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesLabel"},"minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesMinutes"},"rate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesRate"},"amount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesAmount"},"entryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesEntryCount"},"hasOverride":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesHasOverride"},"children":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItemsPropertiesChildren"}},"required":["key","label","minutes","rate","amount","entryCount","hasOverride","children"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLines":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLinesItems"}},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItems":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesKey"},"kind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesKind"},"label":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLabel"},"rate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesRate"},"minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesMinutes"},"amount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesAmount"},"entryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesEntryCount"},"lines":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItemsPropertiesLines"}},"required":["key","kind","label","rate","minutes","amount","entryCount","lines"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroups":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroupsItems"}},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesEntryCount":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesBillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesNonbillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmountAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmountAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmountAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotals":{"type":"object","properties":{"entryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesEntryCount"},"billableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesBillableMinutes"},"nonbillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesNonbillableMinutes"},"totalAmount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmount"}},"required":["entryCount","billableMinutes","nonbillableMinutes","totalAmount"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedCount":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesReportId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesReferenceAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesReferenceAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesReferenceAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesTitleAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesEntryCount":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItems":{"type":"object","properties":{"reportId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesReportId"},"reference":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesReference"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesTitle"},"entryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesEntryCount"},"minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItemsPropertiesMinutes"}},"required":["reportId","reference","title","entryCount","minutes"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedIn":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedInItems"}},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesDirection":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesRounding":{"type":"object","properties":{"unitMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutes"},"direction":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesDirection"}},"required":["unitMinutes","direction"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesCurrencyCode"},"grouping":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGrouping"},"nonbillableMode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesNonbillableMode"},"includeAlreadyReported":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesIncludeAlreadyReported"},"showRates":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesShowRates"},"projects":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesProjects"},"groups":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesGroups"},"totals":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesTotals"},"alreadyReportedCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedCount"},"alreadyReportedMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedMinutes"},"alreadyReportedIn":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyReportedIn"},"rounding":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses200ContentApplicationJsonSchemaPropertiesRounding"}},"required":["currencyCode","grouping","nonbillableMode","includeAlreadyReported","showRates","projects","groups","totals","alreadyReportedCount","alreadyReportedMinutes","alreadyReportedIn","rounding"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsPreviewPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsPreviewPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["report_currency_conflict"]},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesCurrenciesItems":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesCurrencies":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesCurrenciesItems"}},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesName":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesName"},"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItemsPropertiesCurrencyCode"}},"required":["id","name","currencyCode"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffenders":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffendersItems"}},"DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesError"},"currencies":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesCurrencies"},"offenders":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPreviewPostResponses422ContentApplicationJsonSchemaPropertiesOffenders"}},"required":["code","error","currencies","offenders"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsGetParameters0Schema":{"type":"number"},"DocPathsStaffTimesheetsReportsGetParameters1Schema":{"type":"number"},"DocPathsStaffTimesheetsReportsGetParameters2Schema":{"type":"string"},"DocPathsStaffTimesheetsReportsGetParameters3Schema":{"type":"string"},"DocPathsStaffTimesheetsReportsGetParameters4Schema":{"type":"string"},"DocPathsStaffTimesheetsReportsGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsGetParameters6Schema":{"type":"string","enum":["draft","closed"]},"DocPathsStaffTimesheetsReportsGetParameters7Schema":{"type":"string"},"DocPathsStaffTimesheetsReportsGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodKindAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodKindAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodKindAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFromAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFromAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFromAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodToAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodToAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodToAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodToAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupingAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupingAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrouping":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupingAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGroupingAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNonbillableModeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNonbillableModeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNonbillableMode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNonbillableModeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNonbillableModeAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIncludeAlreadyReportedAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIncludeAlreadyReportedAnyOf1":{"type":"boolean"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIncludeAlreadyReported":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIncludeAlreadyReportedAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIncludeAlreadyReportedAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowRatesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowRatesAnyOf1":{"type":"boolean"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowRates":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowRatesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowRatesAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingUnitMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingUnitMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingUnitMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingUnitMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingUnitMinutesAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingDirectionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingDirectionAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingDirection":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingDirectionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingDirectionAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalBillableMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalBillableMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalBillableMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalBillableMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalBillableMinutesAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNonbillableMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNonbillableMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNonbillableMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNonbillableMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNonbillableMinutesAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmountAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmountAnyOf1OneOf0":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmountAnyOf1OneOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmountAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmountAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmountAnyOf1OneOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmountAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedByUserIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedByUserIdAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"customer_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId"},"customer_snapshot":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshot"},"reference":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReference"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"period_kind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodKind"},"period_from":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodFrom"},"period_to":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPeriodTo"},"currency_code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"grouping":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesGrouping"},"nonbillable_mode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNonbillableMode"},"include_already_reported":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIncludeAlreadyReported"},"show_rates":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesShowRates"},"rounding_unit_minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingUnitMinutes"},"rounding_direction":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundingDirection"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"total_billable_minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalBillableMinutes"},"total_nonbillable_minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalNonbillableMinutes"},"total_amount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTotalAmount"},"closed_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAt"},"closed_by_user_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedByUserId"},"created_by_user_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserId"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"additionalProperties":false},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodKind":{"type":"string","enum":["week","month","year","custom"]},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFrom":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodTo":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesGroupingAllOf0":{"type":"string"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesGrouping":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesGroupingAllOf0"}],"default":"project_task"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesNonbillableModeAllOf0":{"type":"string","enum":["separate","exclude"]},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesNonbillableMode":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesNonbillableModeAllOf0"}],"default":"separate"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReportedAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReported":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReportedAllOf0"}],"default":false},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesShowRatesAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesShowRates":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesShowRatesAllOf0"}],"default":true},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdsItems"},"minItems":1,"maxItems":100},"DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"customerId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"periodKind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodKind"},"periodFrom":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesPeriodTo"},"grouping":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesGrouping"},"nonbillableMode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesNonbillableMode"},"includeAlreadyReported":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReported"},"showRates":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesShowRates"},"timeProjectIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIds"}},"required":["tenantId","organizationId","customerId","title","periodKind","periodFrom","periodTo","timeProjectIds"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsReportsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesPeriodKind":{"type":"string","enum":["week","month","year","custom"]},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesPeriodFrom":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesPeriodTo":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesGrouping":{"type":"string"},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesNonbillableMode":{"type":"string","enum":["separate","exclude"]},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReported":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesShowRates":{"type":"boolean"},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdsItems"},"minItems":1,"maxItems":100},"DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"customerId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"periodKind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesPeriodKind"},"periodFrom":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesPeriodTo"},"grouping":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesGrouping"},"nonbillableMode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesNonbillableMode"},"includeAlreadyReported":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesIncludeAlreadyReported"},"showRates":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesShowRates"},"timeProjectIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIds"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsReportsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsReportsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsReportsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1"}]},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesProgressJobId"},"candidateCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses200ContentApplicationJsonSchemaPropertiesCandidateCount"}},"required":["ok","progressJobId","candidateCount"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobIdAnyOf1"}]},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesCandidateCount":{"type":"number"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesOk"},"progressJobId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesProgressJobId"},"candidateCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses202ContentApplicationJsonSchemaPropertiesCandidateCount"}},"required":["ok","progressJobId","candidateCount"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsReapplyRoundingPostResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsRoundingImpactGetParameters0Schema":{"type":"number"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetParameters1Schema":{"type":"string","enum":["up","nearest"]},"DocPathsStaffTimesheetsSettingsRoundingImpactGetParameters2Schema":{"type":"number"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesWindowDays":{"type":"number"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesFrom":{"type":"string"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesTo":{"type":"string"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutesOneOf0":{"type":"number","enum":[0]},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutesOneOf1":{"type":"number","enum":[5]},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutesOneOf2":{"type":"number","enum":[10]},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutesOneOf3":{"type":"number","enum":[15]},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutes":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutesOneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutesOneOf1"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutesOneOf2"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutesOneOf3"}]},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesDirection":{"type":"string","enum":["up","nearest"]},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRounding":{"type":"object","properties":{"unitMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesUnitMinutes"},"direction":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRoundingPropertiesDirection"}},"required":["unitMinutes","direction"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjectedPropertiesEntryCount":{"type":"number"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjectedPropertiesRawMinutes":{"type":"number"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjectedPropertiesRoundedMinutes":{"type":"number"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjectedPropertiesDeltaMinutes":{"type":"number"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjected":{"type":"object","properties":{"entryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjectedPropertiesEntryCount"},"rawMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjectedPropertiesRawMinutes"},"roundedMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjectedPropertiesRoundedMinutes"},"deltaMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjectedPropertiesDeltaMinutes"}},"required":["entryCount","rawMinutes","roundedMinutes","deltaMinutes"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesLockedEntryCount":{"type":"number"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"windowDays":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesWindowDays"},"from":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesFrom"},"to":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesTo"},"rounding":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesRounding"},"projected":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjected"},"current":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesProjected"},"lockedEntryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses200ContentApplicationJsonSchemaPropertiesLockedEntryCount"}},"required":["windowDays","from","to","rounding","projected","current","lockedEntryCount"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses500ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses500ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsRoundingImpactGetResponses500ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf0":{"type":"number","enum":[0]},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf1":{"type":"number","enum":[5]},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf2":{"type":"number","enum":[10]},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf3":{"type":"number","enum":[15]},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf1"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf2"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf3"}]},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutes":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0"}],"default":0},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirectionAllOf0":{"type":"string","enum":["up","nearest"]},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirection":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirectionAllOf0"}],"default":"up"},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0":{"type":"object","properties":{"unitMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutes"},"direction":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirection"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRounding":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0"}],"default":{"unitMinutes":0,"direction":"up"}},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillableAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillable":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillableAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEndAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEnd":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEndAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0":{"type":"object","properties":{"billable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillable"},"chainStartFromPreviousEnd":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEnd"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaults":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0"}],"default":{"billable":true,"chainStartFromPreviousEnd":true}},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf1"}],"default":8},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0":{"type":"object","properties":{"dailyHours":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHours"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargets":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0"}],"default":{"dailyHours":8}},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlapAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlap":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlapAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimerAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimer":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimerAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0":{"type":"object","properties":{"overlap":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlap"},"runningTimer":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimer"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarnings":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0"}],"default":{"overlap":true,"runningTimer":true}},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDaysAllOf0":{"type":"number"},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDays":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDaysAllOf0"}],"default":14},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0":{"type":"object","properties":{"assignmentGraceDays":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDays"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesAccess":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0"}],"default":{"assignmentGraceDays":14}},"DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"rounding":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesRounding"},"defaults":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesDefaults"},"targets":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesTargets"},"warnings":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesWarnings"},"access":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses200ContentApplicationJsonSchemaPropertiesAccess"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsSettingsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsSettingsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf0":{"type":"number","enum":[0]},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf1":{"type":"number","enum":[5]},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf2":{"type":"number","enum":[10]},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf3":{"type":"number","enum":[15]},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf1"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf2"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf3"}]},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutes":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0"}],"default":0},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirectionAllOf0":{"type":"string","enum":["up","nearest"]},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirection":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirectionAllOf0"}],"default":"up"},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0":{"type":"object","properties":{"unitMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutes"},"direction":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirection"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRounding":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRoundingAllOf0"}],"default":{"unitMinutes":0,"direction":"up"}},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillableAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillable":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillableAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEndAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEnd":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEndAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0":{"type":"object","properties":{"billable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillable"},"chainStartFromPreviousEnd":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEnd"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaults":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaultsAllOf0"}],"default":{"billable":true,"chainStartFromPreviousEnd":true}},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf1"}],"default":8},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetsAllOf0":{"type":"object","properties":{"dailyHours":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHours"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargets":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargetsAllOf0"}],"default":{"dailyHours":8}},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlapAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlap":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlapAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimerAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimer":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimerAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0":{"type":"object","properties":{"overlap":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlap"},"runningTimer":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimer"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarnings":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarningsAllOf0"}],"default":{"overlap":true,"runningTimer":true}},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDaysAllOf0":{"type":"number"},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDays":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDaysAllOf0"}],"default":14},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAccessAllOf0":{"type":"object","properties":{"assignmentGraceDays":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDays"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAccess":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAccessAllOf0"}],"default":{"assignmentGraceDays":14}},"DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"rounding":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesRounding"},"defaults":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesDefaults"},"targets":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesTargets"},"warnings":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesWarnings"},"access":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutRequestBodyContentApplicationJsonSchemaPropertiesAccess"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf0":{"type":"number","enum":[0]},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf1":{"type":"number","enum":[5]},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf2":{"type":"number","enum":[10]},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf3":{"type":"number","enum":[15]},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf1"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf2"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0OneOf3"}]},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutes":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutesAllOf0"}],"default":0},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirectionAllOf0":{"type":"string","enum":["up","nearest"]},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirection":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirectionAllOf0"}],"default":"up"},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0":{"type":"object","properties":{"unitMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesUnitMinutes"},"direction":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0PropertiesDirection"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRounding":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRoundingAllOf0"}],"default":{"unitMinutes":0,"direction":"up"}},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillableAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillable":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillableAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEndAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEnd":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEndAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0":{"type":"object","properties":{"billable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesBillable"},"chainStartFromPreviousEnd":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0PropertiesChainStartFromPreviousEnd"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaults":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaultsAllOf0"}],"default":{"billable":true,"chainStartFromPreviousEnd":true}},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHours":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHoursAnyOf1"}],"default":8},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0":{"type":"object","properties":{"dailyHours":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0PropertiesDailyHours"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargets":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargetsAllOf0"}],"default":{"dailyHours":8}},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlapAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlap":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlapAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimerAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimer":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimerAllOf0"}],"default":true},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0":{"type":"object","properties":{"overlap":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesOverlap"},"runningTimer":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0PropertiesRunningTimer"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarnings":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarningsAllOf0"}],"default":{"overlap":true,"runningTimer":true}},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDaysAllOf0":{"type":"number"},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDays":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDaysAllOf0"}],"default":14},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0":{"type":"object","properties":{"assignmentGraceDays":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0PropertiesAssignmentGraceDays"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesAccess":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesAccessAllOf0"}],"default":{"assignmentGraceDays":14}},"DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"rounding":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesRounding"},"defaults":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesDefaults"},"targets":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesTargets"},"warnings":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesWarnings"},"access":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsSettingsPutResponses200ContentApplicationJsonSchemaPropertiesAccess"}},"additionalProperties":false},"DocPathsStaffTimesheetsSettingsPutResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsSettingsPutResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsSettingsPutResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeEntryId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"timeEntryId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeEntryId"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagIds"}},"required":["tenantId","organizationId","timeEntryId","tagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTimeEntryId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTagIdsItems"}},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAssignedTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAssignedTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAssignedTagIdsItems"}},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyAssignedTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyAssignedTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyAssignedTagIdsItems"}},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"timeEntryId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTimeEntryId"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTagIds"},"assignedTagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAssignedTagIds"},"alreadyAssignedTagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyAssignedTagIds"}},"required":["timeEntryId","tagIds","assignedTagIds","alreadyAssignedTagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTimeEntryId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"timeEntryId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTimeEntryId"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTagIds"}},"required":["tenantId","organizationId","timeEntryId","tagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTimeEntryId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTagIdsItems"}},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTagIdsItems"}},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesNotAssignedTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesNotAssignedTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesNotAssignedTagIdsItems"}},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"timeEntryId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTimeEntryId"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTagIds"},"removedTagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTagIds"},"notAssignedTagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesNotAssignedTagIds"}},"required":["timeEntryId","tagIds","removedTagIds","notAssignedTagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsEntryAssignmentsDeleteResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsGetParameters0Schema":{"type":"number"},"DocPathsStaffTimesheetsTagsGetParameters1Schema":{"type":"number"},"DocPathsStaffTimesheetsTagsGetParameters2Schema":{"type":"string"},"DocPathsStaffTimesheetsTagsGetParameters3Schema":{"type":"string"},"DocPathsStaffTimesheetsTagsGetParameters4Schema":{"type":"string"},"DocPathsStaffTimesheetsTagsGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1"}]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabelAnyOf1"}]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"slug":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"additionalProperties":false},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTagsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTagsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":60,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":100},"DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"slug":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostRequestBodyContentApplicationJsonSchemaPropertiesColor"}},"required":["tenantId","organizationId","slug","label"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTagsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTagsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTagsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":60,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel":{"type":"string","minLength":1,"maxLength":100},"DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutRequestBodyContentApplicationJsonSchemaPropertiesColor"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTagsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTagsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTagsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTaskAssignments":{"type":"number"},"DocPathsStaffTimesheetsTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedEntryAssignments":{"type":"number"},"DocPathsStaffTimesheetsTagsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"},"removedTaskAssignments":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTaskAssignments"},"removedEntryAssignments":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedEntryAssignments"}},"required":["ok","removedTaskAssignments","removedEntryAssignments"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTagsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTagsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTaskId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTaskId"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTagIds"}},"required":["tenantId","organizationId","taskId","tagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTaskId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTagIdsItems"}},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAssignedTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAssignedTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAssignedTagIdsItems"}},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyAssignedTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyAssignedTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyAssignedTagIdsItems"}},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTaskId"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesTagIds"},"assignedTagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAssignedTagIds"},"alreadyAssignedTagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses200ContentApplicationJsonSchemaPropertiesAlreadyAssignedTagIds"}},"required":["taskId","tagIds","assignedTagIds","alreadyAssignedTagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsTaskAssignmentsPostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTaskId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTaskId"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesTagIds"}},"required":["tenantId","organizationId","taskId","tagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTaskId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTagIdsItems"}},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTagIdsItems"}},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesNotAssignedTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesNotAssignedTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesNotAssignedTagIdsItems"}},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTaskId"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesTagIds"},"removedTagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesRemovedTagIds"},"notAssignedTagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses200ContentApplicationJsonSchemaPropertiesNotAssignedTagIds"}},"required":["taskId","tagIds","removedTagIds","notAssignedTagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTagsTaskAssignmentsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTaskStatusesGetParameters0Schema":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesGetParameters1Schema":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesGetParameters2Schema":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesGetParameters4Schema":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetParameters5Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlugAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefaultAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefaultAnyOf1":{"type":"boolean"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefaultAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefaultAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDoneAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDoneAnyOf1":{"type":"boolean"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDoneAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"time_project_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSlug"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"position":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition"},"is_default":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDefault"},"is_done":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsDone"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":100},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesSlug":{"type":"string","minLength":1,"maxLength":60,"pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone":{"type":"boolean"},"DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"slug":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesSlug"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"position":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"isDone":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostRequestBodyContentApplicationJsonSchemaPropertiesIsDone"}},"required":["tenantId","organizationId","timeProjectId","name"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":100},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault":{"type":"boolean"},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone":{"type":"boolean"},"DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"position":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"isDefault":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDefault"},"isDone":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutRequestBodyContentApplicationJsonSchemaPropertiesIsDone"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTaskStatusesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTaskStatusesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTaskStatusesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTaskStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTaskStatusesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTaskStatusesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksGetParameters0Schema":{"type":"number"},"DocPathsStaffTimesheetsTasksGetParameters1Schema":{"type":"number"},"DocPathsStaffTimesheetsTasksGetParameters2Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksGetParameters3Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksGetParameters4Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksGetParameters5Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksGetParameters6Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetParameters7Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetParameters8Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetParameters9Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetParameters10Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksGetParameters11Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksGetParameters12Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksGetParameters13Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskStatusIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskStatusIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskStatusId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskStatusIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskStatusIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSequenceNumberAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSequenceNumberAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSequenceNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSequenceNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSequenceNumberAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReferenceAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitleAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssigneeStaffMemberIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssigneeStaffMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssigneeStaffMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssigneeStaffMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssigneeStaffMemberIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPositionAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAtAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnMinutes":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoggedMinutes":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildCount":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"time_project_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId"},"parent_task_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesParentTaskId"},"task_status_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskStatusId"},"sequence_number":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSequenceNumber"},"reference":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesReference"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"assignee_staff_member_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssigneeStaffMemberId"},"position":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPosition"},"created_by_user_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedByUserId"},"closed_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesClosedAt"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"ownMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnMinutes"},"loggedMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLoggedMinutes"},"childCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesChildCount"}},"additionalProperties":false},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesParentTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesParentTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesParentTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesParentTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesParentTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":8000},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId"},"parentTaskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesParentTaskId"},"taskStatusId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusId"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"assigneeStaffMemberId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberId"},"position":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostRequestBodyContentApplicationJsonSchemaPropertiesTagIds"}},"required":["tenantId","organizationId","timeProjectId","title"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesParentTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesParentTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesParentTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesParentTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesParentTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesTitle":{"type":"string","minLength":1,"maxLength":255},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":8000},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"parentTaskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesParentTaskId"},"taskStatusId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusId"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesTitle"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"assigneeStaffMemberId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesAssigneeStaffMemberId"},"position":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesPosition"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutRequestBodyContentApplicationJsonSchemaPropertiesTagIds"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTasksPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTasksDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDate":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesNotesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIsBillable":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRateOverrideAmountAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRateOverrideAmountAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRateOverrideAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRateOverrideAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRateOverrideAmountAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesId"},"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDate"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTimeProjectId"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDurationMinutes"},"notes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesNotes"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTaskId"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesDescription"},"isBillable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesIsBillable"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesTagIds"},"rateOverrideAmount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItemsPropertiesRateOverrideAmount"}},"required":["date","durationMinutes"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntries":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntriesItems"},"minItems":1,"maxItems":200},"DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"entries":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostRequestBodyContentApplicationJsonSchemaPropertiesEntries"}},"required":["entries"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchemaPropertiesCreated":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchemaPropertiesUpdated":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchemaPropertiesDeleted":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"created":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchemaPropertiesCreated"},"updated":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchemaPropertiesUpdated"},"deleted":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses200ContentApplicationJsonSchemaPropertiesDeleted"}},"required":["ok","created","updated","deleted"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["time_entry_locked"]},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryIdsItems"}},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdsItems"}},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesError"},"lockedReportId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportId"},"lockedEntryIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryIds"},"lockedReportIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIds"}},"required":["code","error","lockedReportId","lockedEntryIds","lockedReportIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesPath":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesMessage":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesErrorsItems":{"type":"object","properties":{"path":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesPath"},"message":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesErrorsItemsPropertiesMessage"}},"required":["path","message"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesErrors":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesErrorsItems"}},"DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesOk"},"errors":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesBulkPostResponses422ContentApplicationJsonSchemaPropertiesErrors"}},"required":["ok","errors"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesFromDate":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesToDate":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesStaffMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesAllowDuplicatesAllOf0":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesAllowDuplicates":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesAllowDuplicatesAllOf0"}],"default":false},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"fromDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesFromDate"},"toDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesToDate"},"staffMemberId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesStaffMemberId"},"allowDuplicates":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostRequestBodyContentApplicationJsonSchemaPropertiesAllowDuplicates"}},"required":["fromDate","toDate"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesFromDate":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesToDate":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesStaffMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCopied":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesSourceId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDate":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesRoundedMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesRoundedMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesRoundedMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesRoundedMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesRoundedMinutesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesIsBillable":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTagIdsItems"}},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesId"},"sourceId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesSourceId"},"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDate"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDurationMinutes"},"roundedMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesRoundedMinutes"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTimeProjectId"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTaskId"},"isBillable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesIsBillable"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesDescription"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItemsPropertiesTagIds"}},"required":["id","sourceId","date","durationMinutes","roundedMinutes","timeProjectId","taskId","isBillable","description","tagIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreated":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreatedItems"}},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesReason":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesLockedReportIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesLockedReportIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesLockedReportId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesLockedReportIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesLockedReportIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesErrorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesErrorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesError":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesErrorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesErrorAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesId"},"reason":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesReason"},"lockedReportId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesLockedReportId"},"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItemsPropertiesError"}},"required":["id","reason","lockedReportId","error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkipped":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkippedItems"}},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"fromDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesFromDate"},"toDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesToDate"},"staffMemberId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesStaffMemberId"},"copied":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCopied"},"created":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesCreated"},"skipped":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses200ContentApplicationJsonSchemaPropertiesSkipped"}},"required":["ok","fromDate","toDate","staffMemberId","copied","created","skipped"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["copy_day_target_not_empty"]},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesToDate":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesExistingEntryCount":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesExistingEntryIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesExistingEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesExistingEntryIdsItems"}},"DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesError"},"toDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesToDate"},"existingEntryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesExistingEntryCount"},"existingEntryIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesCopyDayPostResponses409ContentApplicationJsonSchemaPropertiesExistingEntryIds"}},"required":["code","error","toDate","existingEntryCount","existingEntryIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters0Schema":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters1Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters2Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters3Schema":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndedAt":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOverlapMinutes":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCrossesMidnight":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskTitleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskTitleAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskTitleAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectNameAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectNameAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectNameAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"staff_member_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberId"},"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate"},"started_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt"},"ended_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndedAt"},"duration_minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes"},"overlap_minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOverlapMinutes"},"crosses_midnight":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCrossesMidnight"},"task_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskId"},"task_title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskTitle"},"time_project_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId"},"project_name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectName"},"notes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"}},"required":["id","staff_member_id","date","started_at","ended_at","duration_minutes","overlap_minutes","crosses_midnight","task_id","task_title","time_project_id","project_name","notes"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesDecision":{"type":"string","enum":["allow","warn","block"]},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"decision":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses200ContentApplicationJsonSchemaPropertiesDecision"}},"required":["items","total","decision"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesOverlapsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesGetParameters0Schema":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetParameters1Schema":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetParameters3Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters4Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetParameters6Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters7Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters8Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters9Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters10Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters11Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters12Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetParameters13Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters14Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetParameters15Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDateAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDateAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutesAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBillableAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBillableAnyOf1":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBillable":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBillableAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBillableAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmountAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmountAnyOf1OneOf0":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmountAnyOf1OneOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmountAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmountAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmountAnyOf1OneOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmountAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSourceAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutesAnyOf01":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutesAnyOf11":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutes1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutesAnyOf01"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutesAnyOf11"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsLocked":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportIdAnyOf01":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportIdAnyOf11":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportId1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportIdAnyOf01"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportIdAnyOf11"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesSlug":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabel":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesId"},"slug":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesSlug"},"label":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesLabel"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItemsPropertiesColor"}},"required":["id","slug","label","color"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCost":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"staff_member_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberId"},"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDate"},"duration_minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDurationMinutes"},"rounded_minutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutes"},"started_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartedAt"},"ended_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndedAt"},"notes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNotes"},"time_project_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId"},"task_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskId"},"customer_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId"},"deal_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDealId"},"order_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrderId"},"is_billable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsBillable"},"rate_override_amount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateOverrideAmount"},"rate_currency_code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRateCurrencyCode"},"locked_report_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportId"},"locked_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedAt"},"source":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSource"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"roundedMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoundedMinutes1"},"isLocked":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsLocked"},"lockedReportId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedReportId1"},"tags":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"cost":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCost"},"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"}},"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesStaffMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesStartedAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesStartedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDealIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceAllOf0":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesSource":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesSourceAllOf0"}],"default":"manual"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIsBillable":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmountAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmountAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmountAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"staffMemberId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesStaffMemberId"},"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes"},"startedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesStartedAt"},"endedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAt"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId"},"customerId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"dealId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"orderId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"notes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"source":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesSource"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTaskId"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isBillable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesIsBillable"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesTagIds"},"rateOverrideAmount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmount"}},"required":["tenantId","organizationId","staffMemberId","date","durationMinutes"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesStartedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesStartedAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesStartedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesStartedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesStartedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDealIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDealIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDealId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDealIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDealIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesIsBillable":{"type":"boolean"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmountAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmountAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmountAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDate"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes"},"startedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesStartedAt"},"endedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndedAt"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId"},"customerId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"dealId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDealId"},"orderId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrderId"},"notes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesNotes"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTaskId"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isBillable":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesIsBillable"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesTagIds"},"rateOverrideAmount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutRequestBodyContentApplicationJsonSchemaPropertiesRateOverrideAmount"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeEntriesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeEntriesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesStaffMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTaskId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTaskIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesNotes":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesNotesAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"staffMemberId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesStaffMemberId"},"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesTaskId"},"notes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostRequestBodyContentApplicationJsonSchemaPropertiesNotes"}},"required":["tenantId","organizationId","staffMemberId","date"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchemaPropertiesOk"},"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["ok","id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses409ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses422ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses422ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesStartTimerPostResponses422ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsGetParameters0Schema":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetParameters1Schema":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetParameters2Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetParameters3Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetParameters4Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetParameters5Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetParameters6Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsGetParameters7Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetParameters8Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetParameters9Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetParameters10Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCodeAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectTypeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectTypeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectTypeAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshotAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostCenterAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostCenterAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostCenter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostCenterAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostCenterAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRateAnyOf1OneOf0":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRateAnyOf1OneOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRateAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRateAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRateAnyOf1OneOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRateAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillableByDefaultAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillableByDefaultAnyOf1":{"type":"boolean"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillableByDefault":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillableByDefaultAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillableByDefaultAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetKindAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetKindAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetKind":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetKindAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetKindAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValueAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValueAnyOf1OneOf0":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValueAnyOf1OneOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValueAnyOf1":{"oneOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValueAnyOf1OneOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValueAnyOf1OneOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValueAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetWarnAtPercentAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetWarnAtPercentAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetWarnAtPercent":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetWarnAtPercentAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetWarnAtPercentAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryCount":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedEntryCount":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyLocked":{"type":"boolean"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"project_type":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesProjectType"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesColor"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"customer_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerId"},"customer_snapshot":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCustomerSnapshot"},"owner_user_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOwnerUserId"},"cost_center":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCostCenter"},"start_date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDate"},"hourly_rate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesHourlyRate"},"currency_code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyCode"},"billable_by_default":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBillableByDefault"},"budget_kind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetKind"},"budget_value":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetValue"},"budget_warn_at_percent":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBudgetWarnAtPercent"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"entryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEntryCount"},"lockedEntryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLockedEntryCount"},"currencyLocked":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCurrencyLocked"}},"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsGetResponses404ContentApplicationJsonSchemaPropertiesReason":{"type":"string","enum":["no_project_access"]},"DocPathsStaffTimesheetsTimeProjectsGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses404ContentApplicationJsonSchemaPropertiesError"},"reason":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsGetResponses404ContentApplicationJsonSchemaPropertiesReason"}},"required":["error","reason"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z0-9-]+$"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesProjectTypeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesProjectTypeAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesProjectType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesProjectTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesProjectTypeAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0":{"type":"string","enum":["active","on_hold","completed"]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0"}],"default":"active"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCostCenterAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCostCenterAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCostCenter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCostCenterAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCostCenterAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStartDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStartDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStartDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStartDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStartDateAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesHourlyRateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesHourlyRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesHourlyRateAnyOf0"},{}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCodeAnyOf0"},{}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBillableByDefault":{"type":"boolean"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetKindAllOf0":{"type":"string","enum":["none","hours","amount"]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetKind":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetKindAllOf0"}],"default":"none"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetValueAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetValueAnyOf0"},{}]},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetWarnAtPercent":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"customerId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"customerSnapshot":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshot"},"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"projectType":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesProjectType"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesColor"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"costCenter":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCostCenter"},"startDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesStartDate"},"hourlyRate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesHourlyRate"},"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"billableByDefault":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBillableByDefault"},"budgetKind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetKind"},"budgetValue":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetValue"},"budgetWarnAtPercent":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostRequestBodyContentApplicationJsonSchemaPropertiesBudgetWarnAtPercent"}},"required":["tenantId","organizationId","name","customerId","code"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":255},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotAnyOf1":{"type":"object","additionalProperties":true},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshot":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshotAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCode":{"type":"string","minLength":1,"maxLength":50,"pattern":"^[a-zA-Z0-9-]+$"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesProjectTypeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesProjectTypeAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesProjectType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesProjectTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesProjectTypeAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesColorAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["active","on_hold","completed"]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCostCenterAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCostCenterAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCostCenter":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCostCenterAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCostCenterAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesStartDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesStartDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesStartDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesStartDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesStartDateAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesHourlyRateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesHourlyRate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesHourlyRateAnyOf0"},{}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBillableByDefault":{"type":"boolean"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBudgetKind":{"type":"string","enum":["none","hours","amount"]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBudgetValueAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBudgetValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBudgetValueAnyOf0"},{}]},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBudgetWarnAtPercent":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"customerId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerId"},"customerSnapshot":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCustomerSnapshot"},"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCode"},"description":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"projectType":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesProjectType"},"color":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesColor"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"ownerUserId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesOwnerUserId"},"costCenter":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesCostCenter"},"startDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesStartDate"},"hourlyRate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesHourlyRate"},"billableByDefault":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBillableByDefault"},"budgetKind":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBudgetKind"},"budgetValue":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBudgetValue"},"budgetWarnAtPercent":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutRequestBodyContentApplicationJsonSchemaPropertiesBudgetWarnAtPercent"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeProjectsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeProjectsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsIdGetParameters0Schema":{"type":"string","format":"uuid"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesReference":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesTitle":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodFrom":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodTo":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesClosedAtAnyOf0":{"type":"null"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesClosedAtAnyOf1":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesClosedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesClosedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesClosedAtAnyOf1"}]},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalBillableMinutes":{"type":"number"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalNonbillableMinutes":{"type":"number"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesTimeProjectIdAnyOf1":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesProjectNameAnyOf0":{"type":"null"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesProjectNameAnyOf1":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesProjectName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesProjectNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesProjectNameAnyOf1"}]},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBillableMinutes":{"type":"number"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesNonbillableMinutes":{"type":"number"},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItems":{"type":"object","properties":{"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesTimeProjectId"},"projectName":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesProjectName"},"billableMinutes":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesBillableMinutes"},"nonbillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItemsPropertiesNonbillableMinutes"}},"required":["timeProjectId","projectName","billableMinutes","nonbillableMinutes"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjects":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjectsItems"}},"DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesId"},"reference":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesReference"},"title":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesTitle"},"periodFrom":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesPeriodTo"},"closedAt":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesClosedAt"},"totalBillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalBillableMinutes"},"totalNonbillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesTotalNonbillableMinutes"},"projects":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses200ContentApplicationJsonSchemaPropertiesProjects"}},"required":["id","reference","title","periodFrom","periodTo","closedAt","totalBillableMinutes","totalNonbillableMinutes","projects"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsIdGetResponses401ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsStaffPortalTimeReportsIdGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses401ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsIdGetResponses403ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsStaffPortalTimeReportsIdGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses403ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsStaffPortalTimeReportsIdGetResponses404ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[false]},"DocPathsStaffPortalTimeReportsIdGetResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffPortalTimeReportsIdGetResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses404ContentApplicationJsonSchemaPropertiesOk"},"error":{"$ref":"#/components/schemas/DocPathsStaffPortalTimeReportsIdGetResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["ok","error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchRequestBodyContentApplicationJsonSchemaPropertiesShowInGrid":{"type":"boolean"},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"showInGrid":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchRequestBodyContentApplicationJsonSchemaPropertiesShowInGrid"}},"required":["showInGrid"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses200ContentApplicationJsonSchemaPropertiesShowInGrid":{"type":"boolean"},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"showInGrid":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses200ContentApplicationJsonSchemaPropertiesShowInGrid"}},"required":["ok","showInGrid"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsMyProjectsProjectIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsIdClosePostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["closed"]},"DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesLockedEntryCount":{"type":"number"},"DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount":{"type":"number"},"DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesTotalBillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesTotalNonbillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"lockedEntryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesLockedEntryCount"},"totalAmount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesTotalAmount"},"totalBillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesTotalBillableMinutes"},"totalNonbillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdClosePostResponses200ContentApplicationJsonSchemaPropertiesTotalNonbillableMinutes"}},"required":["id","status","lockedEntryCount","totalAmount","totalBillableMinutes","totalNonbillableMinutes"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsIdClosePostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdClosePostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdClosePostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdClosePostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdClosePostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdClosePostResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdExportGetParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsReportsIdExportGetParameters1Schema":{"type":"string","enum":["pdf","csv","xlsx"]},"DocPathsStaffTimesheetsReportsIdExportGetParameters2Schema":{"type":"string","enum":["project_task","project_person","project_day"]},"DocPathsStaffTimesheetsReportsIdExportGetResponses200ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdExportGetResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdExportGetResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdExportGetResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdExportGetResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdSheetGetParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesReference":{"type":"string"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesTitle":{"type":"string"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesStatus":{"type":"string","enum":["draft","closed"]},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodFromAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodFromAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodFrom":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodFromAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodFromAnyOf1"}]},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodToAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodToAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodTo":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodToAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodToAnyOf1"}]},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesShowRates":{"type":"boolean"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReport":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesId"},"reference":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesReference"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesTitle"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesStatus"},"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesCurrencyCode"},"periodFrom":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodFrom"},"periodTo":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesPeriodTo"},"showRates":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReportPropertiesShowRates"}},"required":["id","reference","title","status","currencyCode","periodFrom","periodTo","showRates"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesEntryCount":{"type":"number"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesBillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesNonbillableMinutes":{"type":"number"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmountAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmountAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmountAnyOf1"}]},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotals":{"type":"object","properties":{"entryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesEntryCount"},"billableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesBillableMinutes"},"nonbillableMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesNonbillableMinutes"},"totalAmount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotalsPropertiesTotalAmount"}},"required":["entryCount","billableMinutes","nonbillableMinutes","totalAmount"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesRowCount":{"type":"number"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesRowsTruncated":{"type":"boolean"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"report":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesReport"},"totals":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesTotals"},"rowCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesRowCount"},"rowsTruncated":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdSheetGetResponses200ContentApplicationJsonSchemaPropertiesRowsTruncated"}},"required":["report","totals","rowCount","rowsTruncated"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsIdSheetGetResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdSheetGetResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdUnlockPostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsReportsIdUnlockPostRequestBodyContentApplicationJsonSchemaPropertiesReason":{"type":"string","minLength":1,"maxLength":2000},"DocPathsStaffTimesheetsReportsIdUnlockPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"reason":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostRequestBodyContentApplicationJsonSchemaPropertiesReason"}},"required":["reason"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses200ContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["draft"]},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses200ContentApplicationJsonSchemaPropertiesUnlockedEntryCount":{"type":"number"},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses200ContentApplicationJsonSchemaPropertiesId"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses200ContentApplicationJsonSchemaPropertiesStatus"},"unlockedEntryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsReportsIdUnlockPostResponses200ContentApplicationJsonSchemaPropertiesUnlockedEntryCount"}},"required":["id","status","unlockedEntryCount"],"additionalProperties":false},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsReportsIdUnlockPostResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsGetParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsGetParameters1Schema":{"type":"number"},"DocPathsStaffTimesheetsTasksIdCommentsGetParameters2Schema":{"type":"number"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorNameAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmailAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTaskId"},"body":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"authorName":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorName"},"authorEmail":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorEmail"},"createdAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","taskId","body","authorUserId","authorName","authorEmail","createdAt","updatedAt"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"}},"required":["items","total","page","pageSize","totalPages"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsGetResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":5000},"DocPathsStaffTimesheetsTasksIdCommentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"body":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody"}},"required":["body"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesTaskId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"taskId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesTaskId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId"}},"required":["id","taskId","authorUserId"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPutParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":5000},"DocPathsStaffTimesheetsTasksIdCommentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"body":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody"}},"required":["id","body"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsStaffTimesheetsTasksIdCommentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdCommentsPutResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPutResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPutResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPutResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsPutResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsDeleteParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksIdCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdCommentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean"},"DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdCommentsDeleteResponses409ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdStatusPatchParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTasksIdStatusPatchRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdStatusPatchRequestBodyContentApplicationJsonSchemaPropertiesPosition":{"type":"number"},"DocPathsStaffTimesheetsTasksIdStatusPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"taskStatusId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchRequestBodyContentApplicationJsonSchemaPropertiesTaskStatusId"},"position":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchRequestBodyContentApplicationJsonSchemaPropertiesPosition"}},"required":["taskStatusId"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesTimeProjectId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPreviousTaskStatusIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPreviousTaskStatusIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPreviousTaskStatusId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPreviousTaskStatusIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPreviousTaskStatusIdAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesTaskStatusId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPositionAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPositionAnyOf1":{"type":"number"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPosition":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPositionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPositionAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesClosedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesClosedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesClosedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesClosedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesClosedAtAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesId"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesTimeProjectId"},"previousTaskStatusId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPreviousTaskStatusId"},"taskStatusId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesTaskStatusId"},"position":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesPosition"},"closedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesClosedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id","timeProjectId","previousTaskStatusId","taskStatusId","position","closedAt","updatedAt"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["optimistic_lock_conflict"]},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchemaPropertiesCurrentUpdatedAt":{"type":"string"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchemaPropertiesExpectedUpdatedAt":{"type":"string"},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchemaPropertiesError"},"currentUpdatedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchemaPropertiesCurrentUpdatedAt"},"expectedUpdatedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTasksIdStatusPatchResponses409ContentApplicationJsonSchemaPropertiesExpectedUpdatedAt"}},"required":["code","error","currentUpdatedAt","expectedUpdatedAt"],"additionalProperties":false},"DocPathsStaffTimesheetsTasksIdStatusPatchResponses422ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchemaPropertiesDate":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchemaPropertiesTagIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchemaPropertiesTagIdsItems"},"maxItems":50},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchemaPropertiesDate"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchemaPropertiesDurationMinutes"},"tagIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostRequestBodyContentApplicationJsonSchemaPropertiesTagIds"}},"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses201ContentApplicationJsonSchemaPropertiesSourceId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses201ContentApplicationJsonSchemaPropertiesId"},"sourceId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses201ContentApplicationJsonSchemaPropertiesSourceId"}},"required":["id","sourceId"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["time_entry_locked"]},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryIdsItems"}},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdsItems"}},"DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesError"},"lockedReportId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportId"},"lockedEntryIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryIds"},"lockedReportIds":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdDuplicatePostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIds"}},"required":["code","error","lockedReportId","lockedEntryIds","lockedReportIds"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchParameters1Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesStartedAt":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEndedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSegmentType":{"type":"string","enum":["work","break"]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"startedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesStartedAt"},"endedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesEndedAt"},"segmentType":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchRequestBodyContentApplicationJsonSchemaPropertiesSegmentType"}},"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTimeEntryId":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStartedAt":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEndedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEndedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEndedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEndedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEndedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSegmentType":{"type":"string","enum":["work","break"]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItem":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesId"},"timeEntryId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesTimeEntryId"},"startedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesStartedAt"},"endedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesEndedAt"},"segmentType":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesSegmentType"},"createdAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesCreatedAt"},"updatedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItemPropertiesUpdatedAt"}},"required":["id","timeEntryId","startedAt","endedAt","segmentType","createdAt","updatedAt"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesOk"},"item":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses200ContentApplicationJsonSchemaPropertiesItem"}},"required":["ok","item"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsSegmentIdPatchResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeEntryId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesStartedAt":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSegmentTypeAllOf0":{"type":"string","enum":["work","break"]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSegmentType":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSegmentTypeAllOf0"}],"default":"work"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"timeEntryId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesTimeEntryId"},"startedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesStartedAt"},"endedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesEndedAt"},"segmentType":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostRequestBodyContentApplicationJsonSchemaPropertiesSegmentType"}},"required":["tenantId","organizationId","timeEntryId","startedAt"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesTimeEntryId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesStartedAt":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesEndedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesEndedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesEndedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesEndedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesEndedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesSegmentType":{"type":"string","enum":["work","break"]},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"timeEntryId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesTimeEntryId"},"startedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesStartedAt"},"endedAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesEndedAt"},"segmentType":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesSegmentType"},"createdAt":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses201ContentApplicationJsonSchemaPropertiesCreatedAt"}},"required":["id","timeEntryId","startedAt","endedAt","segmentType","createdAt"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses400ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses400ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses400ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdSegmentsPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"lockedReportId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStartPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportId"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses200ContentApplicationJsonSchemaPropertiesDurationMinutes":{"type":"number"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses200ContentApplicationJsonSchemaPropertiesOk"},"durationMinutes":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses200ContentApplicationJsonSchemaPropertiesDurationMinutes"}},"required":["ok","durationMinutes"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses404ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses404ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses404ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesError"},"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"lockedReportId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeEntriesIdTimerStopPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportId"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode":{},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostRequestBodyContentApplicationJsonSchemaPropertiesAcknowledged":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostRequestBodyContentApplicationJsonSchemaPropertiesCurrencyCode"},"acknowledged":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostRequestBodyContentApplicationJsonSchemaPropertiesAcknowledged"}},"required":["currencyCode","acknowledged"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesCurrencyCode":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesPreviousCurrencyCodeAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesPreviousCurrencyCodeAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesPreviousCurrencyCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesPreviousCurrencyCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesPreviousCurrencyCodeAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesConverted":{"type":"boolean","enum":[false]},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesId"},"currencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesCurrencyCode"},"previousCurrencyCode":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesPreviousCurrencyCode"},"converted":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses200ContentApplicationJsonSchemaPropertiesConverted"}},"required":["id","currencyCode","previousCurrencyCode","converted"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses400ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses401ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses403ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses404ContentApplicationJsonSchema":{"type":"object","description":"Schema not declared"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesCode":{"type":"string","enum":["project_has_locked_entries"]},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryCount":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesReferenceAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesReferenceAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesReference":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesReferenceAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesReferenceAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesTitleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesTitleAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesTitle":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesTitleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesTitleAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesId"},"reference":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesReference"},"title":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItemsPropertiesTitle"}},"required":["id","reference","title"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReports":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReportsItems"}},"DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchema":{"type":"object","properties":{"code":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesCode"},"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesError"},"lockedEntryCount":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedEntryCount"},"lockedReports":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdChangeCurrencyPostResponses409ContentApplicationJsonSchemaPropertiesLockedReports"}},"required":["code","error","lockedEntryCount","lockedReports"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters1Schema":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters2Schema":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters3Schema":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters4Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters5Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetParameters7Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRole":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDateAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDateAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDateAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDateAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"time_project_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimeProjectId"},"staff_member_id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStaffMemberId"},"role":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRole"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"assigned_start_date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedStartDate"},"assigned_end_date":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAssignedEndDate"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesStaffMemberId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesRole":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesRoleAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0":{"type":"string","enum":["active","inactive"]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesStatusAllOf0"}],"default":"active"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedStartDate":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDateAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"timeProjectId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesTimeProjectId"},"staffMemberId":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesStaffMemberId"},"role":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesRole"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"assignedStartDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedStartDate"},"assignedEndDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDate"}},"required":["tenantId","organizationId","timeProjectId","staffMemberId","assignedStartDate"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesRoleAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesRoleAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesRole":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesRoleAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesRoleAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus":{"type":"string","enum":["active","inactive"]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDateAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDateAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"role":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesRole"},"status":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesStatus"},"assignedEndDate":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutRequestBodyContentApplicationJsonSchemaPropertiesAssignedEndDate"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses200ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses200ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses200ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteParameters0Schema":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTimesheetsTimeProjectsIdEmployeesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffActivitiesGetParameters0Schema":{"type":"number"},"DocPathsStaffActivitiesGetParameters1Schema":{"type":"number"},"DocPathsStaffActivitiesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesGetParameters3Schema":{"type":"string"},"DocPathsStaffActivitiesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffActivitiesGetParameters5Schema":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeAnyOf1":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityType":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityTypeAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf1":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubjectAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAtAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"member_id":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId"},"activity_type":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"occurred_at":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOccurredAt"},"author_user_id":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","author_user_id","created_at"],"additionalProperties":true},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffActivitiesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffActivitiesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffActivitiesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffActivitiesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffActivitiesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesActivityType":{"type":"string","minLength":1,"maxLength":100},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":200},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":8000},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"activityType":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"},"authorUserId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["tenantId","organizationId","entityId","activityType"],"additionalProperties":false},"DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1"}]},"DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId"}},"required":["id","authorUserId"],"additionalProperties":false},"DocPathsStaffActivitiesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffActivitiesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffActivitiesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffActivitiesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesActivityType":{"type":"string","minLength":1,"maxLength":100},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesSubject":{"type":"string","maxLength":200},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","maxLength":8000},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt":{"type":"string","format":"date-time"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"activityType":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesActivityType"},"subject":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesSubject"},"body":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"occurredAt":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesOccurredAt"},"authorUserId":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsStaffActivitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffActivitiesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffActivitiesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffActivitiesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffActivitiesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffActivitiesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffActivitiesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffActivitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffActivitiesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffActivitiesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffActivitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffActivitiesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffActivitiesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffActivitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffActivitiesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffActivitiesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffActivitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffActivitiesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffActivitiesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffAddressesGetParameters0Schema":{"type":"number"},"DocPathsStaffAddressesGetParameters1Schema":{"type":"number"},"DocPathsStaffAddressesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsStaffAddressesGetParameters3Schema":{"type":"string"},"DocPathsStaffAddressesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffAddressesGetParameters5Schema":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurpose":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurposeAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1AnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2AnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumberAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumber":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumberAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCityAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegion":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegionAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCodeAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountryAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1":{"type":"number"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitudeAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1":{"type":"number"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitudeAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf1":{"type":"boolean"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimaryAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"member_id":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId"},"name":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPurpose"},"company_name":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName"},"address_line1":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine1"},"address_line2":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAddressLine2"},"building_number":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBuildingNumber"},"flat_number":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRegion"},"postal_code":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesLongitude"},"is_primary":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsPrimary"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id"],"additionalProperties":true},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffAddressesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffAddressesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffAddressesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffAddressesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffAddressesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":150},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurpose":{"type":"string","maxLength":150},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"type":"string","maxLength":200},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","minLength":1,"maxLength":300},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"type":"string","maxLength":300},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber":{"type":"string","maxLength":50},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber":{"type":"string","maxLength":50},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":150},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"type":"string","maxLength":150},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"type":"string","maxLength":150},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPurpose"},"companyName":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"addressLine1":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"required":["tenantId","organizationId","entityId","addressLine1"],"additionalProperties":false},"DocPathsStaffAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffAddressesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffAddressesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffAddressesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffAddressesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffAddressesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffAddressesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffAddressesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffAddressesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","maxLength":150},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurpose":{"type":"string","maxLength":150},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"type":"string","maxLength":200},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1":{"type":"string","minLength":1,"maxLength":300},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2":{"type":"string","maxLength":300},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber":{"type":"string","maxLength":50},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber":{"type":"string","maxLength":50},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCity":{"type":"string","maxLength":150},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegion":{"type":"string","maxLength":150},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode":{"type":"string","maxLength":30},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountry":{"type":"string","maxLength":150},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude":{"type":"number"},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude":{"type":"number"},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary":{"type":"boolean"},"DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"purpose":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPurpose"},"companyName":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"addressLine1":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine1"},"addressLine2":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesAddressLine2"},"buildingNumber":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesBuildingNumber"},"flatNumber":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesFlatNumber"},"city":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCity"},"region":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesRegion"},"postalCode":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesPostalCode"},"country":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesCountry"},"latitude":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLatitude"},"longitude":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesLongitude"},"isPrimary":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutRequestBodyContentApplicationJsonSchemaPropertiesIsPrimary"}},"required":["id"],"additionalProperties":false},"DocPathsStaffAddressesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffAddressesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffAddressesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffAddressesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffAddressesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffAddressesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffAddressesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffAddressesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffAddressesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffAddressesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffAddressesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffAddressesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffAddressesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffAddressesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffAddressesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffAddressesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffAddressesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffAddressesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffCommentsGetParameters0Schema":{"type":"number"},"DocPathsStaffCommentsGetParameters1Schema":{"type":"number"},"DocPathsStaffCommentsGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsStaffCommentsGetParameters3Schema":{"type":"string"},"DocPathsStaffCommentsGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffCommentsGetParameters5Schema":{"type":"string"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1":{"type":"string"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBodyAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserIdAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"member_id":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId"},"body":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesBody"},"author_user_id":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAuthorUserId"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id","body","author_user_id","created_at"],"additionalProperties":true},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffCommentsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffCommentsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffCommentsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffCommentsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffCommentsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"body":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["tenantId","organizationId","entityId","body"],"additionalProperties":false},"DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0":{"type":"null"},"DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserIdAnyOf1"}]},"DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesId"},"authorUserId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses201ContentApplicationJsonSchemaPropertiesAuthorUserId"}},"required":["id","authorUserId"],"additionalProperties":false},"DocPathsStaffCommentsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffCommentsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffCommentsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffCommentsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffCommentsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody":{"type":"string","minLength":1,"maxLength":8000},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"tenantId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"body":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesBody"},"authorUserId":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAuthorUserId"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsStaffCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffCommentsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffCommentsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffCommentsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffCommentsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffCommentsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffCommentsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffCommentsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffCommentsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffCommentsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffCommentsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffCommentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffCommentsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffCommentsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffCommentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffCommentsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffCommentsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffJobHistoriesGetParameters0Schema":{"type":"number"},"DocPathsStaffJobHistoriesGetParameters1Schema":{"type":"number"},"DocPathsStaffJobHistoriesGetParameters2Schema":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesGetParameters3Schema":{"type":"string"},"DocPathsStaffJobHistoriesGetParameters4Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffJobHistoriesGetParameters5Schema":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyNameAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf1":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDateAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDateAnyOf1":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDateAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"member_id":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId"},"name":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"company_name":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCompanyName"},"description":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"start_date":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDate"},"end_date":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDate"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"}},"required":["id"],"additionalProperties":true},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffJobHistoriesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffJobHistoriesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffJobHistoriesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf1":{"type":"string","maxLength":200},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf1"}]},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesStartDate":{"type":"string","format":"date-time"},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndDateAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndDateAnyOf1"}]},"DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"companyName":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"description":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"startDate":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesStartDate"},"endDate":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostRequestBodyContentApplicationJsonSchemaPropertiesEndDate"}},"required":["tenantId","organizationId","entityId","name","startDate"],"additionalProperties":false},"DocPathsStaffJobHistoriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffJobHistoriesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffJobHistoriesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffJobHistoriesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffJobHistoriesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffJobHistoriesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1,"maxLength":200},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf1":{"type":"string","maxLength":200},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyNameAnyOf1"}]},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesStartDate":{"type":"string","format":"date-time"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndDateAnyOf0":{"type":"null"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndDateAnyOf1":{"type":"string","format":"date-time"},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndDateAnyOf1"}]},"DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"updatedAt":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesUpdatedAt"},"tenantId":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"entityId":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesEntityId"},"name":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"companyName":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesCompanyName"},"description":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"startDate":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesStartDate"},"endDate":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutRequestBodyContentApplicationJsonSchemaPropertiesEndDate"}},"required":["id"],"additionalProperties":false},"DocPathsStaffJobHistoriesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffJobHistoriesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffJobHistoriesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffJobHistoriesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffJobHistoriesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffJobHistoriesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffJobHistoriesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffJobHistoriesDeleteRequestBodyContentApplicationJsonSchemaPropertiesUpdatedAt":{"type":"string"},"DocPathsStaffJobHistoriesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"},"updatedAt":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteRequestBodyContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["id"],"additionalProperties":false},"DocPathsStaffJobHistoriesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffJobHistoriesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffJobHistoriesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffJobHistoriesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffJobHistoriesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffJobHistoriesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffJobHistoriesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsGetParameters0Schema":{"type":"number"},"DocPathsStaffLeaveRequestsGetParameters1Schema":{"type":"number"},"DocPathsStaffLeaveRequestsGetParameters2Schema":{"type":"string"},"DocPathsStaffLeaveRequestsGetParameters3Schema":{"type":"string","enum":["pending","approved","rejected"]},"DocPathsStaffLeaveRequestsGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetParameters5Schema":{"type":"string"},"DocPathsStaffLeaveRequestsGetParameters6Schema":{"type":"string"},"DocPathsStaffLeaveRequestsGetParameters7Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDateAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDateAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDateAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDate":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDateAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDateAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezoneAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1":{"type":"string","enum":["pending","approved","rejected"]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatusAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValueAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValueAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValueAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNoteAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionCommentAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionCommentAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionComment":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionCommentAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionCommentAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedByUserIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedByUserIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedAtAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedAtAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedAtAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesDisplayNameAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesUserIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesUserIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesId"},"displayName":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesDisplayName"},"userId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1PropertiesUserId"}},"additionalProperties":false},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMember":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"member_id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberId"},"start_date":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStartDate"},"end_date":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesEndDate"},"timezone":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTimezone"},"status":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesStatus"},"unavailability_reason_entry_id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonEntryId"},"unavailability_reason_value":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUnavailabilityReasonValue"},"note":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNote"},"decision_comment":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecisionComment"},"submitted_by_user_id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesSubmittedByUserId"},"decided_by_user_id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedByUserId"},"decided_at":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDecidedAt"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"member":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMember"}},"additionalProperties":false},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesCanManage":{"type":"boolean"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesCanSend":{"type":"boolean"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesCanView":{"type":"boolean"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesMemberIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesMemberIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesMemberId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesMemberIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesMemberIdAnyOf1"}]},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewer":{"type":"object","properties":{"canManage":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesCanManage"},"canSend":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesCanSend"},"canView":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesCanView"},"memberId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewerPropertiesMemberId"}},"required":["canManage","canSend","canView","memberId"],"additionalProperties":false},"DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"},"viewer":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses200ContentApplicationJsonSchemaPropertiesViewer"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffLeaveRequestsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","minLength":1},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesStartDate":{"type":"string","format":"date-time"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesEndDate":{"type":"string","format":"date-time"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1"}]},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1":{"type":"string","minLength":1,"maxLength":150},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1"}]},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesSubmittedByUserIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesSubmittedByUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesSubmittedByUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesSubmittedByUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesSubmittedByUserIdAnyOf1"}]},"DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"memberId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesMemberId"},"timezone":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"startDate":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesStartDate"},"endDate":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesEndDate"},"unavailabilityReasonEntryId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId"},"unavailabilityReasonValue":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue"},"note":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesNote"},"submittedByUserId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostRequestBodyContentApplicationJsonSchemaPropertiesSubmittedByUserId"}},"required":["tenantId","organizationId","memberId","timezone","startDate","endDate"],"additionalProperties":false},"DocPathsStaffLeaveRequestsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffLeaveRequestsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffLeaveRequestsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone":{"type":"string","minLength":1},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesMemberId":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesStartDate":{"type":"string","format":"date-time"},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesEndDate":{"type":"string","format":"date-time"},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryIdAnyOf1"}]},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1":{"type":"string","minLength":1,"maxLength":150},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValueAnyOf1"}]},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0":{"type":"null"},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1":{"type":"string","maxLength":2000},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesNote":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesNoteAnyOf1"}]},"DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"timezone":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesTimezone"},"memberId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesMemberId"},"startDate":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesStartDate"},"endDate":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesEndDate"},"unavailabilityReasonEntryId":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonEntryId"},"unavailabilityReasonValue":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesUnavailabilityReasonValue"},"note":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutRequestBodyContentApplicationJsonSchemaPropertiesNote"}},"required":["id"],"additionalProperties":false},"DocPathsStaffLeaveRequestsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffLeaveRequestsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffLeaveRequestsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffLeaveRequestsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffLeaveRequestsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffLeaveRequestsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffLeaveRequestsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffLeaveRequestsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffLeaveRequestsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffLeaveRequestsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersGetParameters0Schema":{"type":"number"},"DocPathsStaffTeamMembersGetParameters1Schema":{"type":"number"},"DocPathsStaffTeamMembersGetParameters2Schema":{"type":"string"},"DocPathsStaffTeamMembersGetParameters3Schema":{"type":"string"},"DocPathsStaffTeamMembersGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetParameters5Schema":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetParameters6Schema":{"type":"string"},"DocPathsStaffTeamMembersGetParameters7Schema":{"type":"string"},"DocPathsStaffTeamMembersGetParameters8Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamIdAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayNameAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserIdAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIdsItems":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIdsItems"}},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTagsItems"}},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetIdAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleNamesItems":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleNames":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleNamesItems"}},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesIdAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmail":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmailAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesId"},"email":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1PropertiesEmail"}},"additionalProperties":false},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUser":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesIdAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName"}},"additionalProperties":false},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1"}]},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"team_id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamId"},"display_name":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"user_id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUserId"},"role_ids":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleIds"},"tags":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTags"},"availability_rule_set_id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAvailabilityRuleSetId"},"is_active":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"roleNames":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesRoleNames"},"user":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUser"},"team":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam"}},"additionalProperties":false},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTeamMembersGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTeamId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf1"}]},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf1"}]},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesRoleIdsAllOf0Items":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesRoleIdsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesRoleIdsAllOf0Items"}},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesRoleIds":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesRoleIdsAllOf0"}],"default":[]},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAllOf0Items":{"type":"string","minLength":1},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAllOf0":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAllOf0Items"}},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTags":{"allOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTagsAllOf0"}],"default":[]},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf1"}]},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"teamId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTeamId"},"displayName":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"userId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"roleIds":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesRoleIds"},"tags":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesTags"},"availabilityRuleSetId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetId"},"isActive":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["tenantId","organizationId","displayName"],"additionalProperties":false},"DocPathsStaffTeamMembersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTeamMembersPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamMembersPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTeamId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf1"}]},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName":{"type":"string","minLength":1},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesUserId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesUserIdAnyOf1"}]},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesRoleIdsItems":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesRoleIds":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesRoleIdsItems"}},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems":{"type":"string","minLength":1},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTags":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTagsItems"}},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetIdAnyOf1"}]},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"teamId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTeamId"},"displayName":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesDisplayName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"userId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesUserId"},"roleIds":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesRoleIds"},"tags":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesTags"},"availabilityRuleSetId":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesAvailabilityRuleSetId"},"isActive":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchemaPropertiesOk"},"updatedAt":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses200ContentApplicationJsonSchemaPropertiesUpdatedAt"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTeamMembersPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamMembersDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamMembersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTeamMembersDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTeamMembersDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamMembersDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamMembersDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamMembersDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamRolesGetParameters0Schema":{"type":"number"},"DocPathsStaffTeamRolesGetParameters1Schema":{"type":"number"},"DocPathsStaffTeamRolesGetParameters2Schema":{"type":"string"},"DocPathsStaffTeamRolesGetParameters3Schema":{"type":"string"},"DocPathsStaffTeamRolesGetParameters4Schema":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesGetParameters5Schema":{"type":"string"},"DocPathsStaffTeamRolesGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamIdAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamIdAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesIdAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesNameAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1PropertiesName"}},"additionalProperties":false},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCountAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCountAnyOf1":{"type":"number"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCountAnyOf1"}]},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"team_id":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeamId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"appearance_icon":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceIcon"},"appearance_color":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesAppearanceColor"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"team":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTeam"},"memberCount":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCount"}},"additionalProperties":false},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTeamRolesGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamRolesGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamRolesGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamRolesGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTeamId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf1"}]},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"teamId":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesTeamId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["tenantId","organizationId","name"],"additionalProperties":false},"DocPathsStaffTeamRolesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTeamRolesPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamRolesPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamRolesPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamRolesPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamRolesPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTeamId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTeamIdAnyOf1"}]},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1":{"type":"string","maxLength":100},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIconAnyOf1"}]},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0":{"type":"null"},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1":{"type":"string","pattern":"^#([0-9a-fA-F]{6})$"},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColorAnyOf1"}]},"DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"teamId":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesTeamId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"appearanceIcon":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceIcon"},"appearanceColor":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutRequestBodyContentApplicationJsonSchemaPropertiesAppearanceColor"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTeamRolesPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTeamRolesPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamRolesPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamRolesPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamRolesPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamRolesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamRolesDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTeamRolesDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTeamRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamRolesDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamRolesDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamRolesDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamsGetParameters0Schema":{"type":"number"},"DocPathsStaffTeamsGetParameters1Schema":{"type":"number"},"DocPathsStaffTeamsGetParameters2Schema":{"type":"string"},"DocPathsStaffTeamsGetParameters3Schema":{"type":"string"},"DocPathsStaffTeamsGetParameters4Schema":{"type":"string"},"DocPathsStaffTeamsGetParameters5Schema":{"type":"string"},"DocPathsStaffTeamsGetParameters6Schema":{"type":"string","enum":["asc","desc"]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIdAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationIdAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantIdAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1":{"type":"string"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesNameAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1":{"type":"boolean"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActiveAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1":{"type":"string"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAtAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1":{"type":"string"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAtAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCountAnyOf0":{"type":"null"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCountAnyOf1":{"type":"number"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCount":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCountAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCountAnyOf1"}]},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesId"},"organization_id":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesOrganizationId"},"tenant_id":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesTenantId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesDescription"},"is_active":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesIsActive"},"created_at":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesCreatedAt"},"updated_at":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesUpdatedAt"},"memberCount":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItemsPropertiesMemberCount"}},"additionalProperties":false},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItems":{"type":"array","items":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItemsItems"}},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesTotal":{"type":"number"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesPage":{"type":"number"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize":{"type":"number"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages":{"type":"number"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped":{"type":"boolean"},"DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesItems"},"total":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesTotal"},"page":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesPage"},"pageSize":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesPageSize"},"totalPages":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesTotalPages"},"totalIsCapped":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses200ContentApplicationJsonSchemaPropertiesTotalIsCapped"}},"required":["items","total","totalPages"],"additionalProperties":false},"DocPathsStaffTeamsGetResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamsGetResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamsGetResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamsGetResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamsGetResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId":{"type":"string","format":"uuid"},"DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId":{"type":"string","format":"uuid"},"DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"tenantId":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesTenantId"},"organizationId":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesOrganizationId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isActive":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["tenantId","organizationId","name"],"additionalProperties":false},"DocPathsStaffTeamsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0":{"type":"null"},"DocPathsStaffTeamsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1":{"type":"string","format":"uuid"},"DocPathsStaffTeamsPostResponses201ContentApplicationJsonSchemaPropertiesId":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsPostResponses201ContentApplicationJsonSchemaPropertiesIdAnyOf1"}]},"DocPathsStaffTeamsPostResponses201ContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostResponses201ContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamsPostResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamsPostResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamsPostResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamsPostResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamsPostResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesName":{"type":"string","minLength":1},"DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0":{"type":"null"},"DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1":{"type":"string"},"DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription":{"anyOf":[{"$ref":"#/components/schemas/DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf0"},{"$ref":"#/components/schemas/DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesDescriptionAnyOf1"}]},"DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive":{"type":"boolean"},"DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesId"},"name":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesName"},"description":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesDescription"},"isActive":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutRequestBodyContentApplicationJsonSchemaPropertiesIsActive"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamsPutResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTeamsPutResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTeamsPutResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamsPutResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamsPutResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamsPutResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamsPutResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId":{"type":"string","format":"uuid"},"DocPathsStaffTeamsDeleteRequestBodyContentApplicationJsonSchema":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/DocPathsStaffTeamsDeleteRequestBodyContentApplicationJsonSchemaPropertiesId"}},"required":["id"],"additionalProperties":false},"DocPathsStaffTeamsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk":{"type":"boolean","enum":[true]},"DocPathsStaffTeamsDeleteResponses200ContentApplicationJsonSchema":{"type":"object","properties":{"ok":{"$ref":"#/components/schemas/DocPathsStaffTeamsDeleteResponses200ContentApplicationJsonSchemaPropertiesOk"}},"required":["ok"],"additionalProperties":false},"DocPathsStaffTeamsDeleteResponses401ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamsDeleteResponses401ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamsDeleteResponses401ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false},"DocPathsStaffTeamsDeleteResponses403ContentApplicationJsonSchemaPropertiesError":{"type":"string"},"DocPathsStaffTeamsDeleteResponses403ContentApplicationJsonSchema":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/DocPathsStaffTeamsDeleteResponses403ContentApplicationJsonSchemaPropertiesError"}},"required":["error"],"additionalProperties":false}}},"tags":[{"name":"Authentication & Accounts","description":"User accounts, sessions, roles and password resets."},{"name":"Directory (Tenants & Organizations)","description":"Multi-tenant directory with tenants and organizations."},{"name":"Configuration","description":"Shared configuration storage and helpers for module settings."},{"name":"Custom Entities & Fields","description":"User-defined entities, custom fields, and dynamic records storage."},{"name":"Query Indexes","description":"Hybrid query layer with full-text and vector search capabilities."},{"name":"API Documentation","description":"Auto-generated documentation for all HTTP endpoints."},{"name":"Audit & Action Logs","description":"Tracks user actions and data accesses with undo support scaffolding."},{"name":"Notifications","description":"In-app notifications with module-extensible types and actions."},{"name":"Admin Dashboards","description":"Configurable admin dashboard with module-provided widgets."},{"name":"Events","description":"Event bus and subscriber dispatch"},{"name":"Search","description":"Unified search module with pluggable strategies (Meilisearch, Vector, Tokens)."},{"name":"Attachments","description":"File attachments and media management."},{"name":"Customer Relationship Management","description":"Core CRM capabilities for people, companies, deals, and activities."},{"name":"Messages","description":"Internal messaging system with attachments, actions, and email forwarding."},{"name":"Shared Dictionaries","description":"Organization-scoped dictionaries for reusable enumerations and appearance presets."},{"name":"Feature Toggles","description":"Global feature flags with tenant-level overrides."},{"name":"Currencies","description":"Currencies and Exchange rate management"},{"name":"Communication Channels","description":"Unified hub bridging external chat/email channels (Slack, WhatsApp, Email) to the Messages module. Adapter contract, channel-native payload storage, reactions, and per-channel threading."},{"name":"Progress","description":"Generic server-side progress tracking for long-running operations"},{"name":"Table perspectives","description":"Shared persistence for DataTable perspectives (columns, filters, saved views)."},{"name":"Worktime / Availabilities","description":"Availability schedules, rulesets, and shared planning rules."},{"name":"Resource planning","description":"Assets and resources with scheduling policies."},{"name":"Employees","description":"Teams, roles, and employee rosters."}]}